the edata field is PA-DATA for error PREAUTH_FAILED just the same as for PREAUTH_REQUIRED

add decode of edata field for the error code PREAUTH_FAILED



svn path=/trunk/; revision=17721
This commit is contained in:
Ronnie Sahlberg 2006-03-24 21:16:47 +00:00
parent b21337192c
commit 54f9da2135
1 changed files with 1 additions and 0 deletions

View File

@ -3832,6 +3832,7 @@ dissect_krb5_e_data(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int off
{
switch(krb5_errorcode){
case KRB5_ET_KRB5KDC_ERR_PREAUTH_REQUIRED:
case KRB5_ET_KRB5KDC_ERR_PREAUTH_FAILED:
offset=dissect_ber_octet_string_wcb(FALSE, pinfo, tree, tvb, offset, hf_krb_e_data, dissect_krb5_padata);
break;