Skip to content

Instantly share code, notes, and snippets.

@missinglink
Last active October 13, 2023 13:22
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 missinglink/1691cdf40a08dd43eb9aa8f7070a8bdb to your computer and use it in GitHub Desktop.
Save missinglink/1691cdf40a08dd43eb9aa8f7070a8bdb to your computer and use it in GitHub Desktop.
log all UDP packets starting with a byte sequence
sudo tcpdump -X -v 'udp[8:4] = 0x03050b11'
sudo tshark -V -f 'udp and udp[8:4] = 0x03050b11'
udp contains 03:05:0b:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment