summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-kerberos.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-03-04 13:39:15 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-03-04 13:39:15 +0000
commit7671b98bac6993b60629cb9c2cb77fc5b50768a7 (patch)
tree61668e0ddb50ef74ac8c73f6b49f3d86404e80aa /epan/dissectors/packet-kerberos.h
parent0a71da16a8c4eae2781bcb81075a94c52a843b7c (diff)
downloadwireshark-7671b98bac6993b60629cb9c2cb77fc5b50768a7.tar.gz
make kpasswd privide subdissectors to handle the user-data field for the KRB_PRIV structure for kpasswd requests and replies.
decrypt and behold the new password in plaintext in all its glory (given you have the keytab with the old one of course) svn path=/trunk/; revision=13586
Diffstat (limited to 'epan/dissectors/packet-kerberos.h')
-rw-r--r--epan/dissectors/packet-kerberos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-kerberos.h b/epan/dissectors/packet-kerberos.h
index 244d4eb6c9..74cbdbb799 100644
--- a/epan/dissectors/packet-kerberos.h
+++ b/epan/dissectors/packet-kerberos.h
@@ -50,4 +50,7 @@ dissect_krb5_Checksum(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int o
int
dissect_krb5_ctime(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset);
+int dissect_krb5_cname(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset);
+int dissect_krb5_realm(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset);
+
#endif /* __PACKET_KERBEROS_H */