Protocol.Ipv4 (expcap v0.1.2) View Source

A parsed IPv4 packet.

Link to this section Summary

Functions

Parses an IPv4 packet and returns it

Parses an IPv4Header

Link to this section Types

Specs

t() :: %Protocol.Ipv4{data: binary(), header: Protocol.Ipv4.Header.t()}

Link to this section Functions

Specs

from_data(binary()) :: t()

Parses an IPv4 packet and returns it

Specs

Parses an IPv4Header