public final class LlcPacket extends AbstractPacket
Modifier and Type | Class and Description |
---|---|
static class |
LlcPacket.Builder |
static interface |
LlcPacket.LlcControl
The interface representing the Control field of an LLC header.
|
static class |
LlcPacket.LlcHeader
LLC (Logical Link Control) Header
|
AbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeader
Packet.Header
Modifier and Type | Method and Description |
---|---|
LlcPacket.Builder |
getBuilder()
Returns a new Builder object populated with this object's fields' values.
|
LlcPacket.LlcHeader |
getHeader()
Returns the Header object representing this packet's header.
|
Packet |
getPayload()
Returns the Packet object representing this packet's payload.
|
static LlcPacket |
newPacket(byte[] rawData,
int offset,
int length)
A static factory method.
|
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getRawData, hashCode, iterator, length, toHexString, toString
public static LlcPacket newPacket(byte[] rawData, int offset, int length) throws IllegalRawDataException
ByteArrays.validateBounds(byte[], int, int)
, which may throw exceptions undocumented here.rawData
- rawDataoffset
- offsetlength
- lengthIllegalRawDataException
- if parsing the raw data fails.public LlcPacket.LlcHeader getHeader()
AbstractPacket
getHeader
in interface Packet
getHeader
in class AbstractPacket
public Packet getPayload()
AbstractPacket
getPayload
in interface Packet
getPayload
in class AbstractPacket
public LlcPacket.Builder getBuilder()
Packet
getBuilder
in interface Packet
getBuilder
in class AbstractPacket
Copyright © 2011–2019 Pcap4J.org. All rights reserved.