aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
Commit message (Expand)AuthorAgeFilesLines
* Added Reload Lua plugins.Stig Bjørlykke2015-08-111-2/+2
* asn1: split off cleanup routinesPeter Wu2015-07-041-2/+2
* Further refactor SRT stats.Michael Mann2015-06-211-0/+55
* NULL terminate the list of hfs given to proto_tree_add_bitmask*().Jeff Morriss2015-05-301-1/+2
* Add tshark -z "ldap,srt"Michael Mann2015-04-272-0/+15
* Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann2015-04-222-111/+44
* Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman2015-04-092-17/+17
* packet-ldap: use the correct tvb to report the SASL wrapped payloadStefan Metzmacher2015-03-101-6/+6
* Eliminate e_uuid_t in favor of e_guid_t.Guy Harris2015-03-031-12/+12
* Some additional UAT update callback changes.Guy Harris2015-02-181-4/+5
* ldap: simplify Start TLS handlingPeter Wu2015-02-092-56/+21
* Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan2015-01-271-2/+4
* Convert OID APIs to use wmem.Michael Mann2015-01-192-3/+3
* LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin2015-01-181-1/+3
* UAT error string pointers should not be const pointers.Guy Harris2015-01-131-1/+1
* asn1 generated dissectors: cleanup #include usageBill Meier2014-12-231-9/+4
* LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris2014-12-091-0/+1
* Improved deregistering fields.Stig Bjørlykke2014-11-101-5/+1
* Get rid of unnecessary includes of ctype.h.Guy Harris2014-10-181-1/+0
* LDAP: Improved a if-check to avoid a analyzis warning.Stig Bjørlykke2014-10-151-1/+1
* ASN1: Register PDU-dissectors as NEWStig Bjørlykke2014-10-133-1/+11
* Fix spelling: cant-->can't, wont-->won't, etcBill Meier2014-09-161-5/+5
* Don't use the captured length, and don't fetch the version until we need it.Guy Harris2014-09-141-12/+16
* Clean up indentation.Guy Harris2014-09-131-124/+124
* Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2014-08-092-59/+43
* Add some files under asn1 to the distribution.Guy Harris2014-07-301-1/+1
* Add back initializers dropped in g9356d5c689faEvan Huus2014-06-241-2/+2
* convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2014-06-222-53/+35
* batch of tvb-length conversionsEvan Huus2014-06-211-15/+15
* Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2014-06-192-36/+36
* Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2014-06-182-36/+36
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-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