epan/dissectors/packet-ldap.c GSS-SPNEGO
authorStefan Metzmacher <metze@samba.org>
Fri, 18 Mar 2022 11:01:10 +0000 (12:01 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 3 Feb 2023 09:28:36 +0000 (10:28 +0100)
epan/dissectors/asn1/ldap/packet-ldap-template.c
epan/dissectors/packet-ldap.c

index b450c7e6454e1cfbb7285bb484f83fb1b13ec019..c24be1b97c658839229626d076f9d243602304e5 100644 (file)
@@ -1122,7 +1122,7 @@ static void
   if (detected_sasl_security) {
       ldap_info->auth_type=LDAP_AUTH_SASL;
       ldap_info->first_auth_frame=pinfo->num;
-      ldap_info->auth_mech=wmem_strdup(wmem_file_scope(), "UNKNOWN");
+      ldap_info->auth_mech=wmem_strdup(wmem_file_scope(), "GSS-SPNEGO");
       doing_sasl_security=TRUE;
   }
 
index 6b9817132a38cd784aaae826d2ed9c051e57d9a4..fbf7ec5dd43abdff80f31390ac2b804e6f26101e 100644 (file)
@@ -3919,7 +3919,7 @@ static void
   if (detected_sasl_security) {
       ldap_info->auth_type=LDAP_AUTH_SASL;
       ldap_info->first_auth_frame=pinfo->num;
-      ldap_info->auth_mech=wmem_strdup(wmem_file_scope(), "UNKNOWN");
+      ldap_info->auth_mech=wmem_strdup(wmem_file_scope(), "GSS-SPNEGO");
       doing_sasl_security=TRUE;
   }