aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-02 09:20:10 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-02 09:20:10 +0000
commit24187e9c4dde999ebc714fbc0be599e01da3176f (patch)
treed38844b80b71cd1f7d1c937c9b9c25df7dbda54d /epan/dissectors/packet-x509af.c
parentf9218e245e63b85d12680df63d1379a122d72c24 (diff)
Correct LDAP certificate attribute name
svn path=/trunk/; revision=28587
Diffstat (limited to 'epan/dissectors/packet-x509af.c')
-rw-r--r--epan/dissectors/packet-x509af.c2
1 files changed, 1 insertions, 1 deletions
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);