aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <stdio.h> not needed.wmeier1-7/+6
2010-02-23Try to fix compilation with MSVC.etxrab1-6/+6
2010-02-23Squelch a bunch of compiler warnings.guy1-23/+23
2010-01-25Export the dissect_mscldap_string() that is used to dissectsahlberg1-1/+1
2010-01-17Get rid of check_col();etxrab1-60/+51
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.gerald1-1/+1
2009-12-12From Mathieu Parent:jake1-48/+126
2009-12-09From Mathieu Parent:dimeg1-49/+339
2009-12-04From Bug 4298:dimeg1-2/+8
2009-11-21Use gint when declaring a tree type variablekrj1-1/+1
2009-10-30Apply r30376 to asn1 template files.stig1-6/+6
2009-10-25From Jakub Zawadzki:etxrab1-3/+1
2009-10-11Remove unused variablekrj1-1/+0
2009-10-10Regenerate asn1 dissectors (no functionality change)krj1-6/+6
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...krj1-58/+57
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)krj1-36/+37
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-09-02No need to include packet-frame.hjmayer1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
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