Created
April 16, 2013 08:23
-
-
Save wsky/5394320 to your computer and use it in GitHub Desktop.
tcpdump
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
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