Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] text output from command line

Date: Tue, 3 Feb 2009 19:08:05 +0100
Hi Atdev,

Yes, you can use these commands:
 
Just the Packet List
$ tshark -r test.pcap > test.txt

Packet List and Packet Details
$ tshark -r test.pcap -V > testV.txt

Packet List, Packet Details and Packet Bytes
$ tshark -r test.pcap -Vx > testVx.txt

Regards,
Joan


From: <atdev.queries@xxxxxxxxx>
On Tue, 3 Feb 2009 19:36:38 +0530 atdev.queries wrote:

>Hi all,
>
>You all know after loading a packet we could have the information of the
loaded packets in text format (menu->export->as plain text file->xxx). Can
we do the same from the command line?
>
>Is that possible?
>
>Regards,
>
>Atdev.