aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-04 12:21:40 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-04 12:21:40 +0000
commitcedb95724718c537b53bb907609128a744d69f6a (patch)
tree9540c8297a5da23e9e1cb2ecc34671834b04acb0 /epan/dissectors/packet-kerberos.h
parentd7c5f32f0e7487757754a44901da9b39112c13e0 (diff)
make ethereal able to decrypt KRB_PRIV which kpasswd uses
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13583 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-kerberos.h')
-rw-r--r--epan/dissectors/packet-kerberos.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-kerberos.h b/epan/dissectors/packet-kerberos.h
index 08c0173f2c..244d4eb6c9 100644
--- a/epan/dissectors/packet-kerberos.h
+++ b/epan/dissectors/packet-kerberos.h
@@ -32,7 +32,8 @@
to future DCERPC decryption and other uses.
The list is terminated by {0, NULL }
*/
-#define KRB_CBTAG_SAFE_USER_DATA 1
+#define KRB_CBTAG_SAFE_USER_DATA 1
+#define KRB_CBTAG_PRIV_USER_DATA 2
typedef struct _kerberos_callbacks {
int tag;
int (*callback)(packet_info *pinfo, tvbuff_t *tvb, proto_tree *tree);