diff -r f30d69393a24 -r cd108c9817d0 src/node/llc-snap-header.h --- a/src/node/llc-snap-header.h Wed May 30 09:48:53 2007 +0200 +++ b/src/node/llc-snap-header.h Wed May 30 10:03:15 2007 +0200 @@ -37,6 +37,7 @@ uint16_t GetType (void); private: + virtual std::string DoGetName (void) const; virtual void PrintTo (std::ostream &os) const; virtual uint32_t GetSerializedSize (void) const; virtual void SerializeTo (Buffer::Iterator start) const;