X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/40f7c8d61c4edc8f5895d58bc7f5836f50068dd0..ba0e682364d51d69c2611850734d7ed925e5034d:/print-pim.c diff --git a/print-pim.c b/print-pim.c index 71360836..792dd224 100644 --- a/print-pim.c +++ b/print-pim.c @@ -19,11 +19,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-pim.c,v 1.49 2006-02-13 01:31:35 hannes Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -95,7 +90,7 @@ static const struct tok pimv2_register_flag_values[] = { { PIMV2_REGISTER_FLAG_BORDER, "Border" }, { PIMV2_REGISTER_FLAG_NULL, "Null" }, { 0, NULL} -}; +}; /* * XXX: We consider a case where IPv6 is not ready yet for portability, @@ -730,12 +725,12 @@ pimv2_print(register const u_char *bp, register u_int len, u_int cksum) break; default: if (vflag <= 1) - print_unknown_data(bp,"\n\t ",olen); + print_unknown_data(gndo,bp,"\n\t ",olen); break; } /* do we want to see an additionally hexdump ? */ if (vflag> 1) - print_unknown_data(bp,"\n\t ",olen); + print_unknown_data(gndo,bp,"\n\t ",olen); bp += olen; } break;