wifi::addr | IEEE 802.11 address |
wifi::addr_mapping | IEEE 802.11 address to integer mapping designed to be stored into a database file |
tool::bottom | Static hierarchy terminator |
wifi::frame::bssid_address_hooks | Helper hooks for bssid_address() |
tool::datafile | Output file which creation/opening is delayed until the first output |
pcapxx::descriptor< Bottom > | Enable various PCAP operations |
wifi::frame::dissector< Hooks > | IEEE 802.11 frame parser |
wifi::frame::dissector_default_hooks | Default (empty) hooks to be used with dissector |
pcapxx::internals::DummySetup | FIXME: TODO: Document |
pcapxx::internals::DummyUpdate | FIXME: TODO: Document |
pcapxx::dumper | Enable frame/packet dumping to PCAP files |
phy::empty_header< Bottom > | Empty PHY header (i.e |
phy::empty_time< Bottom > | Empty timing information |
pcapxx::internals::file_frame_header | PCAP file format representation of a packet header |
pcapxx::internals::file_header | PCAP file format internal header |
pcapxx::frame_descriptor | Describe a PCAP frame/packet |
pcapxx::internals::frame_iterator< Bottom > | Iterator over frames for PCAP descriptors |
tool::get_exact< Down, Up > | Get an exact type given a type and its Bottom parameter |
tool::tool::get_exact< bottom, Up > | Template specialization to make get_exact work |
avs::header | AVS header format |
prism::header | Prism header format |
wifi::frame::mgt::header | IEEE 802.11 management frame structure |
rtap::header | Radiotap header format |
wifi::frame::ctl::rts::header | RTS frame structure |
wifi::frame::ctl::cts::header | Ack. / CTS frame structure |
wifi::frame::ctl::ps_poll::header | IEEE 802.11 PS-Poll frame structure |
wifi::frame::ctl::cf_end::header | IEEE 802.11 CF-End / CF-End+CF-Ack frame structure |
wifi::frame::data::within_ibss::header | IEEE 802.11 data frame structure (ToDS = FromDS = 0) |
wifi::frame::data::to_ds::header | IEEE 802.11 data frame structure (ToDS = 1, FromDS = 0) |
wifi::frame::data::from_ds::header | IEEE 802.11 data frame structure (ToDS = 0, FromDS = 1) |
wifi::frame::data::ap_to_ap::header | IEEE 802.11 data frame structure (ToDS = FromDS = 1) |
phy::header< Bottom > | Base class for all PHY headers |
avs::header::v2_extra_fields | Extra fields when header's version is 2 |
wifi::frame::data::header_3addr | IEEE 802.11 data frame structure (3 addresses) |
wifi::frame::data::header_4addr | IEEE 802.11 data frame structure (4 addresses) |
wifi::frame::internals::id_helper_hooks | Helper hooks for make_unique_id() |
wit::importer | Functor to create WIT data files from PCAP traces |
wit::importer::hooks | Parse a 802.11 frame and retrieve some fields that wit::importer needs |
prism::item | Prism header item |
tool::iterable< Bottom > | Base class to represent iterable objects |
tool::iterator< Bottom > | Base interface for iterators |
wifi::mactime_tracker< Bottom > | Microsecond-grained time tracker |
tool::microseconds | Represent an arbitrary number of microseconds |
tool::microseconds_stamp< T > | Mixin class to add a microsecond count to an existing class |
wifi::frame::filter::non_noisy_prism< InputIterator, Bottom > | Filter out PCAP frames which Prism noise field is non-null |
wifi::frame::filter::internals::non_noisy_prism_iterator< I, B, Bottom > | Iterator over non-prism-noisy frames |
tool::lr::pair< ImplType > | Linear regression adapter - make a std::pair suitable for linear regression |
tool::lr::pair_with_microseconds< ImplType > | Linear regression adapter - make a std::pair of elements with microseconds suitable for linear regression |
pcapxx::pkthdr | PCAP frame/packet header |
tool::internals::SI_unit< OneUnitInBits > | Helper class to display human readable bit sizes |
tool::static_base< Bottom > | Base class of all static hierachies |
prism::time | Prism headers timing information |
phy::time< Bottom > | Base class for all PHY headers' embedded timing information |
wifi::time_converter< PhyHeaderType, Bottom > | Convert a time_tracker microsecond count to various PCAP and PHY fields |
wifi::time_converter< PhyHeaderType, Bottom >::time_values | Hold time_converter 's conversion results |
wifi::timestamp | IEEE 802.11 timestamp frame element |
tool::types< Type > | Virual types for static hierarchies |
tool::tool::types< iterable< B > > | Virtual types for iterable |
tool::tool::types< iterator< B > > | Virtual types for iterator |
tool::tool::types< pcapxx::descriptor< B > > | Virtual types for pcapxx::descriptor |
tool::tool::types< pcapxx::internals::frame_iterator< B > > | Virtual types for pcapxx::internals::frame_iterator |
tool::tool::types< valued_iterator< B > > | Virtual types for valued_iterator |
tool::tool::types< wifi::frame::filter::internals::non_noisy_prism_iterator< I, B1, B2 > > | Virtual types for wifi::frame::filter::internals::non_noisy_prism_iterator |
tool::tool::types< wifi::frame::filter::internals::uniquely_identifiable_iterator< U, I, H, B1, B2 > > | Virtual types for wifi::frame::filter::internals::uniquely_identifiable_iterator |
tool::tool::types< wifi::frame::filter::non_noisy_prism< I, B > > | Virtual types for wifi::frame::filter::non_noisy_prism |
tool::tool::types< wifi::frame::filter::uniquely_identifiable< U, I, H, B > > | Virtual types for wifi::frame::filter::uniquely_identifiable |
tool::tool::types< window< I, Ws, S, B > > | Virtual types for window |
tool::tool::types< window_maker< I, Ws, S, B > > | Virtual types for window_maker |
phy::uint64_time< Bottom > | Timing information for PHY headers that just include an 64 bit timer |
tool::undefined_type | Undefined virtual type for type traits |
wifi::frame::unique_id< Id1, Id2, Id3, Id4 > | Identifier for uniquely identifiable frames |
wifi::frame::filter::uniquely_identifiable< UniqueId, InputIterator, HeaderType, Bottom > | Filter uniquely identifiable frames out of PCAP frames |
wifi::frame::filter::internals::uniquely_identifiable_iterator< U, I, H, B, Bottom > | Iterator over uniquely identifiable frames |
tool::valued_iterator< Bottom > | Iterator which embeds its value |
tool::window< InputIterator, WSize, Step, Bottom > | Sliding window |
tool::window_maker< InputIterator, WSize, Step, Bottom > | Iterable object that builds windows over a sequence |