aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29Avoid using C99 '%hh' length modifierPascal Quantin1-1/+1
2012-05-28While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki1-4/+3
2012-03-04"From Jan Šafránek: Add support for AES in Microsoft Network Logon Negotiat...Anders Broman1-4/+4
2012-02-11Get rid of C++/C99-style comment; use #if 0/#endif instead.Guy Harris1-1/+3
2012-02-11NETLOGON handle different schannel with the same sourceRonnie Sahlberg1-1/+6
2012-02-11NETLOGON: Fix bugs with netlogon decryption not working in some casesRonnie Sahlberg1-3/+4
2012-02-11NETLOGON: improve debugging messagesRonnie Sahlberg1-7/+17
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-4/+4