summaryrefslogtreecommitdiff
path: root/packet-dcerpc-remact.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-24 00:38:43 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-24 00:38:43 +0000
commitae1213c0b28b0e77fc1d3c9bd151b5e1976c9228 (patch)
tree77a26f3cd708685936efd0c807374985e8e33ecf /packet-dcerpc-remact.c
parentd9a11864cf0862141ab320d229c8c2b04393f6df (diff)
downloadwireshark-ae1213c0b28b0e77fc1d3c9bd151b5e1976c9228.tar.gz
Fix from Todd Sabin.
svn path=/trunk/; revision=3783
Diffstat (limited to 'packet-dcerpc-remact.c')
-rw-r--r--packet-dcerpc-remact.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-remact.c b/packet-dcerpc-remact.c
index 20b2d80f2d..37f0892fbe 100644
--- a/packet-dcerpc-remact.c
+++ b/packet-dcerpc-remact.c
@@ -2,7 +2,7 @@
* Routines for DCOM Remote Activation
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-remact.c,v 1.1 2001/07/11 01:25:44 guy Exp $
+ * $Id: packet-dcerpc-remact.c,v 1.2 2001/07/24 00:38:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -44,7 +44,7 @@ static int proto_remact = -1;
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;