EthernetFrameHeader

fs2.protocols.ethernet.EthernetFrameHeader
See theEthernetFrameHeader companion object
case class EthernetFrameHeader(destination: MacAddress, source: MacAddress, ethertypeOrLength: Int)

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

Attributes

Companion
object
Source
EthernetFrameHeader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ethertype: Option[Int]

Attributes

Source
EthernetFrameHeader.scala
def length: Option[Int]

Attributes

Source
EthernetFrameHeader.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product