MCPTT SDP doesn't decoded

  • retag add tags

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!

Baruchka's avatar
1
Baruchka
asked 2020-09-09 05:39:16 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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

grahamb's avatar grahamb (2020-09-09 07:55:47 +0000) edit

Hello,

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

Baruchka's avatar Baruchka (2020-09-09 12:43:39 +0000) edit

For reference here is the screenshot:

grahamb's avatar grahamb (2020-09-09 14:05:58 +0000) edit

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's avatar Anders (2020-09-09 14:42:53 +0000) edit

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's avatar Chuckc (2020-09-09 16:31:05 +0000) edit
add a comment see more comments