Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] Printing the protocol identification from command line

From: Galloth <lordgalloth@xxxxxxxxx>
Date: Tue, 25 May 2010 12:22:54 +0200
Greetings to all,
I am writing a script for some packet processing and I would like to
use wireshark/tshark to identify the protocol. I need write source ip,
source port, destination ip, destination port, and the protocol
identification for every packet from the given pcap file. I though
about using tshar with -e parameter:

tshark -T fields -e ip.src -e ip.dst -e tcp.srcport -e tcp.dstport -e protocol

Unfortunatelly I was not able to wind the name of the field, that
contains the result of the protocol identification. I would be
gratefull If somebody could tell me the correct name of the field with
the information about recognised protocol.

Thank you very much
-- 
Jan Kastil
galloth@xxxxxxxxx