Skip to content

Instantly share code, notes, and snippets.

@wsky
Created April 16, 2013 08:23
Show Gist options
  • Save wsky/5394320 to your computer and use it in GitHub Desktop.
Save wsky/5394320 to your computer and use it in GitHub Desktop.
tcpdump
tcpdump -i eth0 src 10.13.3.3 and port 7001
tcpdump -i eth0 dst 10.13.3.3 and port 7001
tcpdump -i eth0 -A -nn dst 10.13.3.3 and port 7001
tcpdump -i eth0 -w dump.pcap dst 10.13.3.3 and port 7001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment