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

Inherited
  • Not inherited
  • Product

Value members

Concrete methods

Attributes

Source
EthernetFrameHeader.scala
def length: Option[Int]

Attributes

Source
EthernetFrameHeader.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product