aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tacacs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-19 17:30:43 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-19 17:30:43 +0000
commit770604ccfa7f00f3101130cb873df29122853412 (patch)
treea795db4e4bd8614a9e43caca7fd9654608f943b2 /packet-tacacs.h
parentec14e0e01394cd7ca07542f509623f9552259c29 (diff)
From Emanuele Caratti:
add support for multiple encryption keys, one per conversation, in a single capture; add some fields in the accounting dissection. svn path=/trunk/; revision=8734
Diffstat (limited to 'packet-tacacs.h')
-rw-r--r--packet-tacacs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-tacacs.h b/packet-tacacs.h
index 4525d8b3b1..9f4b8c6120 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.4 2003/09/29 18:50:47 guy Exp $
+ * $Id: packet-tacacs.h,v 1.5 2003/10/19 17:30:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -30,6 +30,11 @@
#define MD5_LEN 16
#define MSCHAP_DIGEST_LEN 49
+enum
+{
+ FLAGS_UNENCRYPTED = 0x01,
+ FLAGS_SINGLE = 0x04
+};
/* Tacacs+ packet type */
enum