Hi, If I use wireshark to open a dumpfile I get something like this:
I need to use tshark (CLI) to read multiple dumpfiles and get the source and destination IPs. Is this possible? Cheers. asked 22 Sep ‘11, 05:07 Ravendark edited 24 Sep ‘11, 15:32 helloworld |
One Answer:
How about tshark -T fields -e ip.src -e ip.dst ... for each file ? answered 28 Sep '11, 07:38 Bill Meier ♦♦ |
Have you checked the tshark manual page?
yes I have but I don’t understand much
Then you’ll have to define more specifically what you want.