| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
ICMP6 |
ICMP6.setChecksum(short checksum)
Sets checksum.
|
ICMP6 |
ICMP6.setIcmpCode(byte icmpCode)
Sets ICMP6 code.
|
ICMP6 |
ICMP6.setIcmpType(byte icmpType)
Sets ICMP6 type.
|
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<ICMP6> |
ICMP6.deserializer()
Deserializer function for ICMPv6 packets.
|
Copyright © 2016. All rights reserved.