Expand description
Provides parsers, readers and writers for Cap(Network Associates Sniffer 2.x), Pcap and PcapNg files.
For Pcap see the pcap
module, especially PcapParser
,
PcapReader<R>
and PcapWriter<W>
.
For PcapNg see the pcapng
module, especially PcapNgParser
,
PcapNgReader<R>
and PcapNgWriter<W>
For Cap(NA Sniffer 2.x) see the cap
module, especially CapParser
,
CapReader<R>
Modules§
- Contains the Cap (Network Associates Sniffer 2.x) parser and reader
- Contains the Pcap parser, reader and writer
- Contains the PcapNg parser, reader and writer
Enums§
- Data link type
- Endianness of the pcap
- Error type for the pcap/pcapng parsing
- Timestamp resolution of the pcap
Type Aliases§
- Result type for the pcap/pcapng parsing