aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-04 08:54:58 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-04 08:54:58 +0000
commitac1721573d1c86ec49e6a5a20ee1a1d7a1f5257b (patch)
tree2d25d434e1267e69876d3affe9ada1f1aa80af3b /epan
parent0167df61392cab571bb1f5d4c9bdd1180bee84ef (diff)
from Guenther Deschner
Two more Kerberos error codes where it has been witnessed that the payload contains a PA-DATA structure with the magic salt containing an nt status code svn path=/trunk/; revision=18088
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-kerberos.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-kerberos.c b/epan/dissectors/packet-kerberos.c
index d4289e9445..6cd1cdce99 100644
--- a/epan/dissectors/packet-kerberos.c
+++ b/epan/dissectors/packet-kerberos.c
@@ -4021,6 +4021,8 @@ dissect_krb5_e_data(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int off
switch(krb5_errorcode){
case KRB5_ET_KRB5KDC_ERR_BADOPTION:
case KRB5_ET_KRB5KDC_ERR_CLIENT_REVOKED:
+ case KRB5_ET_KRB5KDC_ERR_KEY_EXP:
+ case KRB5_ET_KRB5KDC_ERR_POLICY:
/* ms windows kdc sends e-data of this type containing a "salt"
* that contains the nt_status code for these error codes.
*/