Packets/80221Bundle/MIHPacket: register MIH EtherType in registry
[senf.git] / senf / Packets / 80221Bundle / TLVPacket.hh
index 2151e7f..0928483 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <algorithm>
-#include "../../Packets/Packets.hh"
+#include <senf/Packets/Packets.hh>
 
 //#include "TLVPacket.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -97,7 +97,7 @@ namespace senf {
             typedef MacAddressesTLVParser parser;
             ...
             static void finalize(ConcretePacket<MacAddressesTLVPacketType> p) { 
-                p->shrinkLength();
+                p->finalizeLength();
             }
          };
          \endcode
@@ -194,7 +194,7 @@ namespace senf {
         static void dump(packet p, std::ostream & os);  
         static void finalize(packet p);  ///< Finalize packet.
                                          /**< shrink size of length field to minimum 
-                                              \see BaseTLVPacketParser::shrinkLength() */
+                                              \see BaseTLVPacketParser::finalizeLength() */
         
     };