Skip to content

Instantly share code, notes, and snippets.

@timmow
Created October 24, 2012 13:05
Show Gist options
  • Select an option

  • Save timmow/3945950 to your computer and use it in GitHub Desktop.

Select an option

Save timmow/3945950 to your computer and use it in GitHub Desktop.
Useful tcpdumps
# All udp on port 2000
tcpdump -i eth0 udp port 2000
# port 8080 traffic, ascii view
tcpdump -vv -x -X -s 1500 -i eth1 'port 8080'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment