aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
Commit message (Expand)AuthorAgeFilesLines
* [LDAP] Bugfix counting of search results.Michael Mann2015-11-271-3/+3
* packet-ldap: use the correct tvb to report the SASL wrapped payloadStefan Metzmacher2015-03-111-4/+4
* Improved deregistering fields.Stig Bjørlykke2015-03-051-5/+1
* LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin2015-01-181-1/+3
* Add some files under asn1 to the distribution.Guy Harris2014-08-011-1/+1
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-188-17/+0
* Apply g4cc69483 to asn1 templates.Stig Bjørlykke2014-02-031-1/+1
* Another tvb_get_string() replacement.Guy Harris2014-01-221-1/+1
* Strings in LDAP are generally UTF-8, although if we treat something onlyGuy Harris2014-01-221-4/+4
* Omit assignment for not used types.Anders Broman2014-01-042-0/+5
* isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki2013-12-211-1/+1
* - Forward declaration of register functions.Anders Broman2013-12-101-30/+30
* - Forward declaration of register functions.Anders Broman2013-12-081-0/+3
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+1
* Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann2013-11-091-15/+15
* Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.Michael Mann2013-11-082-18/+28
* Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann2013-11-021-1/+1
* Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann2013-10-311-3/+3
* Add a very small hack to make the UAT update callback error string freeable, andEvan Huus2013-10-251-3/+3
* emem -> wmem conversion:Pascal Quantin2013-09-222-5/+5
* Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus2013-09-211-1/+1
* 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