Hello, Can anyone can help me with a command line in Tshark that will provide me the same information as if I go to Wireshark > Statistics > Conversations > TCP Tab with NO Name Resolution? I need to write lots of appcapture files in text with this specific format. I'm trying to write a BAT file that will convert hundreds of files at once. This is what I have so far:
Thanks in advance, Andre B. Bueno. asked 26 Aug '11, 10:51 AndreBueno edited 26 Aug '11, 13:59 helloworld |
One Answer:
How about: That returns output like this:
answered 26 Aug '11, 13:15 grahamb ♦ |
Hi Thanks for the answer...I need to get only TCP conversations but I need also this specific format:
Address A,Port A,Address B,Port B,Packets,Bytes,Packets A->B,Bytes A->B,Packets A<-B,Bytes A<-B,Rel Start,Duration,bps A->B,bps A<-B.
any thoughts?