Module pcap_file::pcap

source ·
Expand description

Contains the Pcap parser, reader and writer

Structs

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