Classes | |
struct | addr |
IEEE 802.11 address. More... | |
struct | addr_mapping |
IEEE 802.11 address to integer mapping designed to be stored into a database file. More... | |
struct | mactime_tracker |
Microsecond-grained time tracker. More... | |
struct | time_converter |
Convert a time_tracker microsecond count to various PCAP and PHY fields. More... | |
struct | timestamp |
IEEE 802.11 timestamp frame element. More... | |
Namespaces | |
namespace | frame |
Functions | |
std::ostream & | operator<< (std::ostream &os, const addr &a) |
std::string | make_string (const addr &a) |
std::ostream & | operator<< (std::ostream &, const timestamp &) |
std::string wifi::make_string | ( | const addr & | a | ) | [inline] |
Make a human readable string from an address .
std::ostream & wifi::operator<< | ( | std::ostream & | os, | |
const timestamp & | ts | |||
) | [inline] |
std::ostream & wifi::operator<< | ( | std::ostream & | os, | |
const addr & | a | |||
) | [inline] |
Dump an address in human readable notation.