Interface RadiotapPacket.RadiotapData

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

public static interface RadiotapPacket.RadiotapData extends Serializable
The interface representing a Radiotap data field. If you use
invalid reference
PropertiesBasedPacketFactory
, 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 Details

    • length

      int length()
      Returns:
      length
    • getRawData

      byte[] getRawData()
      Returns:
      raw data
    • toString

      String toString(String indent)
      Parameters:
      indent - indent
      Returns:
      String representation of this object.