aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2021-10-03 16:19:56 -0400
committerEvan Huus <eapache@gmail.com>2021-10-04 17:10:17 +0000
commite578c6caee4ae6cccf24849adf95b4273d66ba11 (patch)
treea50d6d8677caa701cd5fb9427854018a6e753e11 /plugins/epan
parenteb9ae2ffd5c8fbf500ae074eae05a0bd2bc4f951 (diff)
to_str: pull scope arg up into tvb_ether_to_str
There are a bunch of near-identical macros here, but I'm gonna change one at a time or else the builder times out at the number of files changed in one merge.
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/wimaxasncp/packet-wimaxasncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/wimaxasncp/packet-wimaxasncp.c b/plugins/epan/wimaxasncp/packet-wimaxasncp.c
index b720e09619..830bfb1491 100644
--- a/plugins/epan/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/epan/wimaxasncp/packet-wimaxasncp.c
@@ -1939,7 +1939,7 @@ static guint dissect_wimaxasncp_backend(
tree, hf_wimaxasncp_msid,
tvb, offset, 6, ENC_NA);
}
- pmsid = tvb_ether_to_str(tvb, offset);
+ pmsid = tvb_ether_to_str(pinfo->pool, tvb, offset);
offset += 6;