X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDefaultBundle%2FICMPv6Packet.hh;h=715ce2141e42c1073658fa21647192145a848a08;hb=cb01986c60bd68d43a56e1f648aecd23b43cb893;hp=44a43163dc14caa34eab426d707838fda40b778b;hpb=bdbba4bce64d25fdc42c2531b3b2e60bd8849e4f;p=senf.git diff --git a/Packets/DefaultBundle/ICMPv6Packet.hh b/Packets/DefaultBundle/ICMPv6Packet.hh index 44a4316..715ce21 100644 --- a/Packets/DefaultBundle/ICMPv6Packet.hh +++ b/Packets/DefaultBundle/ICMPv6Packet.hh @@ -46,7 +46,21 @@ namespace senf // ICMP type registry typedef boost::uint16_t key_t; }; - + + /** \brief ICMP Packet for IPv6 + + \par Packet type (typedef): + \ref ICMPv6Packet + + \par Fields: + \ref ICMPv6PacketParser + \image html ICMPv6Packet.png + + \par Associated registries: + \ref ICMPTypes + + \ingroup protocolbundle_default + */ struct ICMPv6PacketType : public PacketTypeBase, public PacketTypeMixin @@ -76,3 +90,15 @@ namespace senf } #endif + + +// Local Variables: +// mode: c++ +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 +// End: +ss