From 5bd2637f8842eda099dab3751c891b8f813f89da Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Tue, 6 Sep 2011 11:43:18 -0300 Subject: [PATCH] Added some Dot11 PDU flags. --- include/pdu.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/pdu.h b/include/pdu.h index c6cc06a..6149728 100644 --- a/include/pdu.h +++ b/include/pdu.h @@ -53,6 +53,13 @@ namespace Tins { RAW, ETHERNET_II, DOT11, + DOT11_DATA, + DOT11_QOS_DATA, + DOT11_BEACON, + DOT11_CONTROL, + DOT11_ACK, + DOT11_BLOCK_ACK, + DOT11_RTS, SNAP, RADIOTAP, IP, @@ -168,7 +175,7 @@ namespace Tins { /* Should be pure virtual. It's this way to avoid compiling issues. * Once every pdu has implemented it, make it pure virtual. */ return 0; - } + } /** \brief Send the stack of PDUs through a PacketSender. *