This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Get the Packet List, Packets Details and Packet byte in TShark using single Command

0

Hi How can I get the above 3 mentioned details using a single Command

tshark -i 1

gives the Packet List

tshark -V -S "EndofFile" -x

gives Packets Details and Packets Byte.

But how can I write a single line query to get all the 3 details in single Command

asked 13 Nov '14, 02:05

erarijit's gravatar image

erarijit
21459
accept rate: 0%

edited 13 Nov '14, 02:23


One Answer:

1

Add -P to get the packet list (called packet summary in tshark help output).

answered 13 Nov '14, 02:44

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%