MCPTT SDP doesn't decoded

asked Sep 9 '0

Baruchka gravatar image

Hello All,

Does anyone know why Wireshark does'nt decoded part of the SDP xml (media attribute), attached is a screenshot with an error that appear in Wireshark ?

Thanks!

Preview: (hide)

Comments

No screenshot. Post your image on a public share, e.g. Google Drive, DropBox etc. and post a link back here.

grahamb gravatar imagegrahamb ( Sep 9 '0 )

Hello,

attached is a link with the screenshot... thanks (https://radcom365-my.sharepoint.com/:...)

Baruchka gravatar imageBaruchka ( Sep 9 '0 )

For reference here is the screenshot:

grahamb gravatar imagegrahamb ( Sep 9 '0 )

Hi, Without looking at the SDP RFC or Wireshark code I think Wireshark expects a numeral (Dynamic payload) as the first entry in the fmtp. Compare with the audio fmtp:121

Anders gravatar imageAnders ( Sep 9 '0 )

Can you provide a capture file?

if (!ws_strtou8(payload_type, NULL, &media_format) || media_format >= SDP_NO_OF_PT) {
                        expert_add_info(pinfo, media_format_item, &ei_sdp_invalid_media_format);
Chuckc gravatar imageChuckc ( Sep 9 '0 )

Hi Anders,

attached is apcap file with the Invite message, can you please look and advise

https://radcom365-my.sharepoint.com/:...

Br, Baruch

Baruchka gravatar imageBaruchka ( Sep 9 '0 )