Created
May 8, 2014 15:55
-
-
Save royclarkson/c04975ccb01b96c68f5b to your computer and use it in GitHub Desktop.
Bash shell command to monitor traffic on localhost port 8080
This file contains hidden or 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 -s 0 -A -i lo0 'tcp port 8080 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment