aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-3/+3
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-9/+9
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-13Replace some emem with wmem.Evan Huus1-53/+53
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-6/+24
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-16From Stefan Metzmacher: Updates for the SMB2/3Bill Meier1-0/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-21Mark a couple more variables volatile.Jeff Morriss1-3/+3
2012-06-21From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Jeff Morriss1-2/+3
2012-06-19Mark another variable as volatile to pacify the buildbot.Jeff Morriss1-1/+1
2012-06-19Mark some variables as volatile to avoid compiler warnings.Jeff Morriss1-5/+6
2012-06-19Try to fix unused variable warnings and "clobbered by 'longjmp' or 'vfork' "Anders Broman1-5/+2
2012-06-19From Richard Sharpe:Anders Broman1-11/+43
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-3/+3
2011-06-17From Gregor Beck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6004Alexis La Goutte1-0/+31
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...Jeff Morriss1-44/+44
2011-05-13Delete assignment of item as it's not used. Fixes Coverity CID 869.Chris Maynard1-3/+2
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-1/+1
2011-01-25packet-windows-common.c:1492: warning: 'wkwn_sid2_len' may be used uninitiali...Anders Broman1-1/+1
2011-01-25Fix:Anders Broman1-2/+2
2011-01-25From Cal Turney:Anders Broman1-103/+211
2010-12-06From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5372 :Jeff Morriss1-4/+4
2010-10-25Remove trailing space in field name.Jeff Morriss1-55/+55
2010-10-22Corrected check for end of well_known_sids.Stig Bjørlykke1-1/+1
2010-10-22Fixed printing guint64 variables.Stig Bjørlykke1-6/+5
2010-10-22C++ style comments in packet-windows-common.cAnders Broman1-2/+2
2010-10-22From CaL Turney:Anders Broman1-123/+288
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-7/+7
2009-07-30Remove more unused variables.Gerald Combs1-1/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-29/+29
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-36/+36
2009-05-05Use an emem_strbuf_t for the string for the subauthorities; it's a bitGuy Harris1-10/+6
2009-03-31From: yami <yamisoe [AT] gmail.com>: Update comment in .c file; copy same to ...Bill Meier1-6/+7
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-3/+2
2008-10-03the security info bitmask is 4 bytes, not 2Ronnie Sahlberg1-1/+1
2008-10-03SAMR updatesRonnie Sahlberg1-0/+79
2007-05-18this error is returned in srvsvc when a SessDel fails because no matching ses...Ronnie Sahlberg1-0/+1
2007-05-17add a new dos error codeRonnie Sahlberg1-0/+1
2007-03-23From Sebastien Tandel: Stephen Fisher1-2/+2
2006-09-23we did not have a proper WERR error table for the windows errors insterad w...Ronnie Sahlberg1-0/+103
2006-09-16make dissect_nt_sid return ep allocated memory and thus fix a few memory leaksRonnie Sahlberg1-9/+3
2006-09-05fix for bug 1054Ronnie Sahlberg1-0/+11
2006-08-21Squelch a compiler warning.Guy Harris1-1/+1
2006-08-19add some well known rids from s4 security.idl and code to show the name of th...Ronnie Sahlberg1-1/+27