Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / packet-dcerpc-spoolss.c
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...