Crate pcap_file

Source
Expand description

Provides parsers, readers and writers for Pcap and PcapNg files.

For Pcap files see the pcap module, especially PcapParser, PcapReader<R> and PcapWriter<W>.

For PcapNg files see the pcapng module, especially PcapNgParser, PcapNgReader<R> and PcapNgWriter<W>

Modules§

pcap
Contains the Pcap parser, reader and writer
pcapng
Contains the PcapNg parser, reader and writer

Enums§

DataLink
Data link type
Endianness
Endianness of the pcap
PcapError
Error type for the pcap/pcapng parsing
TsResolution
Timestamp resolution of the pcap

Type Aliases§

PcapResult
Result type for the pcap/pcapng parsing