| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
IPv6 |
IPv6.setDestinationAddress(byte[] destinationAddress)
Sets destination address.
|
IPv6 |
IPv6.setFlowLabel(int flowLabel)
Sets flow label.
|
IPv6 |
IPv6.setHopLimit(byte hopLimit)
Sets hop limit.
|
IPv6 |
IPv6.setNextHeader(byte nextHeader) |
IPv6 |
IPv6.setSourceAddress(byte[] sourceAddress)
Sets source address.
|
IPv6 |
IPv6.setTrafficClass(byte trafficClass)
Sets traffic class.
|
IPv6 |
IPv6.setVersion(byte version)
Sets IP version.
|
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<IPv6> |
IPv6.deserializer()
Deserializer function for IPv6 packets.
|
Copyright © 2016. All rights reserved.