aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-1/+1
2022-02-24NTLMSSP: fix dissecting the spnego mechListMIC payloadStefan Metzmacher1-0/+13
2022-02-24NTLMSSP: fix AUTHENTICATE_MESSAGE without NTLMSSP_NEGOTIATE_VERSIONStefan Metzmacher1-1/+5
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2022-02-01packet-ntlmssp: only mark invalid target_info lists without failing the restStefan Metzmacher1-11/+15
2022-02-01Revert "NTLMv2 dissector: skip target info for AUTHENTICATE_MESSAGE"Stefan Metzmacher1-10/+7
2021-12-31NTLMv2 dissector: skip target info for AUTHENTICATE_MESSAGEArmin Felder1-7/+10
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-08-25NTLMSSP: Remove unnecessary condition in decryptionMaxime Meignan1-3/+0
2021-08-25NTLMSSP: Allow empty NT passwords for decryptionMaxime Meignan1-21/+14
2021-08-05Fix compilation without optional libraries.Dario Lombardo1-1/+5
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-4/+4
2021-07-01credssp: fully dissect TSRemoteGuardCreds structIsaac Boukris1-0/+150
2021-06-08credssp: add support for gss-api and krb5 dissectionIsaac Boukris1-14/+0
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-03-14packet-ntlmssp: add expert info for session keys tooStefan Metzmacher1-0/+74
2020-03-14packet-ntlmssp: factor out a ntlmssp_create_session_key() helperStefan Metzmacher1-62/+66
2020-03-14packet-ntlmssp: cleanup the setup of conv_ntlmssp_info->client_challengeStefan Metzmacher1-17/+12
2020-03-14packet-ntlmssp: rename gbl_nt_password to ntlmssp_option_nt_passwordStefan Metzmacher1-4/+4
2020-03-14packet-ntlmssp: export get_md4pass_list() to be used in packet-dcerpc-netlogonStefan Metzmacher1-8/+4
2020-03-14packet-ntlmssp: don't pass 'gbl_nt_password' to create_ntlmssp_v[1|2]_key()Stefan Metzmacher1-7/+6
2020-03-14packet-ntlmssp: move ifdef's into get_md4pass_list()Stefan Metzmacher1-10/+9
2020-03-14packet-ntlmssp: display the authentication key origin as expert infoStefan Metzmacher1-8/+66
2020-01-22packet-dcerpc: pass down header/trailer for hdr_signingStefan Metzmacher1-5/+8
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-12Eliminate more calls to get_unicode_or_ascii_string().Guy Harris1-20/+10
2019-06-11Use the flags in the AUTHENTICATE message, if available.Guy Harris1-40/+160
2019-06-09Use gboolean for Boolean flags.Guy Harris1-11/+13
2019-06-09Update the MS-NLMP URL, and mention it up front.Guy Harris1-4/+10
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-12/+4
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1
2017-03-10Replace aes.c and des.c by Libgcrypterikdejong1-18/+14
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-182/+144
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-6/+4
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-0/+2
2016-10-28NTLMSSP: fix fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-9/+8
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-9/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-11-28Remove the GSSAPI specific members out of packet_info structure.Michael Mann1-12/+18
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-10/+8