aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-wkssvc.h
AgeCommit message (Collapse)AuthorFilesLines
2003-09-27From Jean-Baptiste Marchand: add names of operations in WKSSVC.Guy Harris1-7/+35
svn path=/trunk/; revision=8554
2003-05-01Some more hacking to add NetWkstaTransportEnum recognition and fill inRichard Sharpe1-4/+7
the two holes with unknowns. svn path=/trunk/; revision=7623
2003-04-30This is fun, write a small bit of code in VC++, and I get another oneRichard Sharpe1-1/+2
of the WKSSVC RPCs. Here we have NetWkstaSetInfo, but we don't know the info levels as yet. However, it looks like lmwksta.h has all the info we need. svn path=/trunk/; revision=7617
2003-04-29Confirm a simple theory. Write small VC++ program to call NetWkstaEnumUsersRichard Sharpe1-3/+4
and watch for the RPC to be sent. Grab RPC OpNum from trace, and increase our knowledge of these RPCs. Next to code up the dissectors, and then on to NetWkstaSetInfo etc. MSDN has lots of info ... svn path=/trunk/; revision=7602
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2001-12-16More MSRPC->DCERPC, from Tim Potter.Guy Harris1-3/+3
svn path=/trunk/; revision=4406
2001-12-09"msrpc" -> "dcerpc", and comment cleanups, from Tim Potter.Guy Harris1-4/+4
svn path=/trunk/; revision=4365
2001-11-21Rename the "packet-msrpc-XXX.[ch]" files to "packet-dcerpc-XXX.[ch]", asGuy Harris1-0/+33
per Todd Sabin's suggestion. svn path=/trunk/; revision=4242