From 499d95964d0d19bbec7f78d6fe4461eb26c552ca Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 3 Mar 2015 02:47:53 -0800 Subject: Eliminate e_uuid_t in favor of e_guid_t. That eliminates a redundant and confusing data type, and avoids issues with one piece of code using e_uuid_t but wanting to use routines expecting an e_guid_t. Change-Id: I95e172d46d342ab40f6254300ecbd2a0530cde60 Reviewed-on: https://code.wireshark.org/review/7506 Reviewed-by: Guy Harris --- epan/dissectors/packet-dcerpc-rs_replist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-dcerpc-rs_replist.c') diff --git a/epan/dissectors/packet-dcerpc-rs_replist.c b/epan/dissectors/packet-dcerpc-rs_replist.c index 2d88098832..6036004257 100644 --- a/epan/dissectors/packet-dcerpc-rs_replist.c +++ b/epan/dissectors/packet-dcerpc-rs_replist.c @@ -40,7 +40,7 @@ static int hf_rs_replist_opnum = -1; static gint ett_rs_replist = -1; -static e_uuid_t uuid_rs_replist = { 0x850446b0, 0xe95b, 0x11CA, { 0xad, 0x90, 0x08, 0x00, 0x1e, 0x01, 0x45, 0xb1 } }; +static e_guid_t uuid_rs_replist = { 0x850446b0, 0xe95b, 0x11CA, { 0xad, 0x90, 0x08, 0x00, 0x1e, 0x01, 0x45, 0xb1 } }; static guint16 ver_rs_replist = 2; -- cgit v1.2.3