Created
June 10, 2017 00:04
-
-
Save ricklentz/33865372bc8f01477d4d23e49fdf2ab6 to your computer and use it in GitHub Desktop.
scapy analysis replay
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
characterize the protocol using wireshark, trigger different operating conditions if possible, and save the aggregate pcap data | |
a=rdpcap("/Users/stanford/Downloads/dump.pcapng") | |
notice the index is one less than you see in the wireshark gui. | |
view packet info at index: a[278] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment