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

conversation duration with command line tools

1

I need the values Rel Start and duration that is displayed in Wireshark conversation list window. However tshark does not provide these columns. So how can i get this information from the command line or is there any way to forward this output info into a text file from the command line.

Thanks

asked 06 Apr '12, 13:39

esmayildirim's gravatar image

esmayildirim
16112
accept rate: 0%


One Answer:

3

I've added the required info to tshark in r42037. Either build your own from svn, or pick up one of the nightly builds with a later rev.

answered 12 Apr '12, 13:52

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

It's now provided in additional columns in various tables you can get with the -z conv, option

(06 Mar '13, 18:46) rakslice