aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-04-23 20:42:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-04-23 20:42:02 +0000
commit02353b11ce7a88db438a4cd2b682b148c91dc068 (patch)
treeac9f05a12dfe9d7099b5ad6361e1c3f1ef834982 /epan/dissectors/packet-icmpv6.c
parentd36eb041ed1af7a3b14e586ebe23c714c9346e5e (diff)
From bboissin:
fix RFC4191 handling http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2498 svn path=/trunk/; revision=25156
Diffstat (limited to 'epan/dissectors/packet-icmpv6.c')
-rw-r--r--epan/dissectors/packet-icmpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-icmpv6.c b/epan/dissectors/packet-icmpv6.c
index 85b3c24ff9..ba13b73755 100644
--- a/epan/dissectors/packet-icmpv6.c
+++ b/epan/dissectors/packet-icmpv6.c
@@ -224,7 +224,7 @@ static const value_string option_vals[] = {
{ 21, "CARD Request" }, /* [RFC4065] */
{ 22, "CARD Reply" }, /* [RFC4065] */
{ 23, "MAP" }, /* [RFC4140] */
- { 24, "Route Information" }, /* [RFC4191] */
+ { ND_OPT_ROUTE_INFO, "Route Information" }, /* [RFC4191] */
{ ND_OPT_RECURSIVE_DNS_SERVER, "Recursive DNS Server" }, /* [RFC5006] */
{ 26, "RA Flags Extension" }, /* [RFC5075] */
{ 27, "Handover Key Request" }, /* [RFC-ietf-mipshop-handover-key-03.txt] */