aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-04Init ett_... variables to -1wmeier1-6/+6
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-40/+40
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-278/+278
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-03-29More size_t casts.etxrab1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-32/+96
2008-03-02Added missing array for hf_printer_priority, hf_printer_default_priority,stig1-0/+16
2007-11-26Use the offset and length for the interesting data.stig1-3/+5
2007-11-26Use correct offset for subtree in dissect_spoolss_relstr.stig1-1/+1
2007-11-26From Kai Blin:stig1-1/+60
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_namesahlberg1-10/+10
2007-04-26Fix for bug 1505. Adding getprinterdriver levels 2, 6, and (partially) 101.jake1-2/+252
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-3/+3
2006-09-16remove any dependencies that dcv->private_data is persistentsahlberg1-226/+140
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingguy1-8/+4
2005-09-15A first go at importing some pidl generated code into ethereal. This tpot1-1/+31
2005-07-26char -> const char warning fixesjmayer1-6/+6
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-2/+2
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-15/+15
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-2/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+8226