X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a97fb2f3ae9731dd13e6854742c090ca9ef454cf..6e12d87355718f309ce9f33183ff8235b9c5eb0d:/print-vqp.c diff --git a/print-vqp.c b/print-vqp.c index 9076b905..89355459 100644 --- a/print-vqp.c +++ b/print-vqp.c @@ -17,11 +17,6 @@ * Original code by Carles Kishimoto */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-vqp.c,v 1.3 2006-08-19 06:51:13 guy Exp $"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -196,7 +191,7 @@ vqp_print(register const u_char *pptr, register u_int len) break; default: if (vflag <= 1) - print_unknown_data(tptr, "\n\t ", vqp_obj_len); + print_unknown_data(gndo,tptr, "\n\t ", vqp_obj_len); break; } tptr += vqp_obj_len;