How to find protocol from display fields
Hi I'm sending tshark json to elk stack to analyze packets. I'm searching for a field that shows me the protocol of flow like FTP. I appreciate any help
Hi I'm sending tshark json to elk stack to analyze packets. I'm searching for a field that shows me the protocol of flow like FTP. I appreciate any help
You could parse it out of frame.protocols
or specify a list of fields with -e
options including _ws.col.Protocol
.
If you search for _ws.col.Protocol
here on the Q&A site there are examples.
tshark man page
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-03-14 10:33:45 +0000
Seen: 285 times
Last updated: Mar 14 '21
Deduplication in tshark -T ek [closed]
filtering out protocol, sequence number, and ack using tshark
Using tshark filters to extract only interesting traffic from 12GB trace
Any way to use cmd tshark for a gns3 wire?
How do I change the interface on Tshark?