X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2F80211Bundle%2FRadiotapPacket.hh;h=0269a087a001f091bc8dc86ad99f0fffb010798e;hb=b2689b6d92c4d22ecaea5ab271c0af8564a7d39b;hp=e36308ee0bc48c617546be9eed780911328cf8e2;hpb=74d16ea37608b6f80f0b79be66adee0fa9a5b0a6;p=senf.git diff --git a/Packets/80211Bundle/RadiotapPacket.hh b/Packets/80211Bundle/RadiotapPacket.hh index e36308e..0269a08 100644 --- a/Packets/80211Bundle/RadiotapPacket.hh +++ b/Packets/80211Bundle/RadiotapPacket.hh @@ -35,7 +35,7 @@ namespace senf Re-ordering of bits due to LSB byte order */ - struct RadiotapPacketParser_Flags : public senf::PacketParserBase + struct RadiotapPacketParser_Flags : public PacketParserBase { # include SENF_FIXED_PARSER() @@ -55,7 +55,7 @@ namespace senf Re-ordering of bits due to LSB byte order */ - struct RadiotapPacketParser_ChannelOptions : public senf::PacketParserBase + struct RadiotapPacketParser_ChannelOptions : public PacketParserBase { # include SENF_FIXED_PARSER() @@ -95,7 +95,7 @@ namespace senf \todo extended present field (bit 31 of present field is set) */ - struct RadiotapPacketParser : public senf::PacketParserBase + struct RadiotapPacketParser : public PacketParserBase { # include SENF_PARSER() @@ -177,7 +177,7 @@ namespace senf version() = 0; } - SENF_PARSER_FINALIZE(RadiotapPacketParser); + SENF_PARSER_FINALIZE( RadiotapPacketParser ); }; /** \brief Radiotap packet @@ -193,12 +193,12 @@ namespace senf \ingroup protocolbundle_80211 */ struct RadiotapPacketType - : public senf::PacketTypeBase, - public senf::PacketTypeMixin + : public PacketTypeBase, + public PacketTypeMixin { - typedef senf::PacketTypeMixin mixin; - typedef senf::ConcretePacket packet; - typedef senf::RadiotapPacketParser parser; + typedef PacketTypeMixin mixin; + typedef ConcretePacket packet; + typedef RadiotapPacketParser parser; using mixin::nextPacketRange; using mixin::init; @@ -209,7 +209,7 @@ namespace senf static factory_t nextPacketType(packet p); }; - typedef senf::ConcretePacket RadiotapPacket; + typedef ConcretePacket RadiotapPacket; } #endif