aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan_dissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan_dissect.h')
-rw-r--r--epan/epan_dissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h
index 8a95bfe808..5969182d3c 100644
--- a/epan/epan_dissect.h
+++ b/epan/epan_dissect.h
@@ -42,7 +42,7 @@ extern "C" {
struct _epan_dissect_t {
tvbuff_t *tvb;
proto_tree *tree;
- emem_header_t *mem;
+ emem_pool_t *mem;
packet_info pi;
};