aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-2/+4
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-327/+515
2012-03-02Remove now unused variables.etxrab1-4/+3
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-7/+6
2011-11-20Get rid of Warnings.etxrab1-31/+31
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...wmeier1-6/+6
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-1/+1
2011-04-21From Stefan Metzmacher and Gregor Beck via https://bugs.wireshark.org/bugzill...morriss1-5/+34
2011-04-11Regenerate the ANSI MAP, LDAP, and TETRA dissectors so that Coverity cangerald1-58/+58
2011-03-14Properly initialize our filter counters.gerald1-27/+31
2011-03-01If we encounter an excessively long filter string or one with too manygerald1-16/+33
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().gerald1-62/+18
2011-02-10Declare ett's as gint, not guint.cmaynard1-1/+1
2011-01-11ldap.cnf:782: warning: ISO C90 forbids mixed declarations and codeetxrab1-1/+1
2011-01-11From Matthieu Patou <mat@samba.org>sahlberg1-22/+94
2011-01-06More misc. CLDAP improvements for Active Directory including updatingsfisher1-36/+48
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.sfisher1-26/+19
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options Bitssfisher1-72/+75
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-12-06Make some prefs callback functions static. (These modules don't use proto_re...morriss1-2/+4
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedetxrab1-1/+1
2010-07-01Initialize more variables.gerald1-2/+2
2010-06-30Initialize a variable.gerald1-29/+31
2010-06-30Initialize a variable.gerald1-10/+11
2010-06-27Initialize attributedesc_string in a couple of places so that wegerald1-21/+19
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsmorriss1-19/+7
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-32/+32
2010-05-11Regenerate a few more of the ASN.1 dissectorsmorriss1-143/+143
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