aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-1/+1
2011-04-21From Stefan Metzmacher and Gregor Beck via https://bugs.wireshark.org/bugzill...Jeff Morriss1-5/+34
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity canGerald Combs1-58/+58
2011-03-14Properly initialize our filter counters.Gerald Combs1-27/+31
2011-03-01If we encounter an excessively long filter string or one with too manyGerald Combs1-16/+33
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs1-62/+18
2011-02-10Declare ett's as gint, not guint.Chris Maynard1-1/+1
2011-01-11ldap.cnf:782: warning: ISO C90 forbids mixed declarations and codeAnders Broman1-1/+1
2011-01-11From Matthieu Patou <mat@samba.org>Ronnie Sahlberg1-22/+94
2011-01-06More misc. CLDAP improvements for Active Directory including updatingStephen Fisher1-36/+48
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.Stephen Fisher1-26/+19
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options BitsStephen Fisher1-72/+75
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...Jeff Morriss1-2/+4
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman1-1/+1
2010-07-01Initialize more variables.Gerald Combs1-2/+2
2010-06-30Initialize a variable.Gerald Combs1-29/+31
2010-06-30Initialize a variable.Gerald Combs1-10/+11
2010-06-27Initialize attributedesc_string in a couple of places so that weGerald Combs1-21/+19
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-19/+7
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-32/+32
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-143/+143
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2010-02-23Try to fix compilation with MSVC.Anders Broman1-6/+6
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-23/+23
2010-01-25Export the dissect_mscldap_string() that is used to dissectRonnie Sahlberg1-1/+1
2010-01-17Get rid of check_col();Anders Broman1-60/+51
2009-12-24Add NULL pointer checks. Fixes the fuzz crash in bug 4351.Gerald Combs1-1/+1
2009-12-12From Mathieu Parent:Jaap Keuter1-48/+126
2009-12-09From Mathieu Parent:Gerasimos Dimitriadis1-49/+339
2009-12-04From Bug 4298:Gerasimos Dimitriadis1-2/+8
2009-11-21Use gint when declaring a tree type variableKovarththanan Rajaratnam1-1/+1
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke1-6/+6
2009-10-25From Jakub Zawadzki:Anders Broman1-3/+1
2009-10-11Remove unused variableKovarththanan Rajaratnam1-1/+0
2009-10-10Regenerate asn1 dissectors (no functionality change)Kovarththanan Rajaratnam1-6/+6
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...Kovarththanan Rajaratnam1-58/+57
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-36/+37
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-02No need to include packet-frame.hJörg Mayer1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg1-2/+6
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-4/+4
2009-06-30Changed check for having multiple ldap PDU's in one frame.Stig Bjørlykke1-31/+29
2009-06-30Cleanup protocol name for ldap.Stig Bjørlykke1-1/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-5/+5
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-69/+69
2009-06-21LDAP control support for Password policy for LDAP directories.Graeme Lunt1-83/+178
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-53/+53