X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FRadiotapPacket.hh;h=c6a0e7287bd3d884c86f0a3529f95eaac817e5d2;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=e59f02dbcbda06b91ca98d4aec21add217effc1a;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Packets/80211Bundle/RadiotapPacket.hh b/senf/Packets/80211Bundle/RadiotapPacket.hh index e59f02d..c6a0e72 100644 --- a/senf/Packets/80211Bundle/RadiotapPacket.hh +++ b/senf/Packets/80211Bundle/RadiotapPacket.hh @@ -31,7 +31,7 @@ #include #include -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /** \brief Parse Flag field in Radiotap header @@ -215,7 +215,7 @@ namespace senf { size_type bytes() const; - // //////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// # define FIELD(name,type,index) \ typedef type name ## _t; \ @@ -267,7 +267,7 @@ namespace senf { typedef boost::array OffsetTable; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Offset table handling static OffsetTable & offsetTable(boost::uint32_t presentFlags); @@ -276,7 +276,7 @@ namespace senf { // Generate an offset table just from the present flags static void buildOffsetTable(boost::uint32_t presentFlags, OffsetTable & table); - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// OffsetTable const & currentTable() const; OffsetTable const & getTable(boost::uint32_t presentFlags) const; @@ -329,7 +329,7 @@ namespace senf { typedef ConcretePacket RadiotapPacket; } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "RadiotapPacket.cci" //#include "RadiotapPacket.ct" #include "RadiotapPacket.cti"