Skip to content

Instantly share code, notes, and snippets.

@ricklentz
Created June 10, 2017 00:04
Show Gist options
  • Save ricklentz/33865372bc8f01477d4d23e49fdf2ab6 to your computer and use it in GitHub Desktop.
Save ricklentz/33865372bc8f01477d4d23e49fdf2ab6 to your computer and use it in GitHub Desktop.
scapy analysis replay
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