X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FRadiotapPacket.hh;h=b84ea5568d53e61964b8e95e4f478a8e22a279b5;hb=9762e8c5d2f6c1264ba97acd3e589f6fa8f522c6;hp=a9dc79baf72c5b7dd96c258aad8896352e2b2d2f;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Packets/80211Bundle/RadiotapPacket.hh b/senf/Packets/80211Bundle/RadiotapPacket.hh index a9dc79b..b84ea55 100644 --- a/senf/Packets/80211Bundle/RadiotapPacket.hh +++ b/senf/Packets/80211Bundle/RadiotapPacket.hh @@ -26,10 +26,11 @@ #ifndef HH_SENF_Packets_80211Bundle_RadiotapPacket_ #define HH_SENF_Packets_80211Bundle_RadiotapPacket_ 1 +// Custom includes #include -namespace senf -{ +///////////////////////////////hh.p//////////////////////////////////////// +namespace senf { /** \brief Parse Flag field in Radiotap header @@ -197,7 +198,6 @@ namespace senf SENF_PARSER_SKIP_BITS( 4 ); SENF_PARSER_BITFIELD_RO ( frameType, 2, unsigned ); SENF_PARSER_SKIP_BITS( 2 ); - }; /** \brief Radiotap packet @@ -233,6 +233,10 @@ namespace senf typedef ConcretePacket RadiotapPacket; } +///////////////////////////////hh.e//////////////////////////////////////// +//#include "RadiotapPacket.cci" +//#include "RadiotapPacket.ct" +//#include "RadiotapPacket.cti" #endif