aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+2
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-3/+3
2017-03-10[LDAP] Add a couple of OID translations.AndersBroman1-8/+33
2017-02-07ldap (asn1): fix indent (use 2 spaces)Alexis La Goutte1-462/+460
2017-01-20LDAP: fix wrong use of g_strlcpy introduced in gc397addPascal Quantin1-2/+2
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-4/+5
2017-01-12uat: add a reset callback.Dario Lombardo1-1/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-28/+6
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-20packet-ldap.c: Convert some g_ APIs to wmem.Michael Mann1-45/+16
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-3/+2
2016-06-16ldap: added modify-increment operation identification in packet dissection an...Victor Barratault1-0/+1
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-19/+16
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-06-05Initialize all header_field_info membersPascal Quantin1-2/+2
2016-04-21Do not mix wmem and glib allocatorsPascal Quantin1-7/+6
2016-04-16LDAP: Display simple field as stringUli Heilmeier1-47/+47
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-60/+60
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-16ldap: Add inetOrgPerson from RFC2798.Stig Bjørlykke1-1/+4
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-11/+11
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-8/+8
2015-11-28LDAP: fix indent (use 2 spaces)Alexis La Goutte1-729/+735
2015-11-27[LDAP] Bugfix counting of search results.Michael Mann1-3/+3
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-24/+30
2015-11-24Remove the LDAP wrapping for registering dissectors and just use dissector_ad...Michael Mann1-34/+9
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-6/+7
2015-11-04Refactor some GSS-API dissectors to accept dissector data instead of using pa...Michael Mann1-21/+19
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+2
2015-07-04asn1: split off cleanup routinesPeter Wu1-2/+2
2015-06-21Further refactor SRT stats.Michael Mann1-6/+61
2015-05-30NULL terminate the list of hfs given to proto_tree_add_bitmask*().Jeff Morriss1-3/+4
2015-04-27Add tshark -z "ldap,srt"Michael Mann1-4/+17
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-117/+50
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-17/+17
2015-03-10packet-ldap: use the correct tvb to report the SASL wrapped payloadStefan Metzmacher1-6/+6
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-12/+12
2015-02-18Some additional UAT update callback changes.Guy Harris1-8/+9
2015-02-09ldap: simplify Start TLS handlingPeter Wu1-109/+75
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+2
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2015-01-18LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin1-4/+6
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1