From d35789c6c7baebe4fe07b11221891fa23b1bd02f Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 24 May 2005 20:01:08 +0000 Subject: fix IRemUnknown2 UUID svn path=/trunk/; revision=14429 --- epan/dissectors/packet-dcom-remunkn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-dcom-remunkn.c') 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; -- cgit v1.2.3