Last active
October 13, 2023 13:22
-
-
Save missinglink/1691cdf40a08dd43eb9aa8f7070a8bdb to your computer and use it in GitHub Desktop.
log all UDP packets starting with a byte sequence
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo tcpdump -X -v 'udp[8:4] = 0x03050b11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo tshark -V -f 'udp and udp[8:4] = 0x03050b11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
udp contains 03:05:0b:11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment