| Commit message (Expand) | Author | Age | Files | Lines |
* | In the policy handle hashing, handle more than one policy handle having | Guy Harris | 2003-06-05 | 1 | -4/+4 |
* | Move the value_string of platform ID values to "packet-dcerpc-nt.c", and | Guy Harris | 2003-05-15 | 1 | -13/+1 |
* | Not all strings in MS interfaces are unicode. | Ronnie Sahlberg | 2003-04-27 | 1 | -4/+4 |
* | Finish the dissection of what we know here. My, Ronnie has made this easy. | Richard Sharpe | 2003-04-26 | 1 | -2/+5 |
* | Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101 | Tim Potter | 2003-02-17 | 1 | -12/+6 |
* | Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" to | Guy Harris | 2003-02-07 | 1 | -4/+4 |
* | Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" to | Guy Harris | 2003-02-07 | 1 | -4/+4 |
* | Convert to new DCERPC string handling functions. There are still some | Tim Potter | 2003-02-03 | 1 | -6/+12 |
* | Top-level share entries are now decorated with the share name; put a | Guy Harris | 2003-01-31 | 1 | -3/+3 |
* | Generalize "cb_str_postprocess()" to allow the string to be appended to | Guy Harris | 2003-01-30 | 1 | -140/+140 |
* | Factor out srvsvc_dissect_pointer_UNICODE_STRING() and replace it with | Tim Potter | 2003-01-30 | 1 | -418/+253 |
* | Convert dissector to callback based version of dissect_ndr_pointer(). | Tim Potter | 2003-01-28 | 1 | -571/+332 |
* | Convert some incidental prs_* calls to dissect_dcerpc_* | Tim Potter | 2003-01-11 | 1 | -39/+7 |
* | The error codes returned by srvsvc rpcs are actually DOS error codes, not NT ... | Tim Potter | 2002-09-05 | 1 | -45/+45 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -943/+943 |
* | Added a few new infromation levels for the share structs based | Ronnie Sahlberg | 2002-08-21 | 1 | -1/+294 |
* | Put in a note about the result of a SRVSVC NetRemoteTOD call. | Guy Harris | 2002-06-24 | 1 | -1/+13 |
* | Whoops - compile fix for opnum value_string stuff. | Tim Potter | 2002-06-24 | 1 | -1/+48 |
* | Change each DCERPC dissector to pass in a hf value on initialisation | Tim Potter | 2002-06-24 | 1 | -3/+6 |
* | Added last remaining reply dissectors for this interface. | Ronnie Sahlberg | 2002-06-23 | 1 | -29/+184 |
* | Added some more reply dissectors | Ronnie Sahlberg | 2002-06-23 | 1 | -72/+535 |
* | Note the routine that can dissect server type flags. | Guy Harris | 2002-06-22 | 1 | -3/+4 |
* | Added some more reply packet dissectors. | Ronnie Sahlberg | 2002-06-22 | 1 | -47/+289 |
* | Added some reply dissectors. | Ronnie Sahlberg | 2002-06-22 | 1 | -15/+69 |
* | Added my name at the top of the file | Ronnie Sahlberg | 2002-06-21 | 1 | -1/+3 |
* | Added request dissection of functions NetrShareEnumSticky, NetrShareDelStart,... | Ronnie Sahlberg | 2002-06-21 | 1 | -8/+265 |
* | Added dissection of the requests to functions NetrRemoteTOD, NetrServerSetSer... | Ronnie Sahlberg | 2002-06-21 | 1 | -51/+320 |
* | Added dissection of the requests to functions NetrServerDiskEnum, NetrServerS... | Ronnie Sahlberg | 2002-06-21 | 1 | -6/+516 |
* | Added dissection of SERVER_INFO union and rewrote functions NetrServerGetInfo... | Ronnie Sahlberg | 2002-06-20 | 1 | -85/+2058 |
* | Some infolevels for SERVER_INFO_UNION | Ronnie Sahlberg | 2002-06-20 | 1 | -81/+535 |
* | Added dissection of the request packets for the functions NetrShareSetInfo, N... | Ronnie Sahlberg | 2002-06-19 | 1 | -6/+138 |
* | Added/Rewrote dissection of NetrShareEnum NetrShareGetInfo | Ronnie Sahlberg | 2002-06-19 | 1 | -369/+376 |
* | Added dissection of the request to NetrShareAdd | Ronnie Sahlberg | 2002-06-18 | 1 | -38/+330 |
* | Added dissection of the request packets for NetrSessionEnum and NetrSessionDe... | Ronnie Sahlberg | 2002-06-18 | 1 | -3/+531 |
* | Added dissectors for the request packets of functions NetrConnectionEnum, Net... | Ronnie Sahlberg | 2002-06-17 | 1 | -5/+554 |
* | Added dissection of the requests to functions NetrCharDevQGetInfo, NetrCharDe... | Ronnie Sahlberg | 2002-06-17 | 1 | -11/+207 |
* | Forgot again to remove test changes. Must update my testscripts so I dont nee... | Ronnie Sahlberg | 2002-06-16 | 1 | -2/+2 |
* | Added dissectors for the requests for functions NetrCharDevGetInfo, NetrCharD... | Ronnie Sahlberg | 2002-06-16 | 1 | -12/+308 |
* | Forgot to remove one change only used for local testing from last checkin | Ronnie Sahlberg | 2002-06-16 | 1 | -3/+2 |
* | Added dissection of the request for NetrCharDevEnum function. | Ronnie Sahlberg | 2002-06-16 | 1 | -17/+253 |
* | Changed one function name that was a duplicate. | Ronnie Sahlberg | 2002-06-16 | 1 | -2/+2 |
* | Added all missing function names. | Ronnie Sahlberg | 2002-06-15 | 1 | -27/+53 |
* | Tweak some of the "levels" arguments to properly decorate the protocol | Guy Harris | 2002-06-08 | 1 | -5/+8 |
* | Updates to netshareenumall to correctly decode reply packets | Ronnie Sahlberg | 2002-06-07 | 1 | -151/+321 |
* | Removed some trailing commas from various DCERPC dissectors. | Tim Potter | 2002-05-31 | 1 | -4/+4 |
* | Removed debugging fprintf calls. | Tim Potter | 2002-05-30 | 1 | -8/+1 |
* | Changed toplevel REF pointer dissection to create a subtree. Not creating a s... | Ronnie Sahlberg | 2002-05-27 | 1 | -13/+6 |
* | Account for hidden share types in share_types. | Richard Sharpe | 2002-05-27 | 1 | -33/+119 |
* | Remove XXX comments for issues that were dealt with. | Guy Harris | 2002-05-25 | 1 | -3/+1 |
* | Fix up some of the decodes and add netshareenum_all rqst. | Richard Sharpe | 2002-05-24 | 1 | -8/+109 |