-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
IllegalRadiotapData,RadiotapDataAMpduStatus,RadiotapDataAntenna,RadiotapDataAntennaNoise,RadiotapDataAntennaSignal,RadiotapDataChannel,RadiotapDataDbAntennaNoise,RadiotapDataDbAntennaSignal,RadiotapDataDbmTxPower,RadiotapDataDbTxAttenuation,RadiotapDataFhss,RadiotapDataFlags,RadiotapDataLockQuality,RadiotapDataMcs,RadiotapDataPad,RadiotapDataRate,RadiotapDataRxFlags,RadiotapDataTsft,RadiotapDataTxAttenuation,RadiotapDataVht,UnknownRadiotapData
- Enclosing class:
- RadiotapPacket
public static interface RadiotapPacket.RadiotapData extends java.io.SerializableThe interface representing a Radiotap data field. If you usePropertiesBasedPacketFactory, classes which implement this interface must implement the following method:public static RadiotapDataField newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException- Since:
- pcap4j 1.6.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getRawData()intlength()java.lang.StringtoString(java.lang.String indent)
-