ExPcap.Packet (expcap v0.1.2) View Source

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

Link to this section Summary

Link to this section Types

Specs

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