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

How to enable RTP dissector preferences in Wireshark v2.0.1

1

Under Preferences > Protocols I don't see an option to enable setting the dissector preference 'Try to decode RTP outside conversations'. I am using Wireshark 2.0.1. What am i missing.

asked 12 Jan '16, 14:26

meggig's gravatar image

meggig
16223
accept rate: 0%

this issue has been raised before

(12 Jan '16, 14:54) meggig
(12 Jan '16, 15:15) Lekensteyn

One Answer:

2

This option was replaced in v1.99.8rc0-454-g21e5a95 by new rtp_udp and rtp_stun protocols. You can enable these at Analyze -> Enabled Protocols. Then search for rtp and check these options.

screenshot of Wireshark - Enabled Protocols

answered 12 Jan '16, 15:14

Lekensteyn's gravatar image

Lekensteyn
2.2k3724
accept rate: 30%

Thank you!

(19 Jan '16, 11:26) meggig

Lekensteyn: can you tell me how to enable "rtp_udp" in tshark? Something like "-o rtp_udp.enable:True"?

(07 Dec '16, 03:31) oposum
1

@oposum Try tshark --enable-heuristic rtp_udp (see man tshark).

(07 Dec '16, 04:41) Lekensteyn