aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-svcctl.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-74/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-10-02From Jean-Baptiste Marchand: add/update names for svcctl operations.Guy Harris1-18/+45
svn path=/trunk/; revision=8593
2003-04-27Added decoding of EnumServicesStatus request packetsRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=7578
2003-04-27Added function QueryServiceLockStatusRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=7577
2003-04-27Added decoding of the two functions LockServiceDatabase and ↵Ronnie Sahlberg1-2/+3
UnlockServiceDatabase svn path=/trunk/; revision=7575
2003-04-27Added dissectors for the functions : OpenSCManager and CloseServiceHandleRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=7574
2003-04-26New DCERPC pipe for Windows service control. Implemented only stubs so far.Tim Potter1-0/+44
svn path=/trunk/; revision=7567