1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Add RadioTapParser class

This commit is contained in:
Matias Fontanini
2017-05-21 10:06:13 -07:00
parent 5a3f3e43a6
commit b983fe0bb3
6 changed files with 467 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ public:
*/
static const PDU::PDUType pdu_flag = PDU::RADIOTAP;
/**
* RadioTap is little endian
*/
static const endian_type endianness = LE;
/**
* \brief Enumeration of the different channel type flags.
*