minor format string change
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 28 Aug 2006 21:13:37 +0000 (21:13 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 28 Aug 2006 21:13:37 +0000 (21:13 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19065 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dcerpc.c

index d590cf2ad2a2a8d2a4bbf1cdfb2b7d635f3d3e8b..db6ab74e30d62052df81f6cb8f3b92db2cdc2303 100644 (file)
@@ -2587,11 +2587,11 @@ dissect_dcerpc_cn_bind (tvbuff_t *tvb, gint offset, packet_info *pinfo,
       if(uuid_name) {
                  proto_tree_add_guid_format (iface_tree, hf_dcerpc_cn_bind_if_id, tvb,
                                         offset, 16, (e_guid_t *) &if_id, "Interface: %s UUID: %s", uuid_name, uuid_str);
-          proto_item_append_text(iface_item, "%s", uuid_name);
+          proto_item_append_text(iface_item, "%s", uuid_name);
       } else {
           proto_tree_add_guid_format (iface_tree, hf_dcerpc_cn_bind_if_id, tvb,
                                         offset, 16, (e_guid_t *) &if_id, "Interface UUID: %s", uuid_str);
-          proto_item_append_text(iface_item, "%s", uuid_str);
+          proto_item_append_text(iface_item, "%s", uuid_str);
       }
       }
       offset += 16;