Created
November 28, 2014 06:19
-
-
Save mmasashi/8e59f5490f17c3c5b65d to your computer and use it in GitHub Desktop.
tcpdump command
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
#!/bin/bash | |
tcpdump -s0 -i eth0 -X port 44567 -w test.cap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment