| Modifier and Type | Class and Description |
|---|---|
class |
Ethernet
Class that represents the Ethernet frame objects
|
class |
LLDP
Class that represents the LLDP frame objects
|
class |
LLDPTLV
Class that represents the LLDPTLV objects
|
| Modifier and Type | Field and Description |
|---|---|
protected Packet |
Packet.parent |
protected Packet |
Packet.payload |
| Modifier and Type | Field and Description |
|---|---|
static Map<Short,Class<? extends Packet>> |
Ethernet.etherTypeClassMap |
protected Class<? extends Packet> |
Packet.payloadClass |
| Modifier and Type | Method and Description |
|---|---|
Packet |
Packet.deserialize(byte[] data,
int bitOffset,
int size)
This method deserializes the data bits obtained from the wire into the
respective header and payload which are of type Packet
|
Packet |
LLDP.deserialize(byte[] data,
int bitOffset,
int size) |
Packet |
Packet.getParent() |
Packet |
Packet.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
void |
Packet.setParent(Packet parent) |
void |
Packet.setPayload(Packet payload) |
Copyright © 2015. All Rights Reserved.