| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Method and Description |
|---|---|
ARP |
ARP.setHardwareAddressLength(byte hwAddressLength) |
ARP |
ARP.setHardwareType(short hwType) |
ARP |
ARP.setOpCode(short op) |
ARP |
ARP.setProtocolAddressLength(byte protoAddressLength) |
ARP |
ARP.setProtocolType(short protoType) |
ARP |
ARP.setSenderHardwareAddress(byte[] senderHWAddress) |
ARP |
ARP.setSenderProtocolAddress(byte[] senderProtoAddress) |
ARP |
ARP.setSenderProtocolAddress(int address) |
ARP |
ARP.setTargetHardwareAddress(byte[] targetHWAddress) |
ARP |
ARP.setTargetProtocolAddress(byte[] targetProtoAddress) |
ARP |
ARP.setTargetProtocolAddress(int address) |
| Modifier and Type | Method and Description |
|---|---|
static Deserializer<ARP> |
ARP.deserializer()
Deserializer function for ARP packets.
|
Copyright © 2016. All rights reserved.