aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Don't append text in cb_notify_str_postprocess() if text is the empty string.Tim Potter2003-02-251-40/+67
* Change SPOOLSS policy handle string names to be consistent withTim Potter2003-02-241-3/+3
* Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris2003-02-241-6/+6
* More cleanups - nearly done!Tim Potter2003-02-141-1040/+986
* More cleanups.Tim Potter2003-02-111-434/+507
* Deleted dissect_unistr2() function - call dissect_ndr_cvstring() instead.Tim Potter2003-02-101-493/+692
* Cleanup of printer forms dissection:Tim Potter2003-02-101-151/+154
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-3/+3
* Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris2003-02-071-2/+2
* Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".Guy Harris2003-02-071-20/+4
* Fix callers to dissect_nt_sec_desc() to use new function interface.Tim Potter2003-02-071-7/+12
* Cleaned up print job filterable fields.Tim Potter2003-02-051-213/+370
* Deleted RPC request/response proto items from the spoolss dissector asTim Potter2003-02-051-449/+1
* Fixed bug in dissect_printerdata_data()Tim Potter2003-02-051-7/+9
* Convert to new DCERPC string handling functions. There are still someTim Potter2003-02-031-2/+2
* Fixed memory leak in dissect_unistr2().Tim Potter2003-01-301-14/+12
* Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris2003-01-301-14/+14
* Clean up the handling of null buffers in getprinter, getform,Tim Potter2003-01-301-99/+93
* Cleanup of filterable fields for printer data and devicemodes.Tim Potter2003-01-281-374/+860
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-94/+68
* Change name of proto item for UINT16UNI.Tim Potter2003-01-161-5/+5
* Finish converting remaining RPCs to ndr routines.Tim Potter2003-01-111-358/+125
* Converted some more RPCs to ndr routines.Tim Potter2003-01-111-240/+22
* Converted enumprinters and enumprinterkey rpc to ndr routines.Tim Potter2003-01-101-20/+34
* Convert enumprinterdataex rpc to ndr format calls.Tim Potter2003-01-101-43/+177
* More conversions to NDR routines. This commit does most of the printerdataTim Potter2002-12-131-36/+53
* Guy has pointed out that this dissection looks wrong. In the etherealTim Potter2002-12-131-1/+6
* When dissecting a buffer, use the tvbuff for the buffer, as the offsetGuy Harris2002-12-121-22/+22
* Decode getprinter level 7.Tim Potter2002-12-041-1/+51
* Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andGuy Harris2002-11-281-3/+3
* Make the pointer passed by reference as the last argument ofGuy Harris2002-11-281-2/+2
* Make "dissect_spoolss_uint16uni()" take an extra argument giving theGuy Harris2002-11-231-7/+23
* Some more spoolss ndr conversions. OpenPrinterEx now decodes it'sTim Potter2002-11-191-109/+254
* Fix dissection of printer info levels 0-3 which has been broken for aTim Potter2002-11-191-73/+405
* Convert getprinter info 0, 1, 2, 3 to dissect_ndr routines. Hooray!Tim Potter2002-11-111-262/+891
* Eliminate a compiler warning, and handle overflows.Guy Harris2002-11-081-4/+13
* More patches from Jim McDonoughRichard Sharpe2002-11-081-2/+133
* Another patch from Jim McDonough.Richard Sharpe2002-11-081-24/+26
* Some more SPOOLSS stuff from Jim McDonough.Richard Sharpe2002-11-071-3/+99
* From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris2002-08-291-34/+34
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-736/+736
* Dissect flags field for enumprinters rpc.Tim Potter2002-08-271-5/+89
* Fix the type of "spoolss_specific_rights()" to match the curentGuy Harris2002-08-221-4/+2
* Some cleanups and fixes from Guy:Tim Potter2002-08-221-4/+2
* Call dissect_nt_access_mask() instead of dissect_ndr_uint32()Tim Potter2002-08-211-6/+76
* Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter2002-07-101-47/+49
* Converted form related dissectors from prs_* routines to dissect_ndr_*Tim Potter2002-07-091-165/+327
* Cleaned up NT policy handle hashing a bit. Split the store functionTim Potter2002-06-281-110/+73
* Added some more dissection of rffpcnex flags.Tim Potter2002-06-271-3/+263
* Fixed typo in text name and added dissector for RouterReplyPrinter rpc.Tim Potter2002-06-251-11/+93