Eliminate the packet_info pointer argument from routines that don't use
[metze/wireshark/wip.git] / packet-dcerpc-spoolss.c
2003-04-15 Guy HarrisWhen dissecting a SYSTEM_TIME, include the milliseconds...
2003-04-10 Tim PotterSome COL_INFO goodies for SpoolssWritePrinter.
2003-04-03 Tim PotterWhen dissecting specific rights, pass a name string...
2003-02-25 Tim PotterDon't append text in cb_notify_str_postprocess() if...
2003-02-24 Tim PotterChange SPOOLSS policy handle string names to be consist...
2003-02-24 Guy HarrisRename "fake_unicode()" to "tvb_fake_unicode()" as...
2003-02-14 Tim PotterMore cleanups - nearly done!
2003-02-11 Tim PotterMore cleanups.
2003-02-10 Tim PotterDeleted dissect_unistr2() function - call dissect_ndr_c...
2003-02-10 Tim PotterCleanup of printer forms dissection:
2003-02-07 Guy HarrisRename "dissect_ndr_char_string()" and "dissect_ndr_wch...
2003-02-07 Guy HarrisRename "dissect_ndr_char_array" and "disect_ndr_wchar_a...
2003-02-07 Guy HarrisFix a typo in the multiple-include protection in "packe...
2003-02-07 Tim PotterFix callers to dissect_nt_sec_desc() to use new functio...
2003-02-05 Tim PotterCleaned up print job filterable fields.
2003-02-05 Tim PotterDeleted RPC request/response proto items from the spool...
2003-02-05 Tim PotterFixed bug in dissect_printerdata_data()
2003-02-03 Tim PotterConvert to new DCERPC string handling functions. There...
2003-01-30 Tim PotterFixed memory leak in dissect_unistr2().
2003-01-30 Guy HarrisGeneralize "cb_str_postprocess()" to allow the string...
2003-01-30 Tim PotterClean up the handling of null buffers in getprinter...
2003-01-28 Tim PotterCleanup of filterable fields for printer data and devic...
2003-01-28 Tim PotterConvert dissector to callback based version of dissect_...
2003-01-16 Tim PotterChange name of proto item for UINT16UNI.
2003-01-11 Tim PotterFinish converting remaining RPCs to ndr routines.
2003-01-11 Tim PotterConverted some more RPCs to ndr routines.
2003-01-10 Tim PotterConverted enumprinters and enumprinterkey rpc to ndr...
2003-01-10 Tim PotterConvert enumprinterdataex rpc to ndr format calls.
2002-12-13 Tim PotterMore conversions to NDR routines. This commit does...
2002-12-13 Tim PotterGuy has pointed out that this dissection looks wrong...
2002-12-12 Guy HarrisWhen dissecting a buffer, use the tvbuff for the buffer...
2002-12-04 Tim PotterDecode getprinter level 7.
2002-11-28 Guy HarrisGet rid of the "pdata" argument to "dissect_dcerpc_uint...
2002-11-28 Guy HarrisMake the pointer passed by reference as the last argume...
2002-11-23 Guy HarrisMake "dissect_spoolss_uint16uni()" take an extra argume...
2002-11-19 Tim PotterSome more spoolss ndr conversions. OpenPrinterEx now...
2002-11-19 Tim PotterFix dissection of printer info levels 0-3 which has...
2002-11-11 Tim PotterConvert getprinter info 0, 1, 2, 3 to dissect_ndr routi...
2002-11-08 Guy HarrisEliminate a compiler warning, and handle overflows.
2002-11-08 Richard SharpeMore patches from Jim McDonough
2002-11-08 Richard SharpeAnother patch from Jim McDonough.
2002-11-07 Richard SharpeSome more SPOOLSS stuff from Jim McDonough.
2002-08-29 Guy HarrisFrom Ulf Lamping: change some #define names to avoid...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-27 Tim PotterDissect flags field for enumprinters rpc.
2002-08-22 Guy HarrisFix the type of "spoolss_specific_rights()" to match...
2002-08-22 Tim PotterSome cleanups and fixes from Guy:
2002-08-21 Tim PotterCall dissect_nt_access_mask() instead of dissect_ndr_ui...
2002-07-10 Tim PotterReordered some boolean fields to be consistent with...
2002-07-09 Tim PotterConverted form related dissectors from prs_* routines...
2002-06-28 Tim PotterCleaned up NT policy handle hashing a bit. Split the...
2002-06-27 Tim PotterAdded some more dissection of rffpcnex flags.
2002-06-25 Tim PotterFixed typo in text name and added dissector for RouterR...
2002-06-24 Tim PotterAdded value_string array for setprinter level 0 command.
2002-06-24 Tim PotterChange each DCERPC dissector to pass in a hf value...
2002-06-21 Tim PotterWarning cleanup.
2002-06-17 Tim PotterAdded true_false_string for job status codes.
2002-06-17 Tim PotterAdded value_string for printer status values.
2002-06-07 Tim PotterFixed another bug in RRPCN.
2002-06-07 Tim PotterA printer port name is a notification string, not a...
2002-06-06 Tim PotterDissect spoolss FCPN. Not sure what it stands for.
2002-06-06 Tim PotterImplemented ReplyClosePrinter().
2002-06-05 Tim PotterImplemented RRPCN (RemotePrinterChangeNotification).
2002-06-05 Tim PotterConverted all reply functions to use dissect_doserror...
2002-05-20 Tim PotterImplemented getprinterdriver2, levels 1 and 3.
2002-05-20 Tim PotterSome miscellaneous updates:
2002-05-13 Tim PotterAdded subdissectors for StartDocPrinter and EndDocPrint...
2002-05-11 Guy HarrisIn "dissect_nt_policy_hnd()":
2002-05-10 Tim PotterAdd printer name to COL_INFO for ClosePrinter request.
2002-05-04 Guy HarrisFrom Joerg Mayer: mark unused arguments as such.
2002-05-01 Guy HarrisAdd a "remove an argument" change, from Joerg Mayer...
2002-05-01 Tim PotterStart of support for setprinter calls. Currently on...
2002-04-30 Guy HarrisFrom Joerg Mayer: get rid of unused "pinfo" argument to
2002-04-30 Tim PotterUse the string in the DCERPC sub-dissector array instea...
2002-04-29 Guy HarrisRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-24 Tim PotterPass the correct len field to dissect_nt_sec_desc(...
2002-04-22 Guy HarrisFrame numbers are unsigned, and 0 is not a valid frame...
2002-04-22 Guy HarrisCorrectly dissect LSA security descriptors, at least...
2002-04-18 Guy HarrisAdd a "proto_register_dcerpc_smb()" which registers...
2002-04-09 Tim PotterDecode FORM_1 and FORM_REL flag values as value_strings.
2002-04-08 Tim PotterA devicemode contains a uint32 at the start which repre...
2002-04-05 Tim PotterDecode some bits of the PRINTER_INFO_2 structure that...
2002-04-04 Guy HarrisInclude "packet-smb-common.h" to get the declaration of
2002-04-03 Tim PotterDecode PRINTER_INFO_1 and PRINTER_INFO_3 structures.
2002-03-26 Tim PotterUse dcerpc_call_value structure to fetch request/respon...
2002-03-26 Tim PotterAdded dissectors for get/set/delete form.
2002-03-25 Tim PotterSome refactoring of the spoolss dissector:
2002-03-25 Tim PotterAdded a generic reply handler for unimplemented spoolss...
2002-03-22 Guy HarrisAdd a cleanup function to close a potential memory...
2002-03-20 Guy HarrisThe length argument to "fake_unicode()" is in character...
2002-03-19 Guy HarrisThere is no guarantee that a buffer obtained using...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-07 Guy HarrisUpdates from Tim Potter.
2002-01-03 Guy HarrisSPOOLSS RPC dissector, from Tim Potter. This includes...
2001-11-21 Guy HarrisRename the "packet-msrpc-XXX.[ch]" files to "packet...