Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] RTP statistics via command line

Date: Mon, 12 Jan 2009 11:08:51 +0000
>> 2) decode as RTP
>
>tshark should find the same rtp streams as Wireshark does, but if they
>don't find all the streams, you might want to look for rtp in every
>stream with:

>... -o rtp.heuristic_rtp:TRUE ...

Well I tried that, the thing is that i'm trying to decode MPEG TS7/RTP
stream and wireshark is unable to decode the UDP stream unless I do
"decode as RTP. "
rtp.heuristic_rtp doesn't do exactly that.

All I get is blank stats
========================= RTP Streams ========================
    Src IP addr  Port    Dest IP addr  Port       SSRC
Payload  Pkts         Lost   Max Delta(ms)  Max Jitter(ms) Mean
Jitter(ms) Problems?
==============================================================

Is there some other option that do "decode as RTP" on the command line?

Bytheway i'm using wireshark 1.02 on linux, since 1.04 and 1.05
results in false negatives in the MPEG TS stream decode (but that's
another bug;)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3074


>Is this what you are looking for?

Close but not there yet

Cheers
MKS