aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-19 03:03:42 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-19 03:03:42 +0000
commit213c136c6f7ec0cf4a9e80291c131363046885f7 (patch)
tree25bc5a7aeb0730bf12723283f0f98745c7880ba7
parentff9dc1e77b096ceed3f4b7f26c9d13386cc2738a (diff)
Label UUID's with the name of the field.
svn path=/trunk/; revision=6458
-rw-r--r--packet-dcerpc-ndr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-dcerpc-ndr.c b/packet-dcerpc-ndr.c
index e262c39589..3cfb19f6d4 100644
--- a/packet-dcerpc-ndr.c
+++ b/packet-dcerpc-ndr.c
@@ -2,7 +2,7 @@
* Routines for DCERPC NDR dissection
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc-ndr.c,v 1.10 2002/09/26 06:13:07 sahlberg Exp $
+ * $Id: packet-dcerpc-ndr.c,v 1.11 2002/10/19 03:03:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -208,7 +208,8 @@ dissect_ndr_uuid_t (tvbuff_t *tvb, gint offset, packet_info *pinfo,
dcerpc_tvb_get_uuid (tvb, offset, drep, &uuid);
if (tree) {
proto_tree_add_string_format (tree, hfindex, tvb, offset, 16, "",
- "%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
+ "%s: %08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
+ proto_registrar_get_name(hfindex),
uuid.Data1, uuid.Data2, uuid.Data3,
uuid.Data4[0], uuid.Data4[1],
uuid.Data4[2], uuid.Data4[3],