- All Superinterfaces:
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
The interface representing a Radiotap data field. If you use
, classes which implement this interface must implement the
following method:
invalid reference
PropertiesBasedPacketFactory
public static RadiotapDataField newInstance(byte[] rawData, int
offset, int length) throws IllegalRawDataException- Since:
- pcap4j 1.6.5
-
Method Summary
-
Method Details
-
length
int length()- Returns:
- length
-
getRawData
byte[] getRawData()- Returns:
- raw data
-
toString
- Parameters:
indent- indent- Returns:
- String representation of this object.
-