]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cdp.c
Makefile.in: 'distclean' target: add files and directories to remove
[tcpdump] / print-cdp.c
index da3f10b426f71585852c0d930dcb45b0250f04c7..5383fd50f9d57d754a361447e59af57092ae15a9 100644 (file)
  *    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;
                     }
                 }