The 802.11 Bundle


Detailed Description

Each protocol consists of several objects
  • The packet typedef symbol. This is the only object explicitly accessed from the outside
  • The associated parser object. This is, where the field names are documented
  • The internal packet type object
Below you find a list of the internal packet type object for each of the implemented protocols. You will never use this type directly, however the documentation will reference the packet typedef to use and will document the parser used to parse the packet's fields.

Classes

struct   senf::RadiotapPacketType
  Radiotap packet. More...
struct   senf::WLANBeaconPacketType
  WLAN Beacon frame packet. More...
struct   senf::WLANPacket_MgtFrameType
  WLAN Management frame packet. More...
struct   senf::WLANPacket_CtrlFrameType
  WLAN Control frame packet. More...
struct   senf::WLANPacket_DataFrameType
  WLAN Data frame packet. More...

Typedefs

typedef ConcretePacket
< WLANBeaconPacketType > 
senf::WLANBeaconPacket
  WLAN Beacon frame packet typedef.
typedef
WLANPacket_MgtFrameType::packet 
senf::WLANPacket_MgtFrame
  WLAN Management frame packet typedef.
typedef
WLANPacket_CtrlFrameType::packet 
senf::WLANPacket_CtrlFrame
  WLAN Control frame packet typedef.
typedef
WLANPacket_DataFrameType::packet 
senf::WLANPacket_DataFrame
  WLAN Data frame packet typedef.

Typedef Documentation

typedef ConcretePacket<WLANBeaconPacketType> senf::
WLANBeaconPacket

WLAN Beacon frame packet typedef.

Definition at line 82 of file WLANBeaconPacket.hh.

typedef WLANPacket_CtrlFrameType::packet senf::
WLANPacket_CtrlFrame

WLAN Control frame packet typedef.

Definition at line 187 of file WLANPacket.hh.

typedef WLANPacket_DataFrameType::packet senf::
WLANPacket_DataFrame

WLAN Data frame packet typedef.

Definition at line 291 of file WLANPacket.hh.

typedef WLANPacket_MgtFrameType::packet senf::
WLANPacket_MgtFrame

WLAN Management frame packet typedef.

Definition at line 129 of file WLANPacket.hh.