aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.h
AgeCommit message (Collapse)AuthorFilesLines
2003-02-14Move some constants here from packet-dcerpc-spoolss.cTim Potter1-1/+9
svn path=/trunk/; revision=7149
2003-01-28Added constants for devicemode value_strings.Tim Potter1-1/+204
svn path=/trunk/; revision=7026
2002-12-04Some constant for getprinter level 7 decoding.Tim Potter1-1/+7
svn path=/trunk/; revision=6743
2002-11-15Added constants for devicemode fields.Tim Potter1-1/+37
svn path=/trunk/; revision=6634
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris1-57/+57
Windows that cause compiler warnings. svn path=/trunk/; revision=6129
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-27Dissect flags field for enumprinters rpc.Tim Potter1-1/+12
The string in this rpc is not a devmode, but rather an object name. svn path=/trunk/; revision=6092
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter1-1/+9
svn path=/trunk/; revision=6054
2002-06-24Definitions for setprinter_cmd_vals[] value_strings.Tim Potter1-1/+8
svn path=/trunk/; revision=5756
2002-06-17Added true_false_string for job status codes.Tim Potter1-1/+16
Fixed bug in printer notify subtree item display. The flags field in rfnpcnex is a change id not a flags value. svn path=/trunk/; revision=5691
2002-06-17Added value_string for printer status values.Tim Potter1-1/+47
Added true_false_string for printer attributes. Display notify type and notify field name in subtree item when dissecting notify options or notify data. svn path=/trunk/; revision=5690
2002-06-05Added a whole lot of print notification constants.Tim Potter1-1/+117
svn path=/trunk/; revision=5622
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingTim Potter1-3/+3
another one in the COL_INFO field. svn path=/trunk/; revision=5300
2002-04-09Decode FORM_1 and FORM_REL flag values as value_strings.Tim Potter1-6/+6
svn path=/trunk/; revision=5132
2002-03-22Add a cleanup function to close a potential memory leak.Guy Harris1-3/+42
Get rid of an assigned-to-but-not-used variable. From Steven French: add names for some additional calls. svn path=/trunk/; revision=5003
2001-12-16More MSRPC->DCERPC, from Tim Potter.Guy Harris1-3/+3
svn path=/trunk/; revision=4406
2001-12-09"msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.Guy Harris1-4/+4
svn path=/trunk/; revision=4365
2001-11-21Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", asGuy Harris1-0/+79
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242