Skip to content

Instantly share code, notes, and snippets.

@gak
Created August 8, 2011 23:00
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 gak/1132982 to your computer and use it in GitHub Desktop.
Save gak/1132982 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd `dirname $0`
tcpdump -n -i eth0 -G 86400 -w 'dumps/capture-%Y-%m-%dT%H:%M:%S.cap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment