Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Small patch to packet-dcerpc-sysact.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Yaniv Kaul <ykaul@xxxxxxxxxxxx>
Date: Tue, 28 Sep 2004 18:11:59 +0200
Names few more interface calls
Index: packet-dcerpc-sysact.c
===================================================================
--- packet-dcerpc-sysact.c	(revision 12120)
+++ packet-dcerpc-sysact.c	(working copy)
@@ -45,7 +45,11 @@
 static guint16  ver_ISystemActivator = 0;
 
 static dcerpc_sub_dissector ISystemActivator_dissectors[] = {
-    { 0, "RemQueryInterface2", NULL, NULL },
+    { 0, "QueryInterfaceIRemoteSCMActivator", NULL, NULL },
+    { 1, "AddRefIRemoteISCMActivator", NULL, NULL },
+    { 2, "ReleaseIRemoteISCMActivator", NULL, NULL },
+    { 3, "RemoteGetClassObject", NULL, NULL },
+    { 4, "RemoteCreateInstance", NULL, NULL },
     { 0, NULL, NULL, NULL },
 };