Packet: some (802.11) packet optimizations
[senf.git] / senf / Packets / Packet.hh
index 4698dd3..43c88d2 100644 (file)
@@ -495,8 +495,8 @@ namespace senf {
         PacketInterpreterBase::ptr const & ptr() const;
 
     private:
-        Packet checkNext() const;
-        Packet checkLast() const;
+        Packet getNext() const;
+        Packet getLast() const;
 
         PacketInterpreterBase::ptr packet_;