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.