X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d8acd8f5d0d7cac4881b5552eca5dc40a5d3c0d1..6c78ecd7a8b996bc81cc28d412ed9afa55f0b84c:/print-cdp.c?ds=sidebyside diff --git a/print-cdp.c b/print-cdp.c index da3f10b4..5383fd50 100644 --- a/print-cdp.c +++ b/print-cdp.c @@ -24,11 +24,6 @@ * http://www.cisco.com/univercd/cc/td/doc/product/lan/trsrb/frames.htm */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-cdp.c,v 1.25 2004-10-07 14:53:11 hannes Exp $"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -220,7 +215,7 @@ cdp_print(const u_char *pptr, u_int length, u_int caplen) } break; default: - print_unknown_data(tptr,"\n\t ",len); + print_unknown_data(gndo,tptr,"\n\t ",len); break; } }