Protocol.Ethernet.Types

This module contains functions related to the payload types that this ethernet packet may contain.

Source

Summary

ethernet_type_name(eth_type)

Prints the appropriate human readable ethernet type for the wire format

Functions

ethernet_type_name(eth_type)

Specs:

  • ethernet_type_name(binary) :: String.t

Prints the appropriate human readable ethernet type for the wire format.

Source