aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
Commit message (Expand)AuthorAgeFilesLines
* emem -> wmemJörg Mayer2013-09-151-10/+9
* expert_add_info_format_text -> expert_add_info_formatMichael Mann2013-09-091-2/+2
* Make sure our ldap_call_response_t struct is always completely initialized,Evan Huus2013-08-251-1/+3
* Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki2013-08-061-1/+1
* Ldap still needs to include wmem.h since it uses wmem during normal dissection,Evan Huus2013-06-201-0/+1
* Back out some of the wmem conversions (r50063 and r50057).Evan Huus2013-06-201-10/+10
* Apparently one of our major global headers must include emem.h, because I justEvan Huus2013-06-191-16/+16
* Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus2013-06-191-10/+10
* Convert ASN.1 dissectors to use filterable expert info.Michael Mann2013-06-032-3/+13
* Some moreJörg Mayer2013-05-071-0/+31
* Just whitespace changesJörg Mayer2013-05-051-2/+3
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* From beroset:Bill Meier2013-03-211-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-0/+2
* The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris2013-02-281-0/+1
* Move show_exception() and show_reported_bounds_error() toGuy Harris2013-02-271-1/+1
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-2/+2
* its ==> it's & it's ==> its as needed.Bill Meier2013-02-261-1/+1
* How can I get a new tvbuff that starts at an offset within a givenGuy Harris2013-02-191-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* MT: move global frame_end_routines to packet_info.Jakub Zawadzki2012-09-031-1/+1
* UATs could be put into "categories". The categories were defined onlyGuy Harris2012-07-081-1/+3
* Update Free Software Foundation address.Jakub Zawadzki2012-06-285-5/+5
* Get rid of a couple of warnings.Anders Broman2012-06-041-5/+5
* Get rid of a couple of warnings.Anders Broman2012-06-042-263/+263
* Sometimes you might have plaintext LDAP for a SASL LDAP connection if the han...Ronnie Sahlberg2012-05-281-0/+6
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-05-081-3/+1
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-082-3/+3
* Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.Chris Maynard2012-05-031-0/+1
* Fix #7056 + Remove mechanism global, unused variable.Jakub Zawadzki2012-04-101-1/+22
* Propagate http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42...Anders Broman2012-04-101-0/+1
* Adjusted UAT name.Stig Bjørlykke2012-03-301-1/+1
* Added support for configuring custom LDAP AttributeValue types.Stig Bjørlykke2012-03-302-4/+169
* Don't try to convert AttributeValue to string if having a ldap_name dissector.Stig Bjørlykke2012-03-292-16/+12
* Remove now unused variables.Anders Broman2012-03-021-2/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-022-4/+3
* Get rid of Warnings.Anders Broman2011-11-202-31/+31
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-4/+0
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier2011-10-101-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier2011-10-061-6/+6
* From Stefan Metzmacher and Gregor Beck via https://bugs.wireshark.org/bugzill...Jeff Morriss2011-04-211-1/+30
* Properly initialize our filter counters.Gerald Combs2011-03-141-0/+4
* If we encounter an excessively long filter string or one with too manyGerald Combs2011-03-012-0/+17
* Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs2011-02-232-57/+13
* Declare ett's as gint, not guint.Chris Maynard2011-02-101-1/+1
* ldap.cnf:782: warning: ISO C90 forbids mixed declarations and codeAnders Broman2011-01-111-1/+1
* From Matthieu Patou <mat@samba.org>Ronnie Sahlberg2011-01-112-5/+53
* More misc. CLDAP improvements for Active Directory including updatingStephen Fisher2011-01-061-32/+44
* More minor cleanup/fixes for MS Active Directory's use of CLDAP.Stephen Fisher2011-01-061-20/+13
* Minor corrections to NtVer dissection for NETLOGON_NT_VERSION Options BitsStephen Fisher2011-01-061-66/+69