summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() areGuy Harris1-6/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-15In dissect_ndr_byte_array(), use the field index from the dcerpc_infoGuy Harris1-2/+2
2013-11-27- Create/use several extended value_stringsBill Meier1-7/+7
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-1/+0
2013-11-06Add _U_ to a few function parameters to fix compiler warningsBill Meier1-7/+7
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-1184/+1114
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-6/+7
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-4/+6
2013-05-21use ep_ allocated memory instead of g_ allocated.Michael Mann1-3/+1
2013-04-09Coverity CID 280448: Missing break in switchMartin Kaiser1-0/+1
2013-03-02Remove a useless pointerPascal Quantin1-1/+0
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-36/+36
2013-03-01Fix Coverity CID 280365: Logically dead code.Chris Maynard1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-34/+67
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1