>> 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