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

Decode as RTP issue

0

Hello,

I upgraded from version 1.4.x to version 1.10.7 and after the upgrade I could no longer decode my UDP packets logs to RTP instead it shows MPEG TS under the protocol column. Is there an option or configuration I need to do to see the RTP packets and it's sequence number?

Thanks,

Rollin

asked 06 May '14, 14:43

Rollin's gravatar image

Rollin
1113
accept rate: 0%

Are the PayloadType(PT) 33 for those packets?

define PT_MP2T 33 / RFC 2250 /

(06 May '14, 22:45) Anders ♦

Anders,

Yes Payload type is 33.

Rollin

(07 May '14, 04:26) Rollin

One Answer:

1

As this is the dedicated PT of MPEG TS your application shouldn't be using it for something else. You could try to disseable the dissector for MPEG TS to have it dissected as RTP only.

answered 07 May '14, 04:40

Anders's gravatar image

Anders ♦
4.6k952
accept rate: 17%

Thank you Anders.

Its fine now.

(07 May '14, 04:52) Rollin