public final class Dot11ProbeRequestPacket extends Dot11ManagementPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
Dot11ProbeRequestPacket.Builder |
static class |
Dot11ProbeRequestPacket.Dot11ProbeRequestHeader
Header of IEEE802.11 Probe Request
0 15 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Frame Control | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Duration | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | Address1 | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | Address2 | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | Address3 | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Sequence Control | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | HT Control | | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | Frame Body | | | |
Dot11ManagementPacket.Dot11ManagementHeaderAbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeaderPacket.Header| Modifier and Type | Method and Description |
|---|---|
Dot11ProbeRequestPacket.Builder |
getBuilder()
Returns a new Builder object populated with this object's fields' values.
|
Dot11ProbeRequestPacket.Dot11ProbeRequestHeader |
getHeader()
Returns the Header object representing this packet's header.
|
static Dot11ProbeRequestPacket |
newPacket(byte[] rawData,
int offset,
int length)
A static factory method.
|
buildRawData, buildString, calcLength, getFcs, hasValidFcsbuildHexString, calcHashCode, equals, getPayload, getRawData, hashCode, length, toHexString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, get, getOuterOf, iteratorpublic static Dot11ProbeRequestPacket 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 Dot11ProbeRequestPacket.Dot11ProbeRequestHeader getHeader()
AbstractPacketgetHeader in interface PacketgetHeader in class Dot11ManagementPacketpublic Dot11ProbeRequestPacket.Builder getBuilder()
PacketgetBuilder in interface PacketgetBuilder in class Dot11ManagementPacketCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.