Ask Your Question

Revision history [back]

So you want to print out the protocols in a frame? If so, maybe use tshark with the -T fields option and select the field -e frame.protocols, e.g.

tshark -r capture.pcap -T fields -e frame.number -e frame.protocols