Fix some places where "Ethereal" wasn't capitalized and boldfaced.
[obnox/wireshark/wip.git] / packet-dcerpc-spoolss.c
2003-06-05 guyIn the policy handle hashing, handle more than one...
2003-05-27 guyGet rid of a debugging message.
2003-05-15 tpotMore work on dissecting generic and standard mappings...
2003-04-28 tpotMove the specific rights dissection function and name...
2003-04-27 sahlbergNot all strings in MS interfaces are unicode.
2003-04-15 guyWhen dissecting a SYSTEM_TIME, include the milliseconds...
2003-04-10 tpotSome COL_INFO goodies for SpoolssWritePrinter.
2003-04-03 tpotWhen dissecting specific rights, pass a name string...
2003-02-25 tpotDon't append text in cb_notify_str_postprocess() if...
2003-02-24 tpotChange SPOOLSS policy handle string names to be consist...
2003-02-24 guyRename "fake_unicode()" to "tvb_fake_unicode()" as...
2003-02-14 tpotMore cleanups - nearly done!
2003-02-11 tpotMore cleanups.
2003-02-10 tpotDeleted dissect_unistr2() function - call dissect_ndr_c...
2003-02-10 tpotCleanup of printer forms dissection:
2003-02-07 guyRename "dissect_ndr_char_string()" and "dissect_ndr_wch...
2003-02-07 guyRename "dissect_ndr_char_array" and "disect_ndr_wchar_a...
2003-02-07 guyFix a typo in the multiple-include protection in "packe...
2003-02-07 tpotFix callers to dissect_nt_sec_desc() to use new functio...
2003-02-05 tpotCleaned up print job filterable fields.
2003-02-05 tpotDeleted RPC request/response proto items from the spool...
2003-02-05 tpotFixed bug in dissect_printerdata_data()
2003-02-03 tpotConvert to new DCERPC string handling functions. There...
2003-01-30 tpotFixed memory leak in dissect_unistr2().
2003-01-30 guyGeneralize "cb_str_postprocess()" to allow the string...
2003-01-30 tpotClean up the handling of null buffers in getprinter...
2003-01-28 tpotCleanup of filterable fields for printer data and devic...
2003-01-28 tpotConvert dissector to callback based version of dissect_...
2003-01-16 tpotChange name of proto item for UINT16UNI.
2003-01-11 tpotFinish converting remaining RPCs to ndr routines.
2003-01-11 tpotConverted some more RPCs to ndr routines.
2003-01-10 tpotConverted enumprinters and enumprinterkey rpc to ndr...
2003-01-10 tpotConvert enumprinterdataex rpc to ndr format calls.
2002-12-13 tpotMore conversions to NDR routines. This commit does...
2002-12-13 tpotGuy has pointed out that this dissection looks wrong...
2002-12-12 guyWhen dissecting a buffer, use the tvbuff for the buffer...
2002-12-04 tpotDecode getprinter level 7.
2002-11-28 guyGet rid of the "pdata" argument to "dissect_dcerpc_uint...
2002-11-28 guyMake the pointer passed by reference as the last argume...
2002-11-23 guyMake "dissect_spoolss_uint16uni()" take an extra argume...
2002-11-19 tpotSome more spoolss ndr conversions. OpenPrinterEx now...
2002-11-19 tpotFix dissection of printer info levels 0-3 which has...
2002-11-11 tpotConvert getprinter info 0, 1, 2, 3 to dissect_ndr routi...
2002-11-08 guyEliminate a compiler warning, and handle overflows.
2002-11-08 sharpeMore patches from Jim McDonough
2002-11-08 sharpeAnother patch from Jim McDonough.
2002-11-07 sharpeSome more SPOOLSS stuff from Jim McDonough.
2002-08-29 guyFrom Ulf Lamping: change some #define names to avoid...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-27 tpotDissect flags field for enumprinters rpc.
2002-08-22 guyFix the type of "spoolss_specific_rights()" to match...
2002-08-22 tpotSome cleanups and fixes from Guy:
2002-08-21 tpotCall dissect_nt_access_mask() instead of dissect_ndr_ui...
2002-07-10 tpotReordered some boolean fields to be consistent with...
2002-07-09 tpotConverted form related dissectors from prs_* routines...
2002-06-28 tpotCleaned up NT policy handle hashing a bit. Split the...
2002-06-27 tpotAdded some more dissection of rffpcnex flags.
2002-06-25 tpotFixed typo in text name and added dissector for RouterR...
2002-06-24 tpotAdded value_string array for setprinter level 0 command.
2002-06-24 tpotChange each DCERPC dissector to pass in a hf value...
2002-06-21 tpotWarning cleanup.
2002-06-17 tpotAdded true_false_string for job status codes.
2002-06-17 tpotAdded value_string for printer status values.
2002-06-07 tpotFixed another bug in RRPCN.
2002-06-07 tpotA printer port name is a notification string, not a...
2002-06-06 tpotDissect spoolss FCPN. Not sure what it stands for.
2002-06-06 tpotImplemented ReplyClosePrinter().
2002-06-05 tpotImplemented RRPCN (RemotePrinterChangeNotification).
2002-06-05 tpotConverted all reply functions to use dissect_doserror...
2002-05-20 tpotImplemented getprinterdriver2, levels 1 and 3.
2002-05-20 tpotSome miscellaneous updates:
2002-05-13 tpotAdded subdissectors for StartDocPrinter and EndDocPrint...
2002-05-11 guyIn "dissect_nt_policy_hnd()":
2002-05-10 tpotAdd printer name to COL_INFO for ClosePrinter request.
2002-05-04 guyFrom Joerg Mayer: mark unused arguments as such.
2002-05-01 guyAdd a "remove an argument" change, from Joerg Mayer...
2002-05-01 tpotStart of support for setprinter calls. Currently on...
2002-04-30 guyFrom Joerg Mayer: get rid of unused "pinfo" argument to
2002-04-30 tpotUse the string in the DCERPC sub-dissector array instea...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-24 tpotPass the correct len field to dissect_nt_sec_desc(...
2002-04-22 guyFrame numbers are unsigned, and 0 is not a valid frame...
2002-04-22 guyCorrectly dissect LSA security descriptors, at least...
2002-04-18 guyAdd a "proto_register_dcerpc_smb()" which registers...
2002-04-09 tpotDecode FORM_1 and FORM_REL flag values as value_strings.
2002-04-08 tpotA devicemode contains a uint32 at the start which repre...
2002-04-05 tpotDecode some bits of the PRINTER_INFO_2 structure that...
2002-04-04 guyInclude "packet-smb-common.h" to get the declaration of
2002-04-03 tpotDecode PRINTER_INFO_1 and PRINTER_INFO_3 structures.
2002-03-26 tpotUse dcerpc_call_value structure to fetch request/respon...
2002-03-26 tpotAdded dissectors for get/set/delete form.
2002-03-25 tpotSome refactoring of the spoolss dissector:
2002-03-25 tpotAdded a generic reply handler for unimplemented spoolss...
2002-03-22 guyAdd a cleanup function to close a potential memory...
2002-03-20 guyThe length argument to "fake_unicode()" is in character...
2002-03-19 guyThere is no guarantee that a buffer obtained using...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-07 guyUpdates from Tim Potter.
2002-01-03 guySPOOLSS RPC dissector, from Tim Potter. This includes...
2001-11-21 guyRename the "packet-msrpc-XXX.[ch]" files to "packet...