This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

EVRC payload type

0

Hi,

I would like to parse my EVRC-A / EVRC-B RTP packets (as per RFC3558 and RFC4788) into Windows Wireshark. Which RTP payload does it need to be parsed as EVRC? I went into preferences/EVRC but only found a check box to "Add sissector for Legacy EVRC...". Is there a way to specify my EVRC payload type?

Thanks,

Mark

asked 10 Aug '12, 08:29

maboisv's gravatar image

maboisv
1111
accept rate: 0%


One Answer:

0

There is no need to specify the EVRC type, as the dissector should detect that by itself. There is code in the dissector for these types:

  • EVRC-A
  • EVRC-B
  • EVRC-C (EVRC-WB)
  • EVRC NW
  • some Legacy encoding, which you can enable with the EVRC preferences

http://anonsvn.wireshark.org/wireshark/trunk/epan/dissectors/packet-evrc.c

Regards
Kurt

answered 11 Aug '12, 04:26

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%