Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-dcerpc-pnp.h
1/* packet-dcerpc-pnp.h
2 * Routines for the pnp (Plug and Play) MSRPC interface
3 * Copyright 2005 Jean-Baptiste Marchand <[email protected]>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef __PACKET_DCERPC_PNP_H
13#define __PACKET_DCERPC_PNP_H
14
15/* MSRPC functions available in the pnp interface */
16
17#define PNP_DISCONNECT 0x00
18#define PNP_CONNECT 0x01
19#define PNP_GET_VERSION 0x02
20#define PNP_GET_GLOBAL_STATE 0x03
21#define PNP_INIT_DETECTION 0x04
22#define PNP_REPORT_LOGON 0x05
23#define PNP_VALIDATE_DEVICE_INSTANCE 0x06
24#define PNP_GET_ROOT_DEVICE_INSTANCE 0x07
25#define PNP_GET_RELATED_DEVICE_INSTANCE 0x08
26#define PNP_ENUMERATE_SUB_KEYS 0x09
27#define PNP_GET_DEVICE_LIST 0x0a
28#define PNP_GET_DEVICE_LIST_SIZE 0x0b
29#define PNP_GET_DEPTH 0x0c
30#define PNP_GET_DEVICE_REG_PROP 0x0d
31#define PNP_SET_DEVICE_REG_PROP 0x0e
32#define PNP_GET_CLASS_INSTANCE 0x0f
33#define PNP_CREATE_KEY 0x10
34#define PNP_DELETE_REGISTRY_KEY 0x11
35#define PNP_GET_CLASS_COUNT 0x12
36#define PNP_GET_CLASS_NAME 0x13
37#define PNP_DELETE_CLASS_KEY 0x14
38#define PNP_GET_INTERFACE_DEVICE_ALIAS 0x15
39#define PNP_GET_INTERFACE_DEVICE_LIST 0x16
40#define PNP_GET_INTERFACE_DEVICE_LIST_SIZE 0x17
41#define PNP_REGISTER_DEVICE_CLASS_ASSOCIATION 0x18
42#define PNP_UNREGISTER_DEVICE_CLASS_ASSOCIATION 0x19
43#define PNP_GET_CLASS_REG_PROP 0x1a
44#define PNP_SET_CLASS_REG_PROP 0x1b
45#define PNP_CREATE_DEV_INST 0x1c
46#define PNP_DEVICE_INSTANCE_ACTION 0x1d
47#define PNP_GET_DEVICE_STATUS 0x1e
48#define PNP_SET_DEVICE_PROBLEM 0x1f
49#define PNP_DISABLE_DEV_INST 0x20
50#define PNP_UNINSTALL_DEV_INST 0x21
51#define PNP_ADD_ID 0x22
52#define PNP_REGISTER_DRIVER 0x23
53#define PNP_QUERY_REMOVE 0x24
54#define PNP_REQUEST_DEVICE_EJECT 0x25
55#define PNP_IS_DOCKSTATION_PRESENT 0x26
56#define PNP_REQUEST_EJECT_PC 0x27
57#define PNP_HW_PROT_FLAGS 0x28
58#define PNP_GET_HW_PROT_INFO 0x29
59#define PNP_ADD_EMPTY_LOG_CONF 0x2a
60#define PNP_FREE_LOG_CONF 0x2b
61#define PNP_GET_FIRST_LOG_CONF 0x2c
62#define PNP_GET_NEXT_LOG_CONF 0x2d
63#define PNP_GET_LOG_CONF_PRIORITY 0x2e
64#define PNP_ADD_RES_DES 0x2f
65#define PNP_FREE_RES_DES 0x30
66#define PNP_GET_NEXT_RES_DES 0x31
67#define PNP_GET_RES_DES_DATA 0x32
68#define PNP_GET_RES_DES_DATA_SIZE 0x33
69#define PNP_MODIFY_RES_DES 0x34
70#define PNP_DETECT_RESOURCE_CONFLICT 0x35
71#define PNP_QUERY_RES_CONFLICT 0x36
72#define PNP_SET_HW_PROF 0x37
73#define PNP_QUERY_ARBITRATOR_FREE_DATA 0x38
74#define PNP_QUERY_ARBITRATOR_FREE_SIZE 0x39
75#define PNP_RUN_DETECTION 0x3a
76#define PNP_REGISTER_NOTIFICATION 0x3b
77#define PNP_UNREGISTER_NOTIFICATION 0x3c
78#define PNP_GET_CUSTOM_DEV_PROP 0x3d
79#define PNP_GET_VERSION_INTERNAL 0x3e
80#define PNP_GET_BLOCKED_DRIVER_INFO 0x3f
81#define PNP_GET_SERVER_SIDE_DEV_INSTALL_FLAGS 0x40
82#define PNP_GET_OBJECT_PROP_KEYS 0x41
83#define PNP_GET_OBJECT_PROP 0x42
84#define PNP_SET_OBJECT_PROP 0x43
85#define PNP_INSTALL_DEV_INST 0x44
86#define PNP_APPLY_POWER_SETTINGS 0x45
87#define PNP_DRIVER_STORE_ADD_DRV_PKG 0x46
88#define PNP_DRIVER_STORE_DEL_DRV_PKG 0x47
89#define PNP_REGISTER_SRV_NOTIFICATION 0x48
90#define PNP_SET_ACTIVE_SRV 0x49
91#define PNP_DELETE_SERVICE_DEVICES 0x4a
92
93#endif /* packet-dcerpc-pnp.h */