aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-21From beroset:Bill Meier1-1/+1
2013-02-28The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris1-6/+7
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
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-2/+4
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-266/+266
2012-05-28Sometimes you might have plaintext LDAP for a SASL LDAP connection if the han...Ronnie Sahlberg1-0/+6
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-40/+38
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-3/+3
2012-05-03Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.Chris Maynard1-3/+4
2012-04-10Fix #7056 + Remove mechanism global, unused variable.Jakub Zawadzki1-5/+26
2012-04-10Propagate http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42...Anders Broman1-3/+3
2012-04-10This should be enough to make buildbot happy (bug #7054)Jakub Zawadzki1-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-40/+205
2012-03-29Don't try to convert AttributeValue to string if having a ldap_name dissector.Stig Bjørlykke1-46/+42
2012-03-02Remove now unused variables.Anders Broman1-4/+3
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+6
2011-11-20Get rid of Warnings.Anders Broman1-31/+31
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
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-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