aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fix encoding arg for call to tvb_get_unicode_string().Bill Meier1-1/+1
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-2/+2
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-4/+4
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard1-27/+0
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-8/+8
2011-01-28Remove the remaining tvb_fake_unicode() calls in the dissector source. Stephen Fisher1-10/+5
2010-11-17User value_string_ext fcns to access several value_string arrays;Bill Meier1-346/+450
2010-10-07Define a few global variables as static.Bill Meier1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-387/+387
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-04Init ett_... variables to -1Bill Meier1-6/+6
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-40/+40
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-278/+278
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-03-29More size_t casts.Anders Broman1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-32/+96
2008-03-02Added missing array for hf_printer_priority, hf_printer_default_priority,Stig Bjørlykke1-0/+16
2007-11-26Use the offset and length for the interesting data.Stig Bjørlykke1-3/+5
2007-11-26Use correct offset for subtree in dissect_spoolss_relstr.Stig Bjørlykke1-1/+1
2007-11-26From Kai Blin:Stig Bjørlykke1-1/+60
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-10/+10
2007-04-26Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.Jaap Keuter1-2/+252
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3
2006-09-16remove any dependencies that dcv->private_data is persistentRonnie Sahlberg1-226/+140
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris1-8/+4
2005-09-15A first go at importing some pidl generated code into ethereal. This Tim Potter1-1/+31
2005-07-26char -> const char warning fixesJörg Mayer1-6/+6
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-15/+15
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-2/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+8226