aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-09-28 16:30:20 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-09-28 16:30:20 +0000
commitb43742894c204fb4c642d485692a0a19e392aec0 (patch)
tree38ea65ebac0437b45d878889e9a698a27e2e45ed /epan/dissectors/packet-mip6.h
parentc220a1a89a63be3fb61bc165ec723d2e470d8918 (diff)
From Nicolas DICHTEL:
I've two patchs for FMIPv6: - FBU encapsulated in FNA are not correctly parsed; - there is an error when parsing LLA Option. svn path=/trunk/; revision=19351
Diffstat (limited to 'epan/dissectors/packet-mip6.h')
-rw-r--r--epan/dissectors/packet-mip6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mip6.h b/epan/dissectors/packet-mip6.h
index 1a5974bedf..fafd31199e 100644
--- a/epan/dissectors/packet-mip6.h
+++ b/epan/dissectors/packet-mip6.h
@@ -7,6 +7,7 @@
* Copyright 2003 Oy L M Ericsson Ab <teemu.rinta-aho@ericsson.fi>
*
* FMIPv6 support added by Martin Andre <andre@clarinet.u-strasbg.fr>
+ * Copyright 2006, Nicolas DICHTEL - 6WIND - <nicolas.dichtel@6wind.com>
*
* Modifications for NEMO packets (RFC 3963): Bruno Deniaud
* (bdeniaud@irisa.fr, nono@chez.com) 12 Oct 2005
@@ -311,7 +312,7 @@ static const value_string fmip6_lla_optcode_value[] = {
#define FMIP6_LLA_MINLEN 1
#define FMIP6_LLA_OPTCODE_OFF 2
-#define FMIP6_LLA_LLA_OFF 4
+#define FMIP6_LLA_LLA_OFF 3
#define FMIP6_LLA_OPTCODE_LEN 1
#endif /* __PACKET_MIP6_H_DEFINED__ */