aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-10-21ldap: reflect the actual asn1 dissector to the C version.Dario Lombardo1-33/+30
2018-10-21Add tvb_ascii_isprint APIMichael Mann1-57/+40
2018-09-25Add obsolete ssl[._]port preferences.Gerald Combs1-1/+2
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-2/+2
2018-09-13Start renaming SSL to TLS.Gerald Combs1-5/+5
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-33/+51
2018-05-16ldap: fix issue found by PVS Studio (V1001)Alexis La Goutte1-4/+3
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-17ldap: Format text used in COL_INFOStig Bjørlykke1-3/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-19Avoid ASN.1 frame.protocols duplication.Gerald Combs1-20/+8
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-5/+4
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