fix kerberos
authorStefan Metzmacher <metze@samba.org>
Thu, 19 Apr 2018 22:05:34 +0000 (00:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 17 Oct 2018 14:09:07 +0000 (16:09 +0200)
Change-Id: I2d5b7c356446e9800c0857b22b87d2e1e3597c4f

epan/dissectors/asn1/kerberos/kerberos.cnf

index 1df5e5fc3e6c85fd80ccbeae654aa98dd1bf8be8..761f73d3e67e8e731b655e1b579867d1a89a617b 100644 (file)
@@ -38,12 +38,15 @@ AD-KDCIssued
 AD-LoginAlias
 AD-MANDATORY-FOR-KDC
 ChangePasswdDataMS
+EncryptedData
 EtypeList
+KerberosFlags
 KRB5SignedPath
 KRB5SignedPathData
 KRB5SignedPathPrincipals
 Krb5int32
 Krb5uint32
+PA-AUTHENTICATION-SET
 PA-ClientCanonicalized
 PA-ClientCanonicalizedNames
 PA-ENC-SAM-RESPONSE-ENC
@@ -59,11 +62,6 @@ Principal
 PROV-SRV-LOCATION
 SAMFlags
 TYPED-DATA
-KrbFastReq
-KrbFastResponse
-KrbFastFinished
-FastOptions
-KerberosFlags
 
 #.NO_EMIT ONLY_VALS
 Applications
@@ -215,10 +213,10 @@ guint32 msgtype;
        case KERBEROS_PA_ENC_TIMESTAMP:
                offset=dissect_ber_octet_string_wcb(FALSE, actx, sub_tree, tvb, offset,hf_index, dissect_kerberos_PA_ENC_TIMESTAMP);
                break;
-       case KERBEROS_PA_ENCTYPE_INFO:
+       case KERBEROS_PA_ETYPE_INFO:
                offset=dissect_ber_octet_string_wcb(FALSE, actx, sub_tree, tvb, offset,hf_index, dissect_kerberos_ETYPE_INFO);
                break;
-       case KERBEROS_PA_ENCTYPE_INFO2:
+       case KERBEROS_PA_ETYPE_INFO2:
                offset=dissect_ber_octet_string_wcb(FALSE, actx, sub_tree, tvb, offset,hf_index, dissect_kerberos_ETYPE_INFO2);
                break;
        case KERBEROS_PA_PW_SALT: