Ethereal-dev: [Ethereal-dev] typo patch

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

From: Todd Sabin <tas@xxxxxxxxxxx>
Date: 23 Jul 2001 20:25:10 -0400
diff -u -r1.1 packet-dcerpc-remact.c
--- packet-dcerpc-remact.c	2001/07/11 01:25:44	1.1
+++ packet-dcerpc-remact.c	2001/07/24 00:23:09
@@ -44,7 +44,7 @@
 static gint ett_remact = -1;
 
 
-static e_uuid_t uuid_remact = { 0x4d9f4ab8, 0x7dac, 0x11cf, { 0x86, 0x1e, 0x00, 0x20, 0xaf, 0x6e, 0x7c, 0x57 } };
+static e_uuid_t uuid_remact = { 0x4d9f4ab8, 0x7d1c, 0x11cf, { 0x86, 0x1e, 0x00, 0x20, 0xaf, 0x6e, 0x7c, 0x57 } };
 static guint16  ver_remact = 0;
 

(the 0x7dac should have been 0x7d1c, sorry.)


Todd