For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reading PCAP

Scapy can read pcap files as well!

packets=rdpcap("capture.pcap")

# Open wireshark directly from scapy
wireshark(packet[0])

Last updated