Expand description
Contains the Pcap parser, reader and writer
Structsยง
- Pcap
Header - Pcap Global Header
- Pcap
Packet - Pcap packet.
- Pcap
Parser - Parses a Pcap from a slice of bytes.
- Pcap
Reader - Reads a pcap from a reader.
- Pcap
Writer - Writes a pcap to a writer.
- RawPcap
Packet - Raw Pcap packet with its header and data. The fields of the packet are not validated. The payload can be owned or borrowed.