HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / asn1 / ldap / packet-ldap-template.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-06-24 Dario Lombardoldap: remove dead increment (found by clang).
2019-06-24 Dario Lombardoldap: remove dead assignment (found by clang).
2019-06-12 Guy HarrisEliminate more calls to get_unicode_or_ascii_string().
2019-05-28 Guy HarrisDissect LDAP strings as UTF-8.
2019-04-04 Gerald Combsepan: Convert our PROTO_ITEM_ macros to inline functions.
2019-01-01 Guy HarrisAdd a "failed" return for tap packet routines.
2018-10-21 Michael MannAdd tvb_ascii_isprint API
2018-09-25 Gerald CombsAdd obsolete ssl[._]port preferences.
2018-09-25 Gerald CombsRename packet-ssl* to packet-tls*
2018-09-13 Gerald CombsStart renaming SSL to TLS.
2018-06-03 Stig BjørlykkeFree dynamic header fields on exit
2018-05-16 Alexis La Goutteldap: fix issue found by PVS Studio (V1001)
2018-05-13 Guy HarrisGet rid of some GTK+-only stuff.
2018-04-16 Peter WuForbid leading, duplicated and trailing dots in field...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-10-28 Michael MannConvert to using find_conversation_pinfo where appropriate
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-05-17 Michael MannUse proto_tree_add_item instead of proto_tree_add_xxx.
2017-03-10 AndersBroman[LDAP] Add a couple of OID translations.
2017-02-07 Alexis La Goutteldap (asn1): fix indent (use 2 spaces)
2017-01-20 Pascal QuantinLDAP: fix wrong use of g_strlcpy introduced in gc397add
2017-01-19 Dario Lombardodns: change get_dns_name to return consumed bytes ...
2017-01-12 Dario Lombardouat: add a reset callback.
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-07-20 Michael Mannpacket-ldap.c: Convert some g_ APIs to wmem.
2016-07-01 Michael MannASN.1 dissectors - don't try to find yourself.
2016-06-15 Michael Mannproto_tree_add_boolean -> proto_tree_add_bitmask_list_value
2016-06-05 Pascal QuantinInitialize all header_field_info members
2016-04-21 Pascal QuantinDo not mix wmem and glib allocators
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-03-13 João ValverdeMove /asn1 to /epan/dissectors