This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
tshark
¶
Reference(s)
Table of contents¶
Install¶
Config¶
TODO
Use¶
TODO
capture the interface interface-name
with a protocol filter only displaying ICMP packets:
capture the interface interface-name
with a specific capture filter :
$ sudo tshark -i interface-name -f "tcp and src host 127.0.0.1 and dst host 127.0.0.1 and src portrange 5064-5065"
write to an output file (with the pcap ng format by default)
convert the file to a text file:
If this cheat sheet has been useful to you, then please consider leaving a star here.