aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-30Add the mask for an NT ACL ACE to the summary list for each ACE. Thissharpe1-4/+4
2004-01-19char *drep -> guint8 *drepjmayer1-126/+126
2003-10-15We got rid of the wrong hf_devmode_driver_extra; bring the wrong oneguy1-5/+5
2003-10-06From packet steve: get rid of some duplicate field definitions (someguy1-5/+1
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedtpot1-8/+1
2003-07-14Fix misdissection of spoolss enumprinterdataex replies:tpot1-11/+29
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectortpot1-89/+10
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.tpot1-154/+1
2003-06-05In the policy handle hashing, handle more than one policy handle havingguy1-73/+146
2003-05-27Get rid of a debugging message.guy1-3/+1
2003-05-15More work on dissecting generic and standard mappings for NT access masks.tpot1-16/+76
2003-04-28Move the specific rights dissection function and name into a structuretpot1-7/+11
2003-04-27Not all strings in MS interfaces are unicode.sahlberg1-2/+2
2003-04-15When dissecting a SYSTEM_TIME, include the milliseconds in the top-levelguy1-5/+6
2003-04-10Some COL_INFO goodies for SpoolssWritePrinter.tpot1-2/+11
2003-04-03When dissecting specific rights, pass a name string down so thetpot1-6/+7
2003-02-25Don't append text in cb_notify_str_postprocess() if text is the empty string.tpot1-40/+67
2003-02-24Change SPOOLSS policy handle string names to be consistent withtpot1-3/+3
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,guy1-6/+6
2003-02-14More cleanups - nearly done!tpot1-1040/+986
2003-02-11More cleanups.tpot1-434/+507
2003-02-10Deleted dissect_unistr2() function - call dissect_ndr_cvstring() instead.tpot1-493/+692
2003-02-10Cleanup of printer forms dissection:tpot1-151/+154
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toguy1-3/+3
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toguy1-2/+2
2003-02-07Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h".guy1-20/+4
2003-02-07Fix callers to dissect_nt_sec_desc() to use new function interface.tpot1-7/+12
2003-02-05Cleaned up print job filterable fields.tpot1-213/+370
2003-02-05Deleted RPC request/response proto items from the spoolss dissector astpot1-449/+1
2003-02-05Fixed bug in dissect_printerdata_data()tpot1-7/+9
2003-02-03Convert to new DCERPC string handling functions. There are still sometpot1-2/+2
2003-01-30Fixed memory leak in dissect_unistr2().tpot1-14/+12
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toguy1-14/+14
2003-01-30Clean up the handling of null buffers in getprinter, getform,tpot1-99/+93
2003-01-28Cleanup of filterable fields for printer data and devicemodes.tpot1-374/+860
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().tpot1-94/+68
2003-01-16Change name of proto item for UINT16UNI.tpot1-5/+5
2003-01-11Finish converting remaining RPCs to ndr routines.tpot1-358/+125
2003-01-11Converted some more RPCs to ndr routines.tpot1-240/+22
2003-01-10Converted enumprinters and enumprinterkey rpc to ndr routines.tpot1-20/+34
2003-01-10Convert enumprinterdataex rpc to ndr format calls.tpot1-43/+177
2002-12-13More conversions to NDR routines. This commit does most of the printerdatatpot1-36/+53
2002-12-13Guy has pointed out that this dissection looks wrong. In the etherealtpot1-1/+6
2002-12-12When dissecting a buffer, use the tvbuff for the buffer, as the offsetguy1-22/+22
2002-12-04Decode getprinter level 7.tpot1-1/+51
2002-11-28Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" andguy1-3/+3
2002-11-28Make the pointer passed by reference as the last argument ofguy1-2/+2
2002-11-23Make "dissect_spoolss_uint16uni()" take an extra argument giving theguy1-7/+23
2002-11-19Some more spoolss ndr conversions. OpenPrinterEx now decodes it'stpot1-109/+254
2002-11-19Fix dissection of printer info levels 0-3 which has been broken for atpot1-73/+405