From 117d3b09664fc7c01ae7edfc129fcf554728e18b Mon Sep 17 00:00:00 2001 From: assar Date: Mon, 15 May 2000 00:59:41 +0000 Subject: [PATCH] (icmp_print): step through all advertised routers for a router advertisement. From --- print-icmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print-icmp.c b/print-icmp.c index bc7fc12e..eb0ca7df 100644 --- a/print-icmp.c +++ b/print-icmp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.45 2000-04-28 11:46:11 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.46 2000-05-15 00:59:41 assar Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -314,6 +314,7 @@ icmp_print(register const u_char *bp, u_int plen, register const u_char *bp2) ipaddr_string(&idp->ird_addr), EXTRACT_32BITS(&idp->ird_pref)); cp = buf + strlen(buf); + ++idp; } } break;