| Commit message (Expand) | Author | Age | Files | Lines |
* | When dissecting a SYSTEM_TIME, include the milliseconds in the top-level | Guy Harris | 2003-04-15 | 1 | -5/+6 |
* | Some COL_INFO goodies for SpoolssWritePrinter. | Tim Potter | 2003-04-10 | 1 | -2/+11 |
* | When dissecting specific rights, pass a name string down so the | Tim Potter | 2003-04-03 | 1 | -6/+7 |
* | Don't append text in cb_notify_str_postprocess() if text is the empty string. | Tim Potter | 2003-02-25 | 1 | -40/+67 |
* | Change SPOOLSS policy handle string names to be consistent with | Tim Potter | 2003-02-24 | 1 | -3/+3 |
* | Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff, | Guy Harris | 2003-02-24 | 1 | -6/+6 |
* | More cleanups - nearly done! | Tim Potter | 2003-02-14 | 1 | -1040/+986 |
* | More cleanups. | Tim Potter | 2003-02-11 | 1 | -434/+507 |
* | Deleted dissect_unistr2() function - call dissect_ndr_cvstring() instead. | Tim Potter | 2003-02-10 | 1 | -493/+692 |
* | Cleanup of printer forms dissection: | Tim Potter | 2003-02-10 | 1 | -151/+154 |
* | Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to | Guy Harris | 2003-02-07 | 1 | -3/+3 |
* | Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" to | Guy Harris | 2003-02-07 | 1 | -2/+2 |
* | Fix a typo in the multiple-include protection in "packet-dcerpc-nt.h". | Guy Harris | 2003-02-07 | 1 | -20/+4 |
* | Fix callers to dissect_nt_sec_desc() to use new function interface. | Tim Potter | 2003-02-07 | 1 | -7/+12 |
* | Cleaned up print job filterable fields. | Tim Potter | 2003-02-05 | 1 | -213/+370 |
* | Deleted RPC request/response proto items from the spoolss dissector as | Tim Potter | 2003-02-05 | 1 | -449/+1 |
* | Fixed bug in dissect_printerdata_data() | Tim Potter | 2003-02-05 | 1 | -7/+9 |
* | Convert to new DCERPC string handling functions. There are still some | Tim Potter | 2003-02-03 | 1 | -2/+2 |
* | Fixed memory leak in dissect_unistr2(). | Tim Potter | 2003-01-30 | 1 | -14/+12 |
* | Generalize "cb_str_postprocess()" to allow the string to be appended to | Guy Harris | 2003-01-30 | 1 | -14/+14 |
* | Clean up the handling of null buffers in getprinter, getform, | Tim Potter | 2003-01-30 | 1 | -99/+93 |
* | Cleanup of filterable fields for printer data and devicemodes. | Tim Potter | 2003-01-28 | 1 | -374/+860 |
* | Convert dissector to callback based version of dissect_ndr_pointer(). | Tim Potter | 2003-01-28 | 1 | -94/+68 |
* | Change name of proto item for UINT16UNI. | Tim Potter | 2003-01-16 | 1 | -5/+5 |
* | Finish converting remaining RPCs to ndr routines. | Tim Potter | 2003-01-11 | 1 | -358/+125 |
* | Converted some more RPCs to ndr routines. | Tim Potter | 2003-01-11 | 1 | -240/+22 |
* | Converted enumprinters and enumprinterkey rpc to ndr routines. | Tim Potter | 2003-01-10 | 1 | -20/+34 |
* | Convert enumprinterdataex rpc to ndr format calls. | Tim Potter | 2003-01-10 | 1 | -43/+177 |
* | More conversions to NDR routines. This commit does most of the printerdata | Tim Potter | 2002-12-13 | 1 | -36/+53 |
* | Guy has pointed out that this dissection looks wrong. In the ethereal | Tim Potter | 2002-12-13 | 1 | -1/+6 |
* | When dissecting a buffer, use the tvbuff for the buffer, as the offset | Guy Harris | 2002-12-12 | 1 | -22/+22 |
* | Decode getprinter level 7. | Tim Potter | 2002-12-04 | 1 | -1/+51 |
* | Get rid of the "pdata" argument to "dissect_dcerpc_uint16s()" and | Guy Harris | 2002-11-28 | 1 | -3/+3 |
* | Make the pointer passed by reference as the last argument of | Guy Harris | 2002-11-28 | 1 | -2/+2 |
* | Make "dissect_spoolss_uint16uni()" take an extra argument giving the | Guy Harris | 2002-11-23 | 1 | -7/+23 |
* | Some more spoolss ndr conversions. OpenPrinterEx now decodes it's | Tim Potter | 2002-11-19 | 1 | -109/+254 |
* | Fix dissection of printer info levels 0-3 which has been broken for a | Tim Potter | 2002-11-19 | 1 | -73/+405 |
* | Convert getprinter info 0, 1, 2, 3 to dissect_ndr routines. Hooray! | Tim Potter | 2002-11-11 | 1 | -262/+891 |
* | Eliminate a compiler warning, and handle overflows. | Guy Harris | 2002-11-08 | 1 | -4/+13 |
* | More patches from Jim McDonough | Richard Sharpe | 2002-11-08 | 1 | -2/+133 |
* | Another patch from Jim McDonough. | Richard Sharpe | 2002-11-08 | 1 | -24/+26 |
* | Some more SPOOLSS stuff from Jim McDonough. | Richard Sharpe | 2002-11-07 | 1 | -3/+99 |
* | From Ulf Lamping: change some #define names to avoid name collisions on | Guy Harris | 2002-08-29 | 1 | -34/+34 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -736/+736 |
* | Dissect flags field for enumprinters rpc. | Tim Potter | 2002-08-27 | 1 | -5/+89 |
* | Fix the type of "spoolss_specific_rights()" to match the curent | Guy Harris | 2002-08-22 | 1 | -4/+2 |
* | Some cleanups and fixes from Guy: | Tim Potter | 2002-08-22 | 1 | -4/+2 |
* | Call dissect_nt_access_mask() instead of dissect_ndr_uint32() | Tim Potter | 2002-08-21 | 1 | -6/+76 |
* | Reordered some boolean fields to be consistent with the rest of ethereal. | Tim Potter | 2002-07-10 | 1 | -47/+49 |
* | Converted form related dissectors from prs_* routines to dissect_ndr_* | Tim Potter | 2002-07-09 | 1 | -165/+327 |