The 802.11 Bundle

Classes

struct  senf::RadiotapPacketType
 Radiotap packet. More...
 
struct  senf::WLANBeaconPacketType
 WLAN Beacon frame packet. More...
 
struct  senf::InformationElementsPacketType
 WLAN Information Element 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< WLANBeaconPacketTypesenf::WLANBeaconPacket
 WLAN Beacon frame packet typedef. More...
 
typedef ConcretePacket< InformationElementsPacketTypesenf::InformationElementsPacket
 WLAN Information Element packet typedef. More...
 
typedef WLANPacket_MgtFrameType::packet senf::WLANPacket_MgtFrame
 WLAN Management frame packet typedef. More...
 
typedef WLANPacket_CtrlFrameType::packet senf::WLANPacket_CtrlFrame
 WLAN Control frame packet typedef. More...
 
typedef WLANPacket_DataFrameType::packet senf::WLANPacket_DataFrame
 WLAN Data frame packet typedef. More...
 

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.

Typedef Documentation

◆ InformationElementsPacket

WLAN Information Element packet typedef.

Definition at line 111 of file WLANBeaconPacket.hh.

◆ WLANBeaconPacket

WLAN Beacon frame packet typedef.

Definition at line 72 of file WLANBeaconPacket.hh.

◆ WLANPacket_CtrlFrame

WLAN Control frame packet typedef.

Definition at line 189 of file WLANPacket.hh.

◆ WLANPacket_DataFrame

WLAN Data frame packet typedef.

Definition at line 306 of file WLANPacket.hh.

◆ WLANPacket_MgtFrame

WLAN Management frame packet typedef.

Definition at line 131 of file WLANPacket.hh.