aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-15When dissecting a SYSTEM_TIME, include the milliseconds in the top-levelGuy Harris1-5/+6
2003-04-10Some COL_INFO goodies for SpoolssWritePrinter.Tim Potter1-2/+11
2003-04-03When dissecting specific rights, pass a name string down so theTim Potter1-6/+7
2003-02-25Don't append text in cb_notify_str_postprocess() if text is the empty string.Tim Potter1-40/+67
2003-02-24Change SPOOLSS policy handle string names to be consistent withTim Potter1-3/+3
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris1-6/+6
2003-02-14More cleanups - nearly done!Tim Potter1-1040/+986
2003-02-11More cleanups.Tim Potter1-434/+507
2003-02-10Deleted dissect_unistr2() function - call dissect_ndr_cvstring() instead.Tim Potter1-493/+692
2003-02-10Cleanup of printer forms dissection:Tim Potter1-151/+154
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris1-3/+3
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris1-2/+2
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris1-20/+4
2003-02-07Fix callers to dissect_nt_sec_desc() to use new function interface.Tim Potter1-7/+12
2003-02-05Cleaned up print job filterable fields.Tim Potter1-213/+370
2003-02-05Deleted RPC request/response proto items from the spoolss dissector asTim Potter1-449/+1
2003-02-05Fixed bug in dissect_printerdata_data()Tim Potter1-7/+9
2003-02-03Convert to new DCERPC string handling functions. There are still someTim Potter1-2/+2
2003-01-30Fixed memory leak in dissect_unistr2().Tim Potter1-14/+12
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-14/+14
2003-01-30Clean up the handling of null buffers in getprinter, getform,Tim Potter1-99/+93
2003-01-28Cleanup of filterable fields for printer data and devicemodes.Tim Potter1-374/+860
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-94/+68
2003-01-16Change name of proto item for UINT16UNI.Tim Potter1-5/+5
2003-01-11Finish converting remaining RPCs to ndr routines.Tim Potter1-358/+125
2003-01-11Converted some more RPCs to ndr routines.Tim Potter1-240/+22
2003-01-10Converted enumprinters and enumprinterkey rpc to ndr routines.Tim Potter1-20/+34
2003-01-10Convert enumprinterdataex rpc to ndr format calls.Tim Potter1-43/+177
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