ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] How to copy or store the contents from packet List window

From: "j.snelders" <j.snelders@xxxxxxxxxx>
Date: Sat, 20 Aug 2011 09:28:04 +0200
Hi RG,

You can also customize the Packet List by adding, removing and/or customizing
columns:
http://www.lovemytool.com/blog/2011/05/wireshark-151-add-and-customize-columns-by-joke-snelders.html


You can also use TShark to export the Packet List:
$ tshark -r test.pcap > test.csv
$ tshark -r test.pcap -T fields -e frame.number -e frame.time -e ip.src -e
ip.dst > test.csv

See the man-page for more information:
http://www.wireshark.org/docs/man-pages/tshark.html

Hope this helps
Joke

On Fri, 19 Aug 2011 16:31:50 -0400 Tony Trinh wrote:
>See the Wireshark Manual:
>
>http://www.wireshark.org/docs/wsug_html_chunked/ChUseFileMenuSection.html
>http://www.wireshark.org/docs/wsug_html_chunked/ChIOExportSection.html
>
>
>On Fri, Aug 19, 2011 at 4:23 PM, Gopal, Ram (NSN - US/Mountain View) <
>ram.gopal@xxxxxxx> wrote:
>
>> **
>>
>> Hello,
>>
>> Can any one provide the procedure for copying the content that is
>> displayed in the packet list window to clipboard or as .csv file?
>>
>> Thanks and Regards
>>
>> RG