scodec
.
protocols
.
ip
v4
package
v4
Visibility
Public
All
Type Members
case class
Address
(
value:
Int
)
extends
Product
with
Serializable
case class
SimpleHeader
(
dataLength:
Int
,
id:
Int
,
ttl:
Int
,
protocol:
Int
,
sourceIp:
Address
,
destinationIp:
Address
)
extends
Product
with
Serializable
Simplified version of the IPv4 header format.
Value Members
object
Address
extends
Serializable
object
SimpleHeader
extends
Serializable
Ungrouped