Scapy/Pcap Reader
From charlesreid1
Creating a pcap file reader in Scapy.
First, capture a pcap file. (Use Tcpdump or some other utility.)
a=rdpcap("/path/to/capture.pcap")
| scapy a Python library for interfacing with network devices and analyzing packets from Python.
Building Wireless Utilities: Scapy/Airodump Clone · Scapy/AP Scanner Analyzing Conversations: Scapy/Conversations Database: Scapy/Wifi Database Category:Scapy · Category:Python · Category:Networking
|