aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-netlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-16PAC: S4U update, decode the full S4U Delegation Info blob with correct namesRonnie Sahlberg1-7/+15
2011-12-16PAC: rename CONSTRAINED_DELEGATION to S4U_DELEGATION_INFORonnie Sahlberg1-6/+10
2011-12-14Fix a tvbuff memory leak;Bill Meier1-23/+19
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-4/+5
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-32/+24
2011-03-22Coverity 512Ronnie Sahlberg1-3/+6
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-12/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-13/+13
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-6/+6
2010-08-11From Frank Schorr:Anders Broman1-8/+22
2010-08-04Initialize confounder to ensure it has a known value.Stig Bjørlykke1-1/+1