aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-10 04:29:26 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-10 04:29:26 +0000
commit5e49882844be74fd17b3ecb8173d5ea6c6e32a5d (patch)
tree75d7ce77a6deec73797f7d01c080d9d21429de27 /asn1/ldap
parent3d93d3f99c38fea2b0b5c886a3b8a879e91c413f (diff)
make CLDAP show up as CLDAP in the dissectyion tree and not as LDAP
this also makes the "cldap" filter work svn path=/trunk/; revision=18419
Diffstat (limited to 'asn1/ldap')
-rw-r--r--asn1/ldap/packet-ldap-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index 9df5055fb6..2d8dadb8cf 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -650,7 +650,7 @@ dissect_ldap_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboolean i
if (check_col(pinfo->cinfo, COL_PROTOCOL)) col_set_str(pinfo->cinfo, COL_PROTOCOL, pinfo->current_proto);
if (check_col(pinfo->cinfo, COL_INFO)) col_clear(pinfo->cinfo, COL_INFO);
- ldap_item = proto_tree_add_item(tree, proto_ldap, tvb, 0, -1, FALSE);
+ ldap_item = proto_tree_add_item(tree, is_mscldap?proto_cldap:proto_ldap, tvb, 0, -1, FALSE);
ldap_tree = proto_item_add_subtree(ldap_item, ett_ldap);
/*