aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/ldap
AgeCommit message (Expand)AuthorFilesLines
2022-10-20LDAP: Validate DNS name string encodingJoão Valverde2-19/+16
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-2/+2
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-4/+3
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-24LDAP: try harder to detect SASL with kerberos signing onlyStefan Metzmacher1-4/+25
2022-01-04ldap, ros: restore a missing word in a commentРоман Донченко1-1/+1
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-1/+1
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus2-31/+31
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-15/+14
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 Harris2-4/+4
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+4
2020-02-07LDAP bogus malformed errors: decoding encrypted dataCal Turney2-55/+54
2020-01-22packet-gssapi: add gssapi_{header,trailer}_tvbStefan Metzmacher1-4/+1
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 Harris2-2/+2
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 Harris2-4/+5
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs2-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-21Add tvb_ascii_isprint APIMichael Mann2-25/+5
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 Combs2-5/+5
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-18Remove autotools build system.Dario Lombardo1-33/+0
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo2-26/+2
2018-02-17ldap: Format text used in COL_INFOStig Bjørlykke1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo2-26/+2
2017-12-19Avoid ASN.1 frame.protocols duplication.Gerald Combs1-1/+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 Goutte2-438/+449
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