aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/profinet/packet-pn.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2021-08-24 20:21:31 -0400
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-08-25 14:30:47 +0000
commit9311982664541848d4eb8b23ddd2fe86f7078163 (patch)
tree94ffd4d8cf9ed29ab81af8f9cb5cd79d337906e4 /plugins/epan/profinet/packet-pn.h
parent2ee06d3fef9a2d9b1a3f21447619f59323e00cdd (diff)
plugins: convert to pinfo->pool
Convert all plugin dissectors from wmem_packet_scope to pinfo->pool.
Diffstat (limited to 'plugins/epan/profinet/packet-pn.h')
-rw-r--r--plugins/epan/profinet/packet-pn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/epan/profinet/packet-pn.h b/plugins/epan/profinet/packet-pn.h
index 3047f6cff6..d6ec27e1c5 100644
--- a/plugins/epan/profinet/packet-pn.h
+++ b/plugins/epan/profinet/packet-pn.h
@@ -193,4 +193,4 @@ extern gboolean dissect_CSF_SDU_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tr
/* Read a string from an "xml" file, dropping xml comment blocks */
#include <stdio.h>
-extern char *pn_fgets(char *str, int n, FILE *stream);
+extern char *pn_fgets(char *str, int n, FILE *stream, wmem_allocator_t *scope);