EthernetFrameHeader

case class EthernetFrameHeader(destination: MacAddress, source: MacAddress, ethertypeOrLength: Int)

Header of an ethernet frame as captured in a pcap file.

Header of an ethernet frame as captured in a pcap file.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ethertype: Option[Int]
def length: Option[Int]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product