Pcapex.Dump (pcapex v0.0.6)

Link to this section Summary

Link to this section Types

Specs

t() :: %Pcapex.Dump{network_type: pos_integer(), packets: [Pcapex.Packet.t()]}

Link to this section Functions

Link to this function

ethernet_network_type()

Specs

ethernet_network_type() :: integer()
Link to this function

from_binary(data)

Specs

from_binary(binary()) :: t()
Link to this function

linux_sll_network_type()

Specs

linux_sll_network_type() :: integer()
Link to this function

new(packets, network_type \\ ethernet_network_type())

Specs

new([Pcapex.Packet.t()], pos_integer()) :: t()
Link to this function

to_binary(dump)

Specs

to_binary(t()) :: binary()