First time here? Check out the FAQ!
answered 2019-06-03 17:52:03 +0000
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.
-T fields
-e frame.protocols
tshark -r capture.pcap -T fields -e frame.number -e frame.protocols