From a3e604b8351532db48bb834578baf91ff84366a3 Mon Sep 17 00:00:00 2001 From: gerald Date: Mon, 26 May 2003 22:53:58 +0000 Subject: Fix the definition of NUM_GRPDESC_TYPES, from Yaniv Kaul. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7746 f5534014-38df-0310-8fa8-9805f1628bb7 --- packet-isakmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-isakmp.c') diff --git a/packet-isakmp.c b/packet-isakmp.c index 4e8360a476..1d9db32768 100644 --- a/packet-isakmp.c +++ b/packet-isakmp.c @@ -4,7 +4,7 @@ * for ISAKMP (RFC 2407) * Brad Robel-Forrest * - * $Id: packet-isakmp.c,v 1.64 2003/05/25 19:37:36 guy Exp $ + * $Id: packet-isakmp.c,v 1.65 2003/05/26 22:53:58 gerald Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -181,7 +181,7 @@ static const char *idtypestr[NUM_ID_TYPES] = { "KEY_ID" }; -#define NUM_GRPDESC_TYPES 18 +#define NUM_GRPDESC_TYPES 19 #define grpdesc2str(t) ((t < NUM_GRPDESC_TYPES) ? grpdescstr[t] : "UNKNOWN-GROUP-DESCRIPTION") static const char *grpdescstr[NUM_GRPDESC_TYPES] = { -- cgit v1.2.3