Data Fields

libtrace_radiotap_t Struct Reference

The Radiotap header pre-amble. More...

Data Fields

uint8_t it_version
 Radiotap version.
uint8_t it_pad
 Padding for natural alignment.
uint16_t it_len
 Length in bytes of the entire Radiotap header.
uint32_t it_present
 Which Radiotap fields are present.

Detailed Description

The Radiotap header pre-amble.

All Radiotap headers start with this pre-amble, followed by the fields specified in the it_present bitmask. If bit 31 of it_present is set, then another bitmask follows.

Note:
All of the radiotap data fields are in little-endian byte-order.

Field Documentation

Length in bytes of the entire Radiotap header.

Padding for natural alignment.

Which Radiotap fields are present.

Radiotap version.


The documentation for this struct was generated from the following file: