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] tshark -x options

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 14 Mar 2012 11:11:20 -0700
On Mar 14, 2012, at 10:59 AM, kahou lei wrote:

> Thanks for the reply. Actually I want another way around. That is, I don't want the Packet Summary Line in Tshark.

There isn't a flag to do that.

You *could* try using

	tshark -o 'column.format:"No.", "%m"' -o column.hidden:%m ...

which says "display only the packet number column" and then says "hide the packet number column"; that means the packet summary line will be a blank line (it won't be absent; that's the best TShark can do).