From 04dd527c7512ad9465a2881ad0f101fa4625ebd7 Mon Sep 17 00:00:00 2001 From: gal Date: Tue, 2 Jun 2009 09:20:10 +0000 Subject: Correct LDAP certificate attribute name git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28587 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-x509af.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan') diff --git a/epan/dissectors/packet-x509af.c b/epan/dissectors/packet-x509af.c index 1e0fc0ea40..6f6226cb82 100644 --- a/epan/dissectors/packet-x509af.c +++ b/epan/dissectors/packet-x509af.c @@ -1350,7 +1350,7 @@ void proto_reg_handoff_x509af(void) { /* these will generally be encoded as ";binary" in LDAP */ register_ldap_name_dissector("cACertificate", dissect_Certificate_PDU, proto_x509af); - register_ldap_name_dissector("certificate", dissect_Certificate_PDU, proto_x509af); + register_ldap_name_dissector("userCertificate", dissect_Certificate_PDU, proto_x509af); register_ldap_name_dissector("certificateRevocationList", dissect_CertificateList_PDU, proto_x509af); register_ldap_name_dissector("crl", dissect_CertificateList_PDU, proto_x509af); -- cgit v1.2.3