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

Renamed IEEE802_11 and all subclasses to Dot11

This commit is contained in:
Matias Fontanini
2011-09-04 10:19:58 -03:00
parent 3178c217b3
commit 477a757f5a
6 changed files with 238 additions and 238 deletions

View File

@@ -28,7 +28,7 @@
#include "eapol.h"
#include "ethernetII.h"
#include "icmp.h"
#include "ieee802-11.h"
#include "dot11.h"
#include "ip.h"
#include "packetsender.h"
#include "pdu.h"