summaryrefslogtreecommitdiff
path: root/asn1/ldap/packet-ldap-template.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-5/+5
2012-06-04Get rid of a couple of warnings.Anders Broman1-260/+260
2012-05-28Sometimes you might have plaintext LDAP for a SASL LDAP connection if the han...Ronnie Sahlberg1-0/+6
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-05-03Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.Chris Maynard1-0/+1
2012-04-10Fix #7056 + Remove mechanism global, unused variable.Jakub Zawadzki1-1/+22
2012-04-10Propagate http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42...Anders Broman1-0/+1
2012-03-30Adjusted UAT name.Stig Bjørlykke1-1/+1
2012-03-30Added support for configuring custom LDAP AttributeValue types.Stig Bjørlykke1-3/+163
2012-03-29Don't try to convert AttributeValue to string if having a ldap_name dissector.Stig Bjørlykke1-1/+1
2012-03-02Remove now unused variables.Anders Broman1-2/+1
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+2
2011-11-20Get rid of Warnings.Anders Broman1-20/+20
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-6/+6
2011-04-21From Stefan Metzmacher and Gregor Beck via https://bugs.wireshark.org/bugzill...Jeff Morriss1-1/+30
2011-03-01If we encounter an excessively long filter string or one with too manyGerald Combs1-0/+7
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs1-56/+12
2011-02-10Declare ett's as gint, not guint.Chris Maynard1-1/+1
2011-01-06More misc. CLDAP improvements for Active Directory including updatingStephen Fisher1-32/+44
2011-01-06More minor cleanup/fixes for MS Active Directory's use of CLDAP.Stephen Fisher1-20/+13
2011-01-06Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options BitsStephen Fisher1-66/+69
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-06-27Initialize attributedesc_string in a couple of places so that weGerald Combs1-7/+4
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-16/+4
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-02-23Try to fix compilation with MSVC.Anders Broman1-3/+3
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-22/+22
2010-01-25Export the dissect_mscldap_string() that is used to dissectRonnie Sahlberg1-1/+1
2009-12-12From Mathieu Parent:Jaap Keuter1-0/+10
2009-12-09From Mathieu Parent:Gerasimos Dimitriadis1-6/+0
2009-12-04From Bug 4298:Gerasimos Dimitriadis1-0/+6
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke1-3/+1
2009-10-11Remove unused variableKovarththanan Rajaratnam1-1/+0
2009-10-09Backport r29665 to template file so that the change is not overwritten when w...Kovarththanan Rajaratnam1-58/+57
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-0/+4
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-3/+3
2009-06-30Changed check for having multiple ldap PDU's in one frame.Stig Bjørlykke1-26/+24
2009-06-30Cleanup protocol name for ldap.Stig Bjørlykke1-1/+1
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-68/+68
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...Bill Meier1-6/+1
2008-11-13Get rid of some warnings.Guy Harris1-2/+2
2008-11-12Small changes related to proto_reg_handoff;Bill Meier1-10/+9