1

I can export ascii using Wireshark with exactly the same settings as in the example from the documenation, i.e. Only Summary line and Packet bytes exported.

Since I have many files to do this with I suppose using tshark is way to go, but I do not understand how to do it.

Thanks, Dick

dotswe
  • 113
  • 2

1 Answers1

0

tshark -r test.pcapng -Px > test.txt

FYI
TShark man-page