Class PacketFu::EthMac
In: lib/packetfu/eth.rb
Parent: Struct.new(:oui, :nic)

EthMac is the combination of an EthOui and EthNic, used in EthHeader.

Header Definition

  EthOui :oui  # See EthOui
  EthNic :nic  # See EthNic

Methods

new   read   to_s  

Public Class methods

Public Instance methods

Reads a string to populate the object.

Returns the object in string form.

[Validate]