Ipv4Header

fs2.protocols.ip.Ipv4Header
See theIpv4Header companion object
case class Ipv4Header(dataLength: Int, id: Int, ttl: Int, protocol: Int, sourceIp: Ipv4Address, destinationIp: Ipv4Address, options: BitVector)

IPv4 header.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product