aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 04:31:58 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 04:31:58 +0000
commitb68c2f6e42fc74c517b5ed49b309bc7ee0f5ed3e (patch)
treeca7ac06e027a07c1eec24d79d0f34c6d9faa623d /packet-mip.c
parent20b2fd9f9af0d1464b9b49169e5b2144f7e1b228 (diff)
Compiling with -pedantic:
warning: comma at end of enumerator list git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9383 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-mip.c')
-rw-r--r--packet-mip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-mip.c b/packet-mip.c
index c649df1021..e82154f5f7 100644
--- a/packet-mip.c
+++ b/packet-mip.c
@@ -2,7 +2,7 @@
* Routines for Mobile IP dissection
* Copyright 2000, Stefan Raab <sraab@cisco.com>
*
- * $Id: packet-mip.c,v 1.33 2002/08/28 21:00:20 jmayer Exp $
+ * $Id: packet-mip.c,v 1.34 2003/12/21 04:31:56 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -131,8 +131,8 @@ typedef enum {
CVSE_EXT = 38, /* RFC 3115 */
MN_NAI_EXT = 131,
MF_CHALLENGE_EXT = 132, /* RFC 3012 */
- OLD_NVSE_EXT = 133,/* RFC 3115 */
- NVSE_EXT = 134, /* RFC 3115 */
+ OLD_NVSE_EXT = 133, /* RFC 3115 */
+ NVSE_EXT = 134 /* RFC 3115 */
} MIP_EXTS;
static const value_string mip_ext_types[]= {
{MH_AUTH_EXT, "Mobile-Home Authentication Extension"},