aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tacacs.h
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-tacacs.h
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-tacacs.h')
-rw-r--r--packet-tacacs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-tacacs.h b/packet-tacacs.h
index 9f4b8c6120..85e0d232d9 100644
--- a/packet-tacacs.h
+++ b/packet-tacacs.h
@@ -2,7 +2,7 @@
* Routines for cisco tacplus packet dissection
* Copyright 2000, Emanuele Caratti <wiz@iol.it>
*
- * $Id: packet-tacacs.h,v 1.5 2003/10/19 17:30:43 guy Exp $
+ * $Id: packet-tacacs.h,v 1.6 2003/12/21 04:31:57 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -63,7 +63,7 @@ enum
TAC_PLUS_PRIV_LVL_MAX = 0x0f,
TAC_PLUS_PRIV_LVL_ROOT = 0x0f,
TAC_PLUS_PRIV_LVL_USER = 0x01,
- TAC_PLUS_PRIV_LVL_MIN = 0x00,
+ TAC_PLUS_PRIV_LVL_MIN = 0x00
};
/* authen types */