Pcapex.Dump (pcapex v0.0.4)

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

from_binary(data)

Specs

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

new(packets, network_type \\ 113)

Specs

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

to_binary(dump)

Specs

to_binary(t()) :: binary()