X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80211Bundle%2FWLANBeaconPacket.hh;h=25b631b49e637dc9c90ed1831446e963183e978f;hb=9b2b809a695e148c041415c6ff20325e77531a7d;hp=d82ed1a1dbfe86c9f36669dacedb0133ccc68976;hpb=9ffdaae4804503c4f36a53747c852a87ee626b9e;p=senf.git diff --git a/senf/Packets/80211Bundle/WLANBeaconPacket.hh b/senf/Packets/80211Bundle/WLANBeaconPacket.hh index d82ed1a..25b631b 100644 --- a/senf/Packets/80211Bundle/WLANBeaconPacket.hh +++ b/senf/Packets/80211Bundle/WLANBeaconPacket.hh @@ -30,7 +30,7 @@ // Custom includes #include "InformationElements.hh" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { struct WLANBeaconPacketParser : public PacketParserBase @@ -43,15 +43,15 @@ namespace senf { SENF_PARSER_FIELD( ssidIE, WLANSSIDInfoElementParser ); WLANSSIDInfoElementParser::value_t ssid() const { return ssidIE().value(); } - + SENF_PARSER_FIELD( supportedRatesIE, WLANSupportedRatesInfoElementParser ); - + SENF_PARSER_LIST ( ieList, packetSize(), WLANGenericInfoElementParser ); - + SENF_PARSER_FINALIZE( WLANBeaconPacketParser ); }; - + /** \brief WLAN Beacon frame packet \par Packet type (typedef): @@ -83,7 +83,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "WLANBeaconPacket.cci" //#include "WLANBeaconPacket.ct" //#include "WLANBeaconPacket.cti"