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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product