aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-09-29 16:31:52 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-09-29 16:31:52 +0000
commite01fdc561687c9fc0b0eed6118e9e8fc4d279798 (patch)
treefdeeae2177dcc55e1c66bb7437e057d18fbfe039 /epan/dissectors/packet-mip6.h
parent59d9a1b9c20057dc6893c0ec3c12e9fdcbd98a7d (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. svn path=/trunk/; revision=19363
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