aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-29check_typed_item_calls: filter out some false positivesMartin Mathieson1-3/+3
2022-10-20LDAP: Validate DNS name string encodingJoão Valverde1-6/+6
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-10/+0
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-3/+3
2022-02-08packet-dcerpc-netlogon: use SEC_CHAN_* values from packet-dcerpc-miscStefan Metzmacher1-10/+2
2022-02-01Revert "NTLMv2 dissector: skip target info for AUTHENTICATE_MESSAGE"Stefan Metzmacher1-1/+1
2021-12-31NTLMv2 dissector: skip target info for AUTHENTICATE_MESSAGEArmin Felder1-1/+1
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-2/+2
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-16/+17
2021-05-20Fix a maybe-uninitialized warning with -O3 (gcc)João Valverde1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-11/+11
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-10/+10
2020-05-21packet-kerberos: add dissection of PAC_DEVICE_INFOStefan Metzmacher1-17/+173
2020-03-16packet-dcerpc-netlogon: dissect and verify NETWORK_LOGON messagesStefan Metzmacher1-105/+211
2020-03-16packet-dcerpc-netlogon: remove unused '#ifdef HAVE_KERBEROS'Stefan Metzmacher1-9/+1
2020-03-14packet-dcerpc-netlogon: add expert info to dissect_secchan_verf()Stefan Metzmacher1-0/+16
2020-03-14packet-dcerpc-netlogon: add expert info for NetrServerAuthenticate*Stefan Metzmacher1-2/+45
2020-03-14packet-dcerpc-netlogon: let NetrServerAuthenticate use common codeStefan Metzmacher1-18/+23
2020-03-14packet-dcerpc-netlogon: make use of get_md4pass_list() from packet-ntmsspStefan Metzmacher1-76/+2
2020-01-22packet-dcerpc: pass down header/trailer for hdr_signingStefan Metzmacher1-6/+15
2020-01-08packet-dcerpc-netlogon: relax the data model for netlogon_auth_keyStefan Metzmacher1-70/+34
2020-01-07dcerpc-netlogon: fix compilation with older gcrypt versions.Dario Lombardo1-1/+9
2020-01-07packet-dcerpc-netlogon: implement NETLOGON_FLAG_AES decryptionStefan Metzmacher1-14/+159
2020-01-07packet-dcerpc-netlogon: remove STRONGKEY related processing from get_seal_key()Stefan Metzmacher1-24/+27
2020-01-07packet-dcerpc-netlogon: split out prepare_decryption_cipher[_strong]()Stefan Metzmacher1-11/+56
2020-01-07packet-dcerpc-netlogon: split out uncrypt_sequence_strong()Stefan Metzmacher1-2/+16
2020-01-07packet-dcerpc-netlogon: use the correct NETLOGON_FLAG_AES flagStefan Metzmacher1-8/+10
2020-01-07packet-dcerpc-netlogon: fix the build with DEBUG_NETLOGONStefan Metzmacher1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-07-01Use proto_tree_add_item() to add a seconds value.Guy Harris1-5/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-12RPC Netlogon: do not leak memory each time a hash is generatedPascal Quantin1-12/+17
2017-03-12dcerpc (netlogon): fix this condition has identical branches [-Werror=duplica...Alexis La Goutte1-1/+3
2017-03-10Replace aes.c and des.c by Libgcrypterikdejong1-3/+2
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-43/+59
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-33/+22
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-0/+2
2016-04-22netlogon (DCERPC): fix build error unused parameter when don't have KERBEROS libAlexis La Goutte1-8/+9
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-2/+1
2016-04-18netlogon (DCERPC): fix 'tvb/offset...' was marked unused but was used [-Werro...Alexis La Goutte1-12/+12
2016-02-01Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris1-5/+10
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-12/+12
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-2/+2
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-1/+1
2015-05-31Eliminate proto_tree_add_text from packet-dcerpc-ndr.c and packet-dcerpc-netl...Michael Mann1-2/+15