aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-remunkn.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-05-24 20:01:08 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-05-24 20:01:08 +0000
commitd35789c6c7baebe4fe07b11221891fa23b1bd02f (patch)
tree13b43d0c8245e789185d7aed53bfe088ecbb687c /epan/dissectors/packet-dcom-remunkn.c
parent5fd2ecb1d5bbe18fe05a3c50361ea8d59e52c81c (diff)
fix IRemUnknown2 UUID
svn path=/trunk/; revision=14429
Diffstat (limited to 'epan/dissectors/packet-dcom-remunkn.c')
-rw-r--r--epan/dissectors/packet-dcom-remunkn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcom-remunkn.c b/epan/dissectors/packet-dcom-remunkn.c
index 3e5d8cf87d..51c34ae8cf 100644
--- a/epan/dissectors/packet-dcom-remunkn.c
+++ b/epan/dissectors/packet-dcom-remunkn.c
@@ -68,10 +68,10 @@ static int proto_remunk = -1;
/* DCOM documentation tells us: 0x00000142 (7 methods) */
/* win2000 registry tells us: 0x00000142 IRemoteQI (4 methods) */
/* win2000 registry tells us: 0x00000143 IRemUnknown2 (7 methods) */
-/* who do we want to trust? */
+/* There is some evidence, that the DCOM documentation is wrong, so using 143 for IRemUnknown2 now. */
static gint ett_remunk2 = -1;
-static e_uuid_t uuid_remunk2 = { 0x00000142, 0x0000, 0x0000, { 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 } };
+static e_uuid_t uuid_remunk2 = { 0x00000143, 0x0000, 0x0000, { 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 } };
static guint16 ver_remunk2 = 0;
static int proto_remunk2 = -1;