[][src]Module pcap_file::pcap

Structs

Packet

Packet with its header and data.

PacketHeader

Describes a pcap packet header.

PcapHeader

Pcap Global Header

PcapParser

Parser for a Pcap formated stream.

PcapReader

Wraps another reader and uses it to read a Pcap formated stream.

PcapWriter

This struct wraps another writer and uses it to write a Pcap formated stream.