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

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product