aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-srvsvc.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-19char *drep -> guint8 *drepJörg Mayer1-248/+248
2003-11-21From Eric Wedel: fix dissection of NetServerDiskEnum reply.Guy Harris1-1/+12
2003-11-20#if 0-out some no-longer-used routines.Guy Harris1-6/+12
2003-11-20Clean up some IDL and remove some structures that Windows of all flavorsRichard Sharpe1-16/+31
2003-09-27From Jean-Baptiste Marchand: add names of DFS-related operations inGuy Harris1-8/+30
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-49/+10
2003-06-05In the policy handle hashing, handle more than one policy handle havingGuy Harris1-4/+4
2003-05-15Move the value_string of platform ID values to "packet-dcerpc-nt.c", andGuy Harris1-13/+1
2003-04-27Not all strings in MS interfaces are unicode.Ronnie Sahlberg1-4/+4
2003-04-26Finish the dissection of what we know here. My, Ronnie has made this easy.Richard Sharpe1-2/+5
2003-02-17Dissect the server type bitfield in NetServerGetInfo for SERVER_INFO_101Tim Potter1-12/+6
2003-02-07Rename "dissect_ndr_char_string()" and "dissect_ndr_wchar_string()" toGuy Harris1-4/+4
2003-02-07Rename "dissect_ndr_char_array" and "disect_ndr_wchar_array" toGuy Harris1-4/+4
2003-02-03Convert to new DCERPC string handling functions. There are still someTim Potter1-6/+12
2003-01-31Top-level share entries are now decorated with the share name; put aGuy Harris1-3/+3
2003-01-30Generalize "cb_str_postprocess()" to allow the string to be appended toGuy Harris1-140/+140
2003-01-30Factor out srvsvc_dissect_pointer_UNICODE_STRING() and replace it withTim Potter1-418/+253
2003-01-28Convert dissector to callback based version of dissect_ndr_pointer().Tim Potter1-571/+332
2003-01-11Convert some incidental prs_* calls to dissect_dcerpc_*Tim Potter1-39/+7
2002-09-05The error codes returned by srvsvc rpcs are actually DOS error codes, not NT ...Tim Potter1-45/+45
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-943/+943
2002-08-21Added a few new infromation levels for the share structs basedRonnie Sahlberg1-1/+294
2002-06-24Put in a note about the result of a SRVSVC NetRemoteTOD call.Guy Harris1-1/+13
2002-06-24Whoops - compile fix for opnum value_string stuff.Tim Potter1-1/+48
2002-06-24Change each DCERPC dissector to pass in a hf value on initialisationTim Potter1-3/+6
2002-06-23Added last remaining reply dissectors for this interface.Ronnie Sahlberg1-29/+184
2002-06-23Added some more reply dissectorsRonnie Sahlberg1-72/+535
2002-06-22Note the routine that can dissect server type flags.Guy Harris1-3/+4
2002-06-22Added some more reply packet dissectors.Ronnie Sahlberg1-47/+289
2002-06-22Added some reply dissectors.Ronnie Sahlberg1-15/+69
2002-06-21Added my name at the top of the fileRonnie Sahlberg1-1/+3
2002-06-21Added request dissection of functions NetrShareEnumSticky, NetrShareDelStart,...Ronnie Sahlberg1-8/+265
2002-06-21Added dissection of the requests to functions NetrRemoteTOD, NetrServerSetSer...Ronnie Sahlberg1-51/+320
2002-06-21Added dissection of the requests to functions NetrServerDiskEnum, NetrServerS...Ronnie Sahlberg1-6/+516
2002-06-20Added dissection of SERVER_INFO union and rewrote functions NetrServerGetInfo...Ronnie Sahlberg1-85/+2058
2002-06-20Some infolevels for SERVER_INFO_UNIONRonnie Sahlberg1-81/+535
2002-06-19Added dissection of the request packets for the functions NetrShareSetInfo, N...Ronnie Sahlberg1-6/+138
2002-06-19Added/Rewrote dissection of NetrShareEnum NetrShareGetInfoRonnie Sahlberg1-369/+376
2002-06-18Added dissection of the request to NetrShareAddRonnie Sahlberg1-38/+330
2002-06-18Added dissection of the request packets for NetrSessionEnum and NetrSessionDe...Ronnie Sahlberg1-3/+531
2002-06-17Added dissectors for the request packets of functions NetrConnectionEnum, Net...Ronnie Sahlberg1-5/+554
2002-06-17Added dissection of the requests to functions NetrCharDevQGetInfo, NetrCharDe...Ronnie Sahlberg1-11/+207
2002-06-16Forgot again to remove test changes. Must update my testscripts so I dont nee...Ronnie Sahlberg1-2/+2
2002-06-16Added dissectors for the requests for functions NetrCharDevGetInfo, NetrCharD...Ronnie Sahlberg1-12/+308
2002-06-16Forgot to remove one change only used for local testing from last checkinRonnie Sahlberg1-3/+2
2002-06-16Added dissection of the request for NetrCharDevEnum function.Ronnie Sahlberg1-17/+253
2002-06-16Changed one function name that was a duplicate.Ronnie Sahlberg1-2/+2
2002-06-15Added all missing function names.Ronnie Sahlberg1-27/+53
2002-06-08Tweak some of the "levels" arguments to properly decorate the protocolGuy Harris1-5/+8