Utils/Termlib: Extend the completion API
[senf.git] / Packets / 80211Bundle / RadiotapPacket.hh
index 5ddec01..ebea567 100644 (file)
@@ -155,7 +155,7 @@ namespace senf
         OPTIONAL_FIELD        ( flags,                    RadiotapPacketParser_Flags          ); //<pkgdraw: size=8
         OPTIONAL_FIELD        ( rate,                     UInt8Parser                         );
         SKIP_OPTIONAL_PADDING ( channelOptionsPresent(),  rate, 2                             );
-        OPTIONAL_FIELD        ( channelOptions,           RadiotapPacketParser_ChannelOptions ); //<pkgdraw: size=16
+        OPTIONAL_FIELD        ( channelOptions,           RadiotapPacketParser_ChannelOptions ); //<pkgdraw: size=32
         SKIP_OPTIONAL_PADDING ( fhssPresent(),            channelOptions, 2                   );
         OPTIONAL_FIELD        ( fhss,                     UInt16LSBParser                     );
         OPTIONAL_FIELD        ( dbmAntennaSignal,         Int8Parser                          );
@@ -187,7 +187,7 @@ namespace senf
 
         \par Fields:
             \ref RadiotapPacketParser
-           \image html RadiotapPacket.png
+            \image html RadiotapPacket.png
         
         \see http://www.radiotap.org/