aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-5/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-2/+2
2013-11-06Add _U_ to a function parameter to fix a compiler warningBill Meier1-1/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-731/+686
2013-10-01Add cast.Evan Huus1-1/+1
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-85/+50
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-3/+3
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-12/+14
2013-06-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-14/+14
2013-02-28Fix Coverity CID 280366: Dead default in switch.Chris Maynard1-14/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-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-07-27Fix bugs: #7532, 7534 dissect_ndr_cvstring returns ep-memory, don't free it.Jakub Zawadzki1-15/+0
2012-07-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7479 :Pascal Quantin1-1/+4
2012-07-13tvb_length_remaining() can return -1, so be sure to deal with it if it does.Chris Maynard1-1/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-03From Martin Kaiser (on -dev): initialize an uninitialized variable. From me:...Jeff Morriss1-4/+4
2012-04-03Implement spoolss function GetPrinterDriverDirectory (opnum 12).Graham Bloice1-11/+121
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