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).
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to