Protocol.Ipv4.Header (expcap v0.1.2) View Source
A parsed IPv4 packet header
Link to this section Summary
Link to this section Types
Specs
t() :: %Protocol.Ipv4.Header{ checksum: binary(), destaddr: binary(), dscp: bitstring(), ecn: bitstring(), flags: bitstring(), fragoffset: bitstring(), id: binary(), ihl: bitstring(), options: binary(), padding: binary(), protocol: binary(), srcaddr: binary(), totallen: non_neg_integer(), ttl: binary(), version: bitstring() }