aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-windows-common.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-19windows-common: remove volatile qualifier from num_acesMartin Kaiser1-1/+1
2017-09-12windows-common: fix compilation with GCC 7.1.1Pascal Quantin1-3/+3
2017-09-12windows-common: don't THROW() an exception from a dissectorMartin Kaiser1-20/+22
2017-01-22SMB2: better RSVD flowVolodymyr Khomenko1-0/+12
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann1-2/+2
2016-08-06Add support for Windows HRESULT error codes for DCE/RPCGünther Deschner1-0/+9
2016-07-26packet-smb2: add a dissector for STATUS_STOPPED_ON_SYMLINKHiroshi Ioka1-0/+1
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-109/+42
2016-01-12Fix indentation.Guy Harris1-3/+3
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-37/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-136/+126
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou1-6/+15
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-926/+926
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-30/+19
2014-06-17Add dissect_nt_64bit_time_ex for retrieving the created proto_itemHannes Mezger1-5/+16
2014-04-17Fix gcc "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" intr...Bill Meier1-2/+2
2014-04-17Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-68/+83
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-11-27- Create/use several extended value_stringsBill Meier1-177/+31
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
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