X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/cc7b519792b78b74e898e63e90e959dc6dc43e33..5d12078039290a2b66c06b7ae82bfb03d2ccc961:/print-icmp6.c diff --git a/print-icmp6.c b/print-icmp6.c index 1b47c89c..0c1535a4 100644 --- a/print-icmp6.c +++ b/print-icmp6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.52 2001-06-01 04:08:57 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.53 2001-06-01 22:59:45 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -280,10 +280,7 @@ icmp6_print(const u_char *bp, const u_char *bp2) printf("M"); if (p->nd_ra_flags_reserved & ND_RA_FLAG_OTHER) printf("O"); -#ifndef ND_RA_FLAG_HA -#define ND_RA_FLAG_HA 0x20 -#endif - if (p->nd_ra_flags_reserved & ND_RA_FLAG_HA) + if (p->nd_ra_flags_reserved & ND_RA_FLAG_HOME_AGENT) printf("H"); if ((p->nd_ra_flags_reserved & ~ND_RA_FLAG_RTPREF_MASK)