X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/69eb95b8e35edbe491c3ddb5fb2106ec4db37125..117d3b09664fc7c01ae7edfc129fcf554728e18b:/print-icmp.c 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;