aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kerberos.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-28 21:25:56 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-28 21:25:56 +0000
commit7556ea3783f8a1429f18a277f0881df96a420460 (patch)
treee069274d52ff00372c11f541ad8d035a31812c9f /epan/dissectors/packet-kerberos.h
parent359ada1199fe17775f588f12597d7068872418a4 (diff)
Declare "decrypt_krb5_data()" for use by the KINK dissector.
svn path=/trunk/; revision=14809
Diffstat (limited to 'epan/dissectors/packet-kerberos.h')
-rw-r--r--epan/dissectors/packet-kerberos.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-kerberos.h b/epan/dissectors/packet-kerberos.h
index a2ac336c56..bb66a890ac 100644
--- a/epan/dissectors/packet-kerberos.h
+++ b/epan/dissectors/packet-kerberos.h
@@ -67,6 +67,13 @@ typedef struct _enc_key_t {
} enc_key_t;
extern enc_key_t *enc_key_list;
+guint8 *
+decrypt_krb5_data(proto_tree *tree, packet_info *pinfo,
+ int usage,
+ int length,
+ const char *cryptotext,
+ int keytype);
+
#endif /* HAVE_HEIMDAL_KERBEROS || HAVE_MIT_KERBEROS */
#endif /* HAVE_KERBEROS */