Set the packet encapsulation value to the file encapsulation.
[obnox/wireshark/wip.git] / packet-dcerpc-svcctl.h
1 /* packet-dcerpc-svcctl.h
2  * Routines for SMB \PIPE\svcctl packet disassembly
3  * Copyright 2003, Tim Potter <tpot@samba.org>
4  *
5  * $Id: packet-dcerpc-svcctl.h,v 1.6 2003/10/02 21:40:22 guy Exp $
6  *
7  * Ethereal - Network traffic analyzer
8  * By Gerald Combs <gerald@ethereal.com>
9  * Copyright 1998 Gerald Combs
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24  */
25
26 #ifndef __PACKET_DCERPC_SVCCTL_H
27 #define __PACKET_DCERPC_SVCCTL_H
28
29 #define SVC_CLOSE_SERVICE_HANDLE                0x00
30 #define SVC_CONTROL_SERVICE                     0x01
31 #define SVC_DELETE_SERVICE                      0x02
32 #define SVC_LOCK_SERVICE_DATABASE               0x03
33 #define SVC_QUERY_SERVICE_OBJECT_SECURITY       0x04
34 #define SVC_SET_SERVICE_OBJECT_SECURITY         0x05
35 #define SVC_QUERY_SERVICE_STATUS                0x06 
36 #define SVC_SET_SERVICE_STATUS                  0x07
37 #define SVC_UNLOCK_SERVICE_DATABASE             0x08
38 #define SVC_NOTIFY_BOOT_CONFIG_STATUS           0x09
39 #define SVC_SC_SET_SERVICE_BITS_W               0x0a
40 #define SVC_CHANGE_SERVICE_CONFIG_W             0x0b
41 #define SVC_CREATE_SERVICE_W                    0x0c
42 #define SVC_ENUM_DEPENDENT_SERVICES_W           0x0d
43 #define SVC_ENUM_SERVICES_STATUS_W              0x0e
44 #define SVC_OPEN_SC_MANAGER_W                   0x0f
45 #define SVC_OPEN_SERVICE_W                      0x10
46 #define SVC_QUERY_SERVICE_CONFIG_W              0x11
47 #define SVC_QUERY_SERVICE_LOCK_STATUS_W         0x12
48 #define SVC_START_SERVICE_W                     0x13
49 #define SVC_GET_SERVICE_DISPLAY_NAME_W          0x14
50 #define SVC_GET_SERVICE_KEY_NAME_W              0x15
51 #define SVC_SC_SET_SERVICE_BITS_A               0x16
52 #define SVC_CHANGE_SERVICE_CONFIG_A             0x17
53 #define SVC_CREATE_SERVICE_A                    0x18
54 #define SVC_ENUM_DEPENDENT_SERVICES_A           0x19
55 #define SVC_ENUM_SERVICES_STATUS_A              0x1a
56 #define SVC_OPEN_SC_MANAGER_A                   0x1b
57 #define SVC_OPEN_SERVICE_A                      0x1c
58 #define SVC_QUERY_SERVICE_CONFIG_A              0x1d
59 #define SVC_QUERY_SERVICE_LOCK_STATUS_A         0x1e
60 #define SVC_START_SERVICE_A                     0x1f
61 #define SVC_GET_SERVICE_DISPLAY_NAME_A          0x20
62 #define SVC_GET_SERVICE_KEY_NAME_A              0x21
63 #define SVC_SC_GET_CURRENT_GROUPE_STATE_W       0x22
64 #define SVC_ENUM_SERVICE_GROUP_W                0x23
65 #define SVC_CHANGE_SERVICE_CONFIG2_A            0x24
66 #define SVC_CHANGE_SERVICE_CONFIG2_W            0x25
67 #define SVC_QUERY_SERVICE_CONFIG2_A             0x26
68 #define SVC_QUERY_SERVICE_CONFIG2_W             0x27
69 #define SVC_QUERY_SERVICE_STATUS_EX             0x28
70 #define SVC_ENUM_SERVICES_STATUS_EX_A           0x29
71 #define SVC_ENUM_SERVICES_STATUS_EX_W           0x2a
72 #define SVC_SC_SEND_TS_MESSAGE                  0x2b
73
74 #endif