1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-29 04:54:28 +01:00

Added the --disable-dot11 configure switch.

This commit is contained in:
Matias Fontanini
2013-11-09 14:41:08 -03:00
parent 93ab8d3b91
commit 9962381fc7
56 changed files with 465 additions and 1807 deletions

View File

@@ -27,6 +27,10 @@
*
*/
#include "radiotap.h"
#ifdef HAVE_DOT11
#include <cstring>
#ifdef TINS_DEBUG
#include <cassert>
@@ -41,7 +45,6 @@
#endif
#include <net/ethernet.h>
#endif
#include "radiotap.h"
#include "dot11/dot11_base.h"
#include "utils.h"
#include "packet_sender.h"
@@ -385,3 +388,5 @@ void RadioTap::write_serialization(uint8_t *buffer, uint32_t total_sz, const PDU
}
}
}
#endif // HAVE_DOT11