aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ceph.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ceph.c')
-rw-r--r--epan/dissectors/packet-ceph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ceph.c b/epan/dissectors/packet-ceph.c
index eb335b5d27..40a85f2008 100644
--- a/epan/dissectors/packet-ceph.c
+++ b/epan/dissectors/packet-ceph.c
@@ -1810,7 +1810,7 @@ guint c_dissect_blob(proto_tree *root, int hf, int hf_data, int hf_len,
if (size)
{
proto_item_append_text(ti, ", Data: %s",
- tvb_bytes_to_ep_str(tvb, off+4, size));
+ tvb_bytes_to_str(wmem_packet_scope(), tvb, off+4, size));
}
proto_tree_add_item(tree, hf_len,