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 |
One Answer:
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:
Regards answered 11 Aug '12, 04:26 Kurt Knochner ♦ |