aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26GSSAPI: Avoid dissecting checksum in signed-only KRB_TOKEN_CFX_WRAPJohn Thacker1-30/+35
2024-02-06ldap: make use of STRING_CASE_INSENSITIVE for CLDAPStefan Metzmacher1-1/+1
2024-02-06ldap: assume GSS-SPNEGO as defaultStefan Metzmacher1-1/+1
2024-01-31Fix more spellings - mostly commentsMartin Mathieson1-4/+4
2024-01-08asn2wrs: Fix our recursion checksGerald Combs1-1/+3
2024-01-02asn2wrs: Add recursion checksGerald Combs1-0/+8
2023-12-27tools/check_static.py: make script more readableMartin Mathieson1-1/+2
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-03LDAP: val_to_str() format string has double %Martin Mathieson1-1/+1
2023-11-02asn2wrs: Update to not initialize static proto valuesStig Bjørlykke1-282/+282
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-3/+1
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-14/+14
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-1/+1
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-136/+136
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-04-29ldap: add couple OIDs coming from Active Directory specsClément Notin1-12/+20
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