aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ldap/packet-ldap-template.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-1/+1
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-15/+15
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-24ldap: remove dead increment (found by clang).Dario Lombardo1-8/+3
2019-06-24ldap: remove dead assignment (found by clang).Dario Lombardo1-2/+1
2019-06-12Eliminate more calls to get_unicode_or_ascii_string().Guy Harris1-13/+33
2019-05-28Dissect LDAP strings as UTF-8.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2018-10-21Add tvb_ascii_isprint APIMichael Mann1-17/+4
2018-09-25Add obsolete ssl[._]port preferences.Gerald Combs1-0/+1
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-09-13Start renaming SSL to TLS.Gerald Combs1-4/+4
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-29/+47
2018-05-16ldap: fix issue found by PVS Studio (V1001)Alexis La Goutte1-1/+0
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-2/+1
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-7/+32
2017-02-07ldap (asn1): fix indent (use 2 spaces)Alexis La Goutte1-4/+4
2017-01-20LDAP: fix wrong use of g_strlcpy introduced in gc397addPascal Quantin1-1/+1
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-2/+3
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
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-24/+2
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-41/+12
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-2/+1
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-16/+13
2016-06-05Initialize all header_field_info membersPascal Quantin1-2/+2
2016-04-21Do not mix wmem and glib allocatorsPascal Quantin1-2/+1
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-0/+2401