Hello. Is there a way to get a CSV file with the output of tshark's -z conv,ip similar to the one I get in Wireshark->Statistics->Conversations->IP->Copy? I was going through the help, but I could only find how to do it for exporting certain fields of pcap files, and not for statistics. Thank you! asked 03 Mar '13, 11:06 hugosp |
One Answer:
Unfortunately the stats of tshark (-z conv,ip) are different from the stats in Wireshark. To get the same output you would have to extend the code of tshark. Regards answered 05 Mar '13, 10:58 Kurt Knochner ♦ |