aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-39/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-93/+1
2022-10-20LDAP: Validate DNS name string encodingJoão Valverde1-24/+21
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-2/+2
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-8/+7
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-24LDAP: try harder to detect SASL with kerberos signing onlyStefan Metzmacher1-7/+28
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-3/+3
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-21/+21
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-31/+31
2021-06-30LDAP: Refresh dissector from ASN.1John Thacker1-1/+1
2021-06-30ldap: Add Active Directory OIDsClément Notin1-5/+27
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-16packet-ldap: fix regression for SASL handlingStefan Metzmacher1-18/+17
2021-03-24LDAP: SASL Buffer doesn't include Length fieldUli Heilmeier1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-6/+10
2020-02-07LDAP bogus malformed errors: decoding encrypted dataCal Turney1-53/+52
2020-01-22packet-gssapi: add gssapi_{header,trailer}_tvbStefan Metzmacher1-7/+4
2019-08-14Try to fix Wpointer-sign warnings.Anders Broman1-1/+1
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-18/+18
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-19/+39
2019-05-28Dissect LDAP strings as UTF-8.Guy Harris1-61/+60
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
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