aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-126/+126
2003-10-15We got rid of the wrong hf_devmode_driver_extra; bring the wrong oneGuy Harris1-5/+5
2003-10-06From packet steve: get rid of some duplicate field definitions (someGuy Harris1-5/+1
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-8/+1
2003-07-14Fix misdissection of spoolss enumprinterdataex replies:Tim Potter1-11/+29
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-89/+10
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.Tim Potter1-154/+1
2003-06-05In the policy handle hashing, handle more than one policy handle havingGuy Harris1-73/+146
2003-05-27Get rid of a debugging message.Guy Harris1-3/+1
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter1-16/+76
2003-04-28Move the specific rights dissection function and name into a structureTim Potter1-7/+11
2003-04-27Not all strings in MS interfaces are unicode.Ronnie Sahlberg1-2/+2
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