From b43742894c204fb4c642d485692a0a19e392aec0 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Thu, 28 Sep 2006 16:30:20 +0000 Subject: 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 --- epan/dissectors/packet-mip6.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-mip6.h') 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 * * FMIPv6 support added by Martin Andre + * Copyright 2006, Nicolas DICHTEL - 6WIND - * * 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__ */ -- cgit v1.2.3