Module pcap

Source
Expand description

Contains the Pcap parser, reader and writer

Structsยง

PcapHeader
Pcap Global Header
PcapPacket
Pcap packet.
PcapParser
Parses a Pcap from a slice of bytes.
PcapReader
Reads a pcap from a reader.
PcapWriter
Writes a pcap to a writer.
RawPcapPacket
Raw Pcap packet with its header and data. The fields of the packet are not validated. The payload can be owned or borrowed.