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< WLANBeaconPacketType > | senf::WLANBeaconPacket |
WLAN Beacon frame packet typedef. More... | |
typedef ConcretePacket< InformationElementsPacketType > | senf::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... | |
Each protocol consists of several objects
typedef
symbol. This is the only object explicitly accessed from the outside 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.
WLAN Information Element packet typedef.
Definition at line 111 of file WLANBeaconPacket.hh.
WLAN Beacon frame packet typedef.
Definition at line 72 of file WLANBeaconPacket.hh.
WLAN Control frame packet typedef.
Definition at line 189 of file WLANPacket.hh.
WLAN Data frame packet typedef.
Definition at line 306 of file WLANPacket.hh.
WLAN Management frame packet typedef.
Definition at line 131 of file WLANPacket.hh.