aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.h
diff options
context:
space:
mode:
authorstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-02 02:28:48 +0000
committerstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-02 02:28:48 +0000
commitbfec1836a85bf40a81f8a985def00fd8928d877a (patch)
tree60dd2fa99996657186f4ab4ae23889eb779c294d /epan/dissectors/packet-ipv6.h
parent7af883a0e28b6363e4bd652021dbbdae7788a75c (diff)
From Amine Dhraief:
there is a mistake in the assigned number of the update request and update ack shim6 control message. Accordingly to draft-ietf-shim6-proto-08 the update request has a value of 64 and the update ack 65. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22438 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ipv6.h')
-rw-r--r--epan/dissectors/packet-ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ipv6.h b/epan/dissectors/packet-ipv6.h
index 42d8ed3b37..60e4d67fb2 100644
--- a/epan/dissectors/packet-ipv6.h
+++ b/epan/dissectors/packet-ipv6.h
@@ -157,8 +157,8 @@ struct ip6_frag {
#define SHIM6_TYPE_R2 0x04 /* 0 000 0100 */
#define SHIM6_TYPE_R1BIS 0x05 /* 0 000 0101 */
#define SHIM6_TYPE_I2BIS 0x06 /* 0 000 0110 */
-#define SHIM6_TYPE_UPD_ACK 0x40 /* 0 100 0000 = 64 */
-#define SHIM6_TYPE_UPD_REQ 0x41 /* 0 100 0001 = 65 */
+#define SHIM6_TYPE_UPD_REQ 0x40 /* 0 100 0000 = 64 */
+#define SHIM6_TYPE_UPD_ACK 0x41 /* 0 100 0001 = 65 */
#define SHIM6_TYPE_KEEPALIVE 0x42 /* 0 100 0010 = 66 */
#define SHIM6_TYPE_PROBE 0x43 /* 0 100 0011 = 67 */