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] Packet List 'Info' column

From: "j.snelders" <j.snelders@xxxxxxxxxx>
Date: Thu, 29 Oct 2009 15:27:03 +0100
Hi Nicole,

You can use TShark: http://www.wireshark.org/docs/man-pages/tshark.html

Use the option -o <preference setting> 
"No.","%m" = frame number
"Info","%i" = info column

$ tshark -r test.pcap -o column.format:'"No.","%m","Info","%i"' > info.txt
  1 Standard query A www.google.co.uk
  2 Standard query response CNAME www.google.com CNAME www.l.google.com A
74.125.77.147 A 74.125.77.99 A 74.125.77.103 A 74.125.77.104
  3 1685 > 80 [SYN] Seq=0 Win=65535 Len=0 MSS=1460
  4 80 > 1685 [SYN, ACK] Seq=0 Ack=1 Win=5720 Len=0 MSS=1460
  5 1685 > 80 [ACK] Seq=1 Ack=1 Win=65535 Len=0
  6 GET / HTTP/1.1
  7 80 > 1685 [ACK] Seq=1 Ack=314 Win=6432 Len=0
  8 [TCP Previous segment lost] Continuation or non-HTTP traffic
  9 [TCP Dup ACK 6#1] 1685 > 80 [ACK] Seq=314 Ack=1 Win=65535 Len=0 SLE=204
SRE=1634
 10 Continuation or non-HTTP traffic

HTH
Joan

On Thu, 29 Oct 2009 08:07:01 -0400 Nicole Powell wrote:
>Subject: [Wireshark-users] Packet List 'Info' column
>
>Is there a way to export the columns of the packet list pane (namely the
>'info' column) into a txt or csv file?
>