diff -r 44bfdaa47ba9 -r 06484dd65e76 src/node/ethernet-trailer.h --- a/src/node/ethernet-trailer.h Fri Aug 03 09:15:25 2007 +0200 +++ b/src/node/ethernet-trailer.h Fri Aug 03 09:23:41 2007 +0200 @@ -33,8 +33,11 @@ * ethernet packet. The actual FCS functionality is not yet coded and * so this acts more as a placeholder. */ -class EthernetTrailer : public Trailer { +class EthernetTrailer : public Trailer +{ public: + static const char *GetUid (void); + /** * \brief Construct a null ethernet trailer */