Ethereal-dev: [Ethereal-dev] [packet-dcerpc-oxid.c] Operations names

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

From: Jean-Baptiste Marchand <Jean-Baptiste.Marchand@xxxxxx>
Date: Sun, 12 Oct 2003 14:00:23 +0200
Hello,

the attached patch adds names for operations 4 and 5 of the
IOXIDResolver MSRPC interface. 

Jean-Baptiste Marchand
-- 
Jean-Baptiste.Marchand@xxxxxx
Hervé Schauer Consultants
http://www.hsc.fr/
Index: packet-dcerpc-oxid.c
===================================================================
RCS file: /cvsroot/ethereal/packet-dcerpc-oxid.c,v
retrieving revision 1.8
diff -u -r1.8 packet-dcerpc-oxid.c
--- packet-dcerpc-oxid.c	24 Sep 2003 08:05:50 -0000	1.8
+++ packet-dcerpc-oxid.c	12 Oct 2003 11:55:51 -0000
@@ -156,7 +156,8 @@
 }
 
 static int
-oxid5_dissect_rply(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, char *drep) {
+oxid_server_alive2_dissect_rply(tvbuff_t *tvb, int offset, packet_info *pinfo, 
+				proto_tree *tree, char *drep) {
 	COMVERSION comver;
 	DUALSTRINGARRAY stringarray;
 	STRINGBINDING stringbind;
@@ -230,8 +231,8 @@
     { 1, "SimplePing", NULL, NULL },
     { 2, "ComplexPing", NULL, NULL },
     { 3, "ServerAlive", NULL, NULL },
-    { 4, "Operation #4", NULL, NULL },
-    { 5, "Oxid Operation #5", NULL, oxid5_dissect_rply },
+    { 4, "ResolveOxid2", NULL, NULL },
+    { 5, "ServerAlive2", NULL, oxid_server_alive2_dissect_rply },
     { 0, NULL, NULL, NULL },
 };