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