A python library for fast, simple packet creation and parsing, with definitions for basic TCP/IP protocols.
I'm actually trying to sniff packets with python (using pypcap and dpkt). I tried the following : import dpkt, pcap pc = …
python pcap packet-sniffers dpkt