#include <wscout_gui_ieee802_11_beacon_header.hh>
Public Types | |
enum | { protocol = Proto } |
typedef std::pair < protocol::id, const void * > | next_header |
enum | { header_margin = 2 } |
Public Member Functions | |
IEEE80211BeaconHeader (QWidget *parent=0) | |
virtual next_header | setup (const void *header, size_t caplen, const Trace &trace, const pcapxx::frame_descriptor &desc) |
QBoxLayout * | layout () |
Static Public Member Functions | |
static AbstractHeader * | allocator () |
static void | registerProtocol () |
Classes | |
struct | frame_body |
struct | frame_info_element |
typedef std::pair<protocol::id, const void*> wscout::gui::AbstractHeader::next_header [inherited] |
Identify this header's next header.
The first element specifies the next header's protocol. The second one points to the next header's beginning of data.
If there is no next protocol, use protocol::NONE. If the next protocol is unknown, use protocol::UNKNOWN.
anonymous enum [inherited] |
wscout::gui::IEEE80211BeaconHeader::IEEE80211BeaconHeader | ( | QWidget * | parent = 0 |
) |
Default constructor.
IEEE80211BeaconHeader::next_header wscout::gui::IEEE80211BeaconHeader::setup | ( | const void * | header, | |
size_t | caplen, | |||
const Trace & | trace, | |||
const pcapxx::frame_descriptor & | desc | |||
) | [virtual] |
AbstractHeader * wscout::gui::HeaderBase< Exact, Proto >::allocator | ( | ) | [inline, static, inherited] |
Allocate an instance of Exact
using new
.
void wscout::gui::HeaderBase< Exact, Proto >::registerProtocol | ( | ) | [inline, static, inherited] |
Register allocator() for protocol.
QBoxLayout * wscout::gui::HeaderFrame::layout | ( | ) | [inline, inherited] |
This protocol header widget's layout.