ExPcap.Packet

This module represents a single pcap packet. It contains a header and both raw and parsed versions of the body.

Source

Types

t :: %ExPcap.Packet{packet_header: ExPcap.PacketHeader.t, raw_packet_data: ExPcap.PacketData.t, parsed_packet_data: Packet}