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

A parsed ethernet packet header

Link to this section Summary

Link to this section Types

Specs

t() :: %Protocol.Ethernet.Header{
  destmacaddr: binary(),
  ethertype: binary(),
  srcmacaddr: binary()
}