aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tacacs.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-19 17:30:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-19 17:30:43 +0000
commit507c229ca24c071b5bf052fe712448bed83385c6 (patch)
treea795db4e4bd8614a9e43caca7fd9654608f943b2 /packet-tacacs.h
parentbb193f30004442c360eb1f6d7c9183d426cc530b (diff)
From Emanuele Caratti:
add support for multiple encryption keys, one per conversation, in a single capture; add some fields in the accounting dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8734 f5534014-38df-0310-8fa8-9805f1628bb7
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