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 |
One Answer:
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 ♦ |
It's now provided in additional columns in various tables you can get with the
-z conv,
option