Skip to content

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

# apk add tshark
# apt install tshark
# dnf install wireshark-cli

TODO


TODO


TODO


# pacman -S wireshark-cli
# yum install wireshark-cli

TODO


TODO



Config

$ sudo usermod -a -G wireshark $USER

TODO


Use

TODO

$ 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"

If this cheat sheet has been useful to you, then please consider leaving a star here.