aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-11Convert getprinter info 0, 1, 2, 3 to dissect_ndr routines. Hooray!tpot1-262/+891
2002-11-08Eliminate a compiler warning, and handle overflows.guy1-4/+13
2002-11-08More patches from Jim McDonoughsharpe1-2/+133
2002-11-08Another patch from Jim McDonough.sharpe1-24/+26
2002-11-07Some more SPOOLSS stuff from Jim McDonough.sharpe1-3/+99
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onguy1-34/+34
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-736/+736
2002-08-27Dissect flags field for enumprinters rpc.tpot1-5/+89
2002-08-22Fix the type of "spoolss_specific_rights()" to match the curentguy1-4/+2
2002-08-22Some cleanups and fixes from Guy:tpot1-4/+2
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()tpot1-6/+76
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.tpot1-47/+49
2002-07-09Converted form related dissectors from prs_* routines to dissect_ndr_*tpot1-165/+327
2002-06-28Cleaned up NT policy handle hashing a bit. Split the store functiontpot1-110/+73
2002-06-27Added some more dissection of rffpcnex flags.tpot1-3/+263
2002-06-25Fixed typo in text name and added dissector for RouterReplyPrinter rpc.tpot1-11/+93
2002-06-24Added value_string array for setprinter level 0 command.tpot1-2/+21
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationtpot1-6/+105
2002-06-21Warning cleanup.tpot1-27/+26
2002-06-17Added true_false_string for job status codes.tpot1-9/+211
2002-06-17Added value_string for printer status values.tpot1-2/+335
2002-06-07Fixed another bug in RRPCN.tpot1-23/+59
2002-06-07A printer port name is a notification string, not a two word value.tpot1-6/+5
2002-06-06Dissect spoolss FCPN. Not sure what it stands for.tpot1-2/+47
2002-06-06Implemented ReplyClosePrinter().tpot1-14/+85
2002-06-05Implemented RRPCN (RemotePrinterChangeNotification).tpot1-25/+116
2002-06-05Converted all reply functions to use dissect_doserror() instead oftpot1-159/+688
2002-05-20Implemented getprinterdriver2, levels 1 and 3.tpot1-3/+430
2002-05-20Some miscellaneous updates:tpot1-75/+286
2002-05-13Added subdissectors for StartDocPrinter and EndDocPrinter RPCs.tpot1-3/+234
2002-05-11In "dissect_nt_policy_hnd()":guy1-13/+20
2002-05-10Add printer name to COL_INFO for ClosePrinter request.tpot1-53/+799
2002-05-04From Joerg Mayer: mark unused arguments as such.guy1-46/+46
2002-05-01Add a "remove an argument" change, from Joerg Mayer, that I'd missed.guy1-2/+9
2002-05-01Start of support for setprinter calls. Currently on setprinter level 3 istpot1-8/+69
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toguy1-3/+3
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingtpot1-368/+163
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-30/+14
2002-04-24Pass the correct len field to dissect_nt_sec_desc() when dissectingtpot1-13/+153
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theguy1-89/+89
2002-04-22Correctly dissect LSA security descriptors, at least as they appearguy1-3/+3
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forguy1-10/+1
2002-04-09Decode FORM_1 and FORM_REL flag values as value_strings.tpot1-4/+19
2002-04-08A devicemode contains a uint32 at the start which represents the size oftpot1-4/+7
2002-04-05Decode some bits of the PRINTER_INFO_2 structure that we were missingtpot1-8/+55
2002-04-04Include "packet-smb-common.h" to get the declaration ofguy1-1/+2
2002-04-03Decode PRINTER_INFO_1 and PRINTER_INFO_3 structures.tpot1-1/+28
2002-03-26Use dcerpc_call_value structure to fetch request/response frame numberstpot1-324/+228
2002-03-26Added dissectors for get/set/delete form.tpot1-8/+482
2002-03-25Some refactoring of the spoolss dissector:tpot1-766/+377