Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Packets / 80211Bundle / RadiotapPacket.hh
index a9dc79b..40f3def 100644 (file)
 #ifndef HH_SENF_Packets_80211Bundle_RadiotapPacket_
 #define HH_SENF_Packets_80211Bundle_RadiotapPacket_ 1
 
+// Custom includes
 #include <senf/Packets/Packets.hh>
 
-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
@@ -208,9 +208,9 @@ namespace senf
         \par Fields:
             \ref RadiotapPacketParser
             \image html RadiotapPacket.png
-        
+
         \see http://www.radiotap.org/
-        
+
         \ingroup protocolbundle_80211
      */
     struct RadiotapPacketType
@@ -233,6 +233,10 @@ namespace senf
     typedef ConcretePacket<RadiotapPacketType> RadiotapPacket;
 }
 
+///////////////////////////////hh.e////////////////////////////////////////
+//#include "RadiotapPacket.cci"
+//#include "RadiotapPacket.ct"
+//#include "RadiotapPacket.cti"
 #endif
 
 \f