aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-pnp.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-05 03:11:13 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-05 03:11:13 +0000
commit9a83b7243474563c04f4190da63c47dfbeff9a84 (patch)
tree9b8a3ddebfda6d8bd007a201d2aa1927264b4aa6 /epan/dissectors/packet-dcerpc-pnp.c
parenta78cae813fc2f8a904d7d65c0761c445d0bfcdcf (diff)
from JBM
some more functions names of new procedures in Vista git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17158 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-dcerpc-pnp.c')
-rw-r--r--epan/dissectors/packet-dcerpc-pnp.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-pnp.c b/epan/dissectors/packet-dcerpc-pnp.c
index 1c948298ef..805291ef98 100644
--- a/epan/dissectors/packet-dcerpc-pnp.c
+++ b/epan/dissectors/packet-dcerpc-pnp.c
@@ -41,7 +41,7 @@ static gint ett_dcerpc_pnp = -1;
/*
* The pnp MSRPC interface is typically reached using the ncacn_np transport
- * and the \pipe\ntsvcs named pipe as endpoint.
+ * and \pipe\ntsvcs or \pipe\plugplay named pipes as endpoint.
*/
static e_uuid_t uuid_dcerpc_pnp = {
@@ -167,6 +167,26 @@ static dcerpc_sub_dissector dcerpc_pnp_dissectors[] = {
"PNP_GetBlockedDriverInfo", NULL, NULL },
{ PNP_GET_SERVER_SIDE_DEV_INSTALL_FLAGS,
"PNP_GetServerSideDeviceInstallFlags", NULL, NULL },
+ { PNP_GET_OBJECT_PROP_KEYS,
+ "PNP_GetObjectPropKeys", NULL, NULL },
+ { PNP_GET_OBJECT_PROP,
+ "PNP_GetObjectProp", NULL, NULL },
+ { PNP_SET_OBJECT_PROP,
+ "PNP_SetObjectProp", NULL, NULL },
+ { PNP_INSTALL_DEV_INST,
+ "PNP_InstallDevInst", NULL, NULL },
+ { PNP_APPLY_POWER_SETTINGS,
+ "PNP_ApplyPowerSettings", NULL, NULL },
+ { PNP_DRIVER_STORE_ADD_DRV_PKG,
+ "PNP_DriverStoreAddDriverPackage", NULL, NULL },
+ { PNP_DRIVER_STORE_DEL_DRV_PKG,
+ "PNP_DriverStoreDeleteDriverPackage", NULL, NULL },
+ { PNP_REGISTER_SRV_NOTIFICATION,
+ "PNP_RegisterServiceNotification", NULL, NULL },
+ { PNP_SET_ACTIVE_SRV,
+ "PNP_SetActiveService", NULL, NULL },
+ { PNP_DELETE_SERVICE_DEVICES,
+ "PNP_DeleteServiceDevices", NULL, NULL },
{ 0, NULL, NULL, NULL }
};