aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-09-21 14:56:55 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-09-21 14:56:55 +0000
commit6dc449e99c8ef3474d54f14edcaa3d33646d2b6c (patch)
tree4dba73c83f7809e237c991c650b9c2fb7b003858 /asn1
parentca5fd0c7972f79e58acbc412fc884a2c1e659d42 (diff)
The CLDAP attribute value on a CLDAP reply is no longer being decoded
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5239 It got broken in Revision 33390 I think, if attr_type is unset at this point it should be set in the calling function. http://anonsvn.wireshark.org/viewvc/trunk/asn1/ldap/ldap.cnf?r1=33388&r2=33390 svn path=/trunk/; revision=34176
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ldap/ldap.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ldap/ldap.cnf b/asn1/ldap/ldap.cnf
index 8d5cc93111..3c19ec6553 100644
--- a/asn1/ldap/ldap.cnf
+++ b/asn1/ldap/ldap.cnf
@@ -463,7 +463,7 @@ ldap_conv_info_t *ldap_info;
guint32 i, len;
int old_offset = offset;
- attr_type=NULL;
+ /* attr_type, should be set before calling this function */
/* extract the value of the octetstring */
offset = dissect_ber_octet_string(FALSE, actx, NULL, tvb, offset, hf_index, &next_tvb);