Skip to content

Instantly share code, notes, and snippets.

@ibndias
Last active December 27, 2022 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibndias/37a94e60762a3bb97fc83ef01129c44a to your computer and use it in GitHub Desktop.
Save ibndias/37a94e60762a3bb97fc83ef01129c44a to your computer and use it in GitHub Desktop.
Tshark filter port only
sudo tshark -i lo -f "tcp port 4433"
sudo tshark -i eth0 -f "host 192.168.0.10"
https://wiki.wireshark.org/CaptureFilters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment