aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>sahlberg1-2/+6
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-07-05From Kovarththanan Rajaratnam:etxrab1-4/+4
2009-06-30Changed check for having multiple ldap PDU's in one frame.stig1-31/+29
2009-06-30Cleanup protocol name for ldap.stig1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-5/+5
2009-06-22More header_field_info cleanup.stig1-69/+69
2009-06-21LDAP control support for Password policy for LDAP directories.gal1-83/+178
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-53/+53
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-13/+13
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...wmeier1-47/+40
2009-02-18Added one more string_or_null.stig1-1/+1
2009-02-17Add a string utility function "string_or_null" which can be used togerald1-42/+36
2008-11-13Get rid of some warnings.guy1-3/+3
2008-11-12Small changes related to proto_reg_handoff;wmeier1-11/+10
2008-11-06Add a missing space in a tooltip.stig1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-12/+12
2008-09-25Add the missing part of the fix for "Failure to dissect long SASL wrapped LDA...etxrab1-1/+1
2008-08-06From Gary Reynolds:etxrab1-71/+471
2008-08-01From Yaniv Kaul:etxrab1-6/+7
2008-04-07From Jim Young:stig1-3/+3
2008-03-17There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don'...morriss1-5/+11
2008-03-16Fix LDAP crash (on certain platforms) from http://bugs.wireshark.org/bugzilla...morriss1-86/+102
2008-01-261) Support for configurable LDAP over SSL portgal1-91/+294
2008-01-16- Removed some unused variables in asn1 dissectorsstig1-43/+42
2008-01-13Basic support for the LDAP start_tls extended operation and fix to match up e...gal1-50/+128
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-2/+2
2008-01-04Get rid of ber_last_created_item().etxrab1-45/+42
2007-12-06fix field attributes handling for tagged typeskukosa1-2/+2
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-1/+1
2007-11-15new ldap dissectorsahlberg1-34/+41
2007-11-04LDAP with -Tetxrab1-115/+243
2007-11-01LDAP wasn't 'fixed' to handle -T option...etxrab1-251/+211
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-1/+1
2007-11-01Change:etxrab1-1/+1
2007-10-31Use oid_add_from_string for adding names.etxrab1-254/+293
2007-09-25Fix:etxrab1-4/+3
2007-09-25only set ldap_info->first_auth_frame to 0 first time we see the sahlberg1-48/+49
2007-09-25not all SASL protected blobs use a GSS wrapper for the payload so we sahlberg1-21/+24
2007-09-25add support for yet another random combination of authentication sahlberg1-29/+38
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-5/+5
2007-08-15Convert a couple tvb_get_string()'s into tvb_get_ephemeral_string(). In the ...morriss1-3/+3
2007-06-24remove some compiler warning due to unused pinfo parametersahlberg1-16/+30
2007-06-22add code to handle new insanity in how spnego and gss wrap sahlberg1-43/+58
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-13/+22
2007-05-30- LDAP generated with -X optionetxrab1-615/+290
2007-05-29Clean up the .cnf file a bit.etxrab1-52/+53
2007-05-24few BER dissectors regeneratedkukosa1-5/+5
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-124/+124