Top "Dpkt" questions

A python library for fast, simple packet creation and parsing, with definitions for basic TCP/IP protocols.

Python sniffer using pypcap and dpkt on OS X

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