aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-08-24 08:00:39 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-08-24 08:00:39 +0000
commitca5995f532c313f870fe4d1046478e6027115dec (patch)
treeb4165de07353bdae3e498cb98e58ea1b2c4dccec /epan/dissectors/packet-ipv6.h
parentc66f265ddadef35e413c97a1392eb9b01af89a1c (diff)
From Ivan Sy via bug 3931:
Added ND Proxy Flag for IPv6 RA flag. svn path=/trunk/; revision=29533
Diffstat (limited to 'epan/dissectors/packet-ipv6.h')
-rw-r--r--epan/dissectors/packet-ipv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipv6.h b/epan/dissectors/packet-ipv6.h
index 173877abc4..727babe531 100644
--- a/epan/dissectors/packet-ipv6.h
+++ b/epan/dissectors/packet-ipv6.h
@@ -365,6 +365,7 @@ struct nd_router_advert { /* router advertisement */
#define ND_RA_FLAG_RTPREF_MEDIUM 0x00 /* 00000000 */
#define ND_RA_FLAG_RTPREF_LOW 0x18 /* 00011000 */
#define ND_RA_FLAG_RTPREF_RSV 0x10 /* 00010000 */
+#define ND_RA_FLAG_ND_PROXY 0x04 /* RFC 4389 */
#define nd_ra_router_lifetime nd_ra_hdr.icmp6_data16[1]