Created
October 28, 2015 05:05
-
-
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
This file contains 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 -qns 0 -X -r <pcap>.pcap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment