aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-13More conversions to NDR routines. This commit does most of the printerdataTim Potter1-36/+53
2002-12-13Guy has pointed out that this dissection looks wrong. In the etherealTim Potter1-1/+6
2002-12-12When dissecting a buffer, use the tvbuff for the buffer, as the offsetGuy Harris1-22/+22
2002-12-04Decode getprinter level 7.Tim Potter1-1/+51
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andGuy Harris1-3/+3
2002-11-28Make the pointer passed by reference as the last argument ofGuy Harris1-2/+2
2002-11-23Make "dissect_spoolss_uint16uni()" take an extra argument giving theGuy Harris1-7/+23
2002-11-19Some more spoolss ndr conversions. OpenPrinterEx now decodes it'sTim Potter1-109/+254
2002-11-19Fix dissection of printer info levels 0-3 which has been broken for aTim Potter1-73/+405
2002-11-11Convert getprinter info 0, 1, 2, 3 to dissect_ndr routines. Hooray!Tim Potter1-262/+891
2002-11-08Eliminate a compiler warning, and handle overflows.Guy Harris1-4/+13
2002-11-08More patches from Jim McDonoughRichard Sharpe1-2/+133
2002-11-08Another patch from Jim McDonough.Richard Sharpe1-24/+26
2002-11-07Some more SPOOLSS stuff from Jim McDonough.Richard Sharpe1-3/+99
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris1-34/+34
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-736/+736
2002-08-27Dissect flags field for enumprinters rpc.Tim Potter1-5/+89
2002-08-22Fix the type of "spoolss_specific_rights()" to match the curentGuy Harris1-4/+2
2002-08-22Some cleanups and fixes from Guy:Tim Potter1-4/+2
2002-08-21Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter1-6/+76
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter1-47/+49
2002-07-09Converted form related dissectors from prs_* routines to dissect_ndr_*Tim Potter1-165/+327
2002-06-28Cleaned up NT policy handle hashing a bit. Split the store functionTim Potter1-110/+73
2002-06-27Added some more dissection of rffpcnex flags.Tim Potter1-3/+263
2002-06-25Fixed typo in text name and added dissector for RouterReplyPrinter rpc.Tim Potter1-11/+93
2002-06-24Added value_string array for setprinter level 0 command.Tim Potter1-2/+21
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-6/+105
2002-06-21Warning cleanup.Tim Potter1-27/+26
2002-06-17Added true_false_string for job status codes.Tim Potter1-9/+211
2002-06-17Added value_string for printer status values.Tim Potter1-2/+335
2002-06-07Fixed another bug in RRPCN.Tim Potter1-23/+59
2002-06-07A printer port name is a notification string, not a two word value.Tim Potter1-6/+5
2002-06-06Dissect spoolss FCPN. Not sure what it stands for.Tim Potter1-2/+47
2002-06-06Implemented ReplyClosePrinter().Tim Potter1-14/+85
2002-06-05Implemented RRPCN (RemotePrinterChangeNotification).Tim Potter1-25/+116
2002-06-05Converted all reply functions to use dissect_doserror() instead ofTim Potter1-159/+688
2002-05-20Implemented getprinterdriver2, levels 1 and 3.Tim Potter1-3/+430
2002-05-20Some miscellaneous updates:Tim Potter1-75/+286
2002-05-13Added subdissectors for StartDocPrinter and EndDocPrinter RPCs.Tim Potter1-3/+234
2002-05-11In "dissect_nt_policy_hnd()":Guy Harris1-13/+20
2002-05-10Add printer name to COL_INFO for ClosePrinter request.Tim Potter1-53/+799
2002-05-04From Joerg Mayer: mark unused arguments as such.Guy Harris1-46/+46
2002-05-01Add a "remove an argument" change, from Joerg Mayer, that I'd missed.Guy Harris1-2/+9
2002-05-01Start of support for setprinter calls. Currently on setprinter level 3 isTim Potter1-8/+69
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris1-3/+3
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingTim Potter1-368/+163
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-30/+14
2002-04-24Pass the correct len field to dissect_nt_sec_desc() when dissectingTim Potter1-13/+153
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris1-89/+89
2002-04-22Correctly dissect LSA security descriptors, at least as they appearGuy Harris1-3/+3