Added dump information for NDP options to appropriate ICMPv6 types
[senf.git] / senf / Packets / DefaultBundle / IPv6Packet.hh
index c8a06d5..251dfa7 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: EthernetPacket.hh 299 2007-07-10 21:23:49Z g0dil $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
@@ -27,8 +27,8 @@
 #define HH_SENF_Packets_DefaultBundle_IPv6Packet_ 1
 
 // Custom includes
-#include "../../Socket/Protocols/INet/INet6Address.hh"
-#include "../../Packets/Packets.hh"
+#include <senf/Socket/Protocols/INet/INet6Address.hh>
+#include <senf/Packets/Packets.hh>
 #include "IPv4Packet.hh"
 
 //#include "IPv6Packet.mpp"
@@ -152,10 +152,10 @@ namespace senf {
                                                in \ref IpTypes */
     };
 
-    /** \brief IPv6 packet typedef */
+    /** \brief IPv6 packet typedef
+        \ingroup protocolbundle_default
+     */
     typedef ConcretePacket<IPv6PacketType> IPv6Packet;
-
-    ///@}
 }
 
 ///////////////////////////////hh.e////////////////////////////////////////