aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-arp.c')
-rw-r--r--epan/dissectors/packet-arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-arp.c b/epan/dissectors/packet-arp.c
index 7cdf042a5e..5ab5edf64e 100644
--- a/epan/dissectors/packet-arp.c
+++ b/epan/dissectors/packet-arp.c
@@ -373,7 +373,7 @@ tvb_arphrdaddr_to_str(tvbuff_t *tvb, gint offset, int ad_len, guint16 type)
address). */
return tvb_ether_to_str(tvb, offset);
}
- return tvb_bytes_to_ep_str(tvb, offset, ad_len);
+ return tvb_bytes_to_str(wmem_packet_scope(), tvb, offset, ad_len);
}
static const gchar *