Skip to content

Instantly share code, notes, and snippets.

@peasead
Created October 28, 2015 05:05
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 peasead/d93d84f8dba3da6543cc to your computer and use it in GitHub Desktop.
Save peasead/d93d84f8dba3da6543cc to your computer and use it in GitHub Desktop.
This will take a pcap file and output it cleanly, with IP, hex, and ASCII, via tcpdump
tcpdump -qns 0 -X -r <pcap>.pcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment