aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-24 08:00:39 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-24 08:00:39 +0000
commit84e586c8c0b4b802f2abaf9a6fd6e264fbc2f3d5 (patch)
treeb4165de07353bdae3e498cb98e58ea1b2c4dccec /epan/dissectors/packet-ipv6.h
parent741345f07fd0efda10b3ff2a50fd577791e1fe7e (diff)
From Ivan Sy via bug 3931:
Added ND Proxy Flag for IPv6 RA flag. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29533 f5534014-38df-0310-8fa8-9805f1628bb7
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]