Protocol.Udp.Header (expcap v0.1.2) View Source

A parsed UDP packet header

Link to this section Summary

Link to this section Types

Specs

t() :: %Protocol.Udp.Header{
  checksum: binary(),
  destport: non_neg_integer(),
  length: binary(),
  srcport: non_neg_integer()
}