Skip to main content

Module reader

Module reader 

Source
Expand description

PCAP and PcapNG file reader with streaming support and auto-detection.

Structs§

PcapIterator
Streaming iterator over packets in a classic PCAP file.
PcapNgIterator
Streaming iterator over packets in a PcapNG file.

Enums§

CaptureIterator
Auto-detecting iterator over packets from either PCAP or PcapNG files.

Functions§

rdpcap
Read all packets from a PCAP or PcapNG file into memory.