summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcerpc-budb.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-03-03 02:47:53 -0800
committerGuy Harris <guy@alum.mit.edu>2015-03-03 10:55:29 +0000
commit499d95964d0d19bbec7f78d6fe4461eb26c552ca (patch)
treebf926f264babd15bcbc12456a6985f5fc5969bdb /epan/dissectors/packet-dcerpc-budb.c
parenta0ce286d8d3aaa5a63f69bb03d15d2d225941169 (diff)
downloadwireshark-499d95964d0d19bbec7f78d6fe4461eb26c552ca.tar.gz
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 <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-budb.c')
-rw-r--r--epan/dissectors/packet-dcerpc-budb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-budb.c b/epan/dissectors/packet-dcerpc-budb.c
index f9bf4a29b9..4fd53f476b 100644
--- a/epan/dissectors/packet-dcerpc-budb.c
+++ b/epan/dissectors/packet-dcerpc-budb.c
@@ -293,7 +293,7 @@ budb_dissect_NameString_t(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_t
/* INCLUDED FILE : ETH_CODE */
-static e_uuid_t uuid_dcerpc_budb = {
+static e_guid_t uuid_dcerpc_budb = {
0xeb814e2a, 0x0099, 0x11ca,
{ 0x86, 0x78, 0x02, 0x60, 0x8c, 0x2e, 0xa9, 0x6e}
};