Hi all, is it at all possible with tshark to scan a pcap file, and like the -z rtp,streams flag, find the RTP streams, and then output the jitter and delta values for each packet? I basically want the same CSV that in wireshark you can get from telephony -> rtp -> Analysis -> save as CSV, but from tshark, I'll be using tshark in a script to produce RRD graphs for VOIP monitoring purposes. asked 14 Nov '12, 14:15 StrangeAttra... |
One Answer:
Currently that functionality is not implemented in tshark. Maybe the following tool can help you. It's written in Perl and will read pcap files.
Regards answered 14 Nov '12, 14:48 Kurt Knochner ♦ |
Thanks Kurt, I'll investigate qstream!