Packets: some minor GenericTLV clean ups
[senf.git] / senf / Packets / DefaultBundle / EthernetPacket.hh
index 51a2389..8eed2ec 100644 (file)
@@ -28,8 +28,8 @@
 
 // Custom includes
 #include <algorithm>
-#include "../../Socket/Protocols/Raw/MACAddress.hh"
-#include "../../Packets/Packets.hh"
+#include <senf/Socket/Protocols/Raw/MACAddress.hh>
+#include <senf/Packets/Packets.hh>
 
 //#include "EthernetPacket.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -125,9 +125,12 @@ namespace senf {
         static void finalize(packet p);
     };
 
-    /** \brief Ethernet packet typedef */
+    /** \brief Ethernet packet typedef
+        \ingroup protocolbundle_default
+     */
     typedef ConcretePacket<EthernetPacketType> EthernetPacket;
 
+    
     /** \brief Parse an ethernet VLAN tag
         
         Parser interpreting the ethernet VLAN tag. Fields are
@@ -189,7 +192,9 @@ namespace senf {
         static void finalize(packet p);
     };
 
-    /** \brief Ethernet VLAN tag typedef */
+    /** \brief Ethernet VLAN tag typedef
+        \ingroup protocolbundle_default
+     */
     typedef ConcretePacket<EthVLanPacketType> EthVLanPacket;
 
 }