Skip to content

Instantly share code, notes, and snippets.

@prufrock
Created March 18, 2011 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prufrock/876388 to your computer and use it in GitHub Desktop.
Save prufrock/876388 to your computer and use it in GitHub Desktop.
An example of how to use tcpdump
nohup tcpdump -n -w <Name of file> -s0 -C 100 -i eth0 port 5060 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment