Expand description
PCAP and PcapNG file reader with streaming support and auto-detection.
Structs§
- Pcap
Iterator - Streaming iterator over packets in a classic PCAP file.
- Pcap
NgIterator - Streaming iterator over packets in a PcapNG file.
Enums§
- Capture
Iterator - Auto-detecting iterator over packets from either PCAP or PcapNG files.
Functions§
- rdpcap
- Read all packets from a PCAP or PcapNG file into memory.