Packets: Add PacketParserBase::i(size_type) utility
[senf.git] / Packets / DefaultBundle / EthernetPacket.hh
index 6991f9d..ad9c1f9 100644 (file)
@@ -177,7 +177,7 @@ namespace senf {
 
         /** \todo Add LLC/SNAP support -> only use the registry
             for type() values >=1536, otherwise expect an LLC header */
-        static registry_key_t nextPacketKey(packet p) 
+        static key_t nextPacketKey(packet p) 
             { return p->type(); }
 
         static void dump(packet p, std::ostream & os);