aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-29 16:31:52 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-29 16:31:52 +0000
commitc60f72d459834ff368206934f44f4b9bcd383fdf (patch)
treefdeeae2177dcc55e1c66bb7437e057d18fbfe039 /epan/dissectors/packet-mip6.h
parent6ba81820effe857124003f7d1d6e930961e8c1ba (diff)
From Nicolas DICHTEL:
Please find enclosed a patch about Mobile Network Prefix option in NEMO. Following RFC3963 Section 4.3, lenght of this option is 18, not 16. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19363 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mip6.h')
-rw-r--r--epan/dissectors/packet-mip6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mip6.h b/epan/dissectors/packet-mip6.h
index fafd31199e..4644ba9abe 100644
--- a/epan/dissectors/packet-mip6.h
+++ b/epan/dissectors/packet-mip6.h
@@ -297,7 +297,7 @@ static const value_string fmip6_lla_optcode_value[] = {
#define MIP6_ACOA_ACOA_OFF 2
#define MIP6_ACOA_ACOA_LEN 16
-#define NEMO_MNP_LEN 16
+#define NEMO_MNP_LEN 18
#define NEMO_MNP_PL_OFF 3
#define NEMO_MNP_MNP_OFF 4
#define NEMO_MNP_MNP_LEN 16