aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-323/+150
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-67/+42
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-07-29Fix possible uninitialized session key in netlogin authEvan Huus1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-1/+0