aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-srvsvc.c
Commit message (Expand)AuthorAgeFilesLines
* In the policy handle hashing, handle more than one policy handle havingGuy Harris2003-06-051-4/+4
* Move the value_string of platform ID values to "packet-dcerpc-nt.c", andGuy Harris2003-05-151-13/+1
* Not all strings in MS interfaces are unicode.Ronnie Sahlberg2003-04-271-4/+4
* Finish the dissection of what we know here. My, Ronnie has made this easy.Richard Sharpe2003-04-261-2/+5
* Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101Tim Potter2003-02-171-12/+6
* Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris2003-02-071-4/+4
* Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris2003-02-071-4/+4
* Convert to new DCERPC string handling functions. There are still someTim Potter2003-02-031-6/+12
* Top-level share entries are now decorated with the share name; put aGuy Harris2003-01-311-3/+3
* Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris2003-01-301-140/+140
* Factor out srvsvc_dissect_pointer_UNICODE_STRING() and replace it withTim Potter2003-01-301-418/+253
* Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter2003-01-281-571/+332
* Convert some incidental prs_* calls to dissect_dcerpc_*Tim Potter2003-01-111-39/+7
* The error codes returned by srvsvc rpcs are actually DOS error codes, not NT ...Tim Potter2002-09-051-45/+45
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-943/+943
* Added a few new infromation levels for the share structs basedRonnie Sahlberg2002-08-211-1/+294
* Put in a note about the result of a SRVSVC NetRemoteTOD call.Guy Harris2002-06-241-1/+13
* Whoops - compile fix for opnum value_string stuff.Tim Potter2002-06-241-1/+48
* Change each DCERPC dissector to pass in a hf value on initialisationTim Potter2002-06-241-3/+6
* Added last remaining reply dissectors for this interface.Ronnie Sahlberg2002-06-231-29/+184
* Added some more reply dissectorsRonnie Sahlberg2002-06-231-72/+535
* Note the routine that can dissect server type flags.Guy Harris2002-06-221-3/+4
* Added some more reply packet dissectors.Ronnie Sahlberg2002-06-221-47/+289
* Added some reply dissectors.Ronnie Sahlberg2002-06-221-15/+69
* Added my name at the top of the fileRonnie Sahlberg2002-06-211-1/+3
* Added request dissection of functions NetrShareEnumSticky, NetrShareDelStart,...Ronnie Sahlberg2002-06-211-8/+265
* Added dissection of the requests to functions NetrRemoteTOD, NetrServerSetSer...Ronnie Sahlberg2002-06-211-51/+320
* Added dissection of the requests to functions NetrServerDiskEnum, NetrServerS...Ronnie Sahlberg2002-06-211-6/+516
* Added dissection of SERVER_INFO union and rewrote functions NetrServerGetInfo...Ronnie Sahlberg2002-06-201-85/+2058
* Some infolevels for SERVER_INFO_UNIONRonnie Sahlberg2002-06-201-81/+535
* Added dissection of the request packets for the functions NetrShareSetInfo, N...Ronnie Sahlberg2002-06-191-6/+138
* Added/Rewrote dissection of NetrShareEnum NetrShareGetInfoRonnie Sahlberg2002-06-191-369/+376
* Added dissection of the request to NetrShareAddRonnie Sahlberg2002-06-181-38/+330
* Added dissection of the request packets for NetrSessionEnum and NetrSessionDe...Ronnie Sahlberg2002-06-181-3/+531
* Added dissectors for the request packets of functions NetrConnectionEnum, Net...Ronnie Sahlberg2002-06-171-5/+554
* Added dissection of the requests to functions NetrCharDevQGetInfo, NetrCharDe...Ronnie Sahlberg2002-06-171-11/+207
* Forgot again to remove test changes. Must update my testscripts so I dont nee...Ronnie Sahlberg2002-06-161-2/+2
* Added dissectors for the requests for functions NetrCharDevGetInfo, NetrCharD...Ronnie Sahlberg2002-06-161-12/+308
* Forgot to remove one change only used for local testing from last checkinRonnie Sahlberg2002-06-161-3/+2
* Added dissection of the request for NetrCharDevEnum function.Ronnie Sahlberg2002-06-161-17/+253
* Changed one function name that was a duplicate.Ronnie Sahlberg2002-06-161-2/+2
* Added all missing function names.Ronnie Sahlberg2002-06-151-27/+53
* Tweak some of the "levels" arguments to properly decorate the protocolGuy Harris2002-06-081-5/+8
* Updates to netshareenumall to correctly decode reply packetsRonnie Sahlberg2002-06-071-151/+321
* Removed some trailing commas from various DCERPC dissectors.Tim Potter2002-05-311-4/+4
* Removed debugging fprintf calls.Tim Potter2002-05-301-8/+1
* Changed toplevel REF pointer dissection to create a subtree. Not creating a s...Ronnie Sahlberg2002-05-271-13/+6
* Account for hidden share types in share_types.Richard Sharpe2002-05-271-33/+119
* Remove XXX comments for issues that were dealt with.Guy Harris2002-05-251-3/+1
* Fix up some of the decodes and add netshareenum_all rqst.Richard Sharpe2002-05-241-8/+109