public static interface RadiotapPacket.RadiotapData extends Serializable
PropertiesBasedPacketFactory
,
classes which implement this interface must implement the following method:
public static RadiotapDataField newInstance(byte[] rawData, int offset, int length)
throws IllegalRawDataException
Modifier and Type | Method and Description |
---|---|
byte[] |
getRawData() |
int |
length() |
String |
toString(String indent) |
Copyright © 2011–2017 Pcap4J.org. All rights reserved.