Crate pcaparse

source ·
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§

Type Aliases§