aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fclctl.h
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2021-07-27 21:36:43 +0000
committerWireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2021-07-27 21:36:43 +0000
commit6e8c7283d6f93b2dde6f16301c0f280a6cf7f481 (patch)
tree1dccd550de229eebeb619999238ce11fe57c7276 /epan/dissectors/packet-fclctl.h
parent6d8bfc146d5bbe2c0ddc759757a8f9cf83c7b66d (diff)
Change some `wmem_packet_scope()` to `pinfo->pool`
Diffstat (limited to 'epan/dissectors/packet-fclctl.h')
-rw-r--r--epan/dissectors/packet-fclctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fclctl.h b/epan/dissectors/packet-fclctl.h
index c20f6a418d..4c6a42e120 100644
--- a/epan/dissectors/packet-fclctl.h
+++ b/epan/dissectors/packet-fclctl.h
@@ -78,5 +78,5 @@ extern const value_string fc_lctl_proto_val[];
/* Function definitions */
const gchar *fclctl_get_typestr (guint8 linkctl_type, guint8 type);
-const gchar *fclctl_get_paramstr (guint32 linkctl_type, guint32 param);
+const gchar *fclctl_get_paramstr (wmem_allocator_t *pool, guint32 linkctl_type, guint32 param);
#endif