aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan_dissect.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-10-10 19:05:30 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-10-10 19:05:30 +0000
commitf68020f1e160200583881aa79e312fe8a8b93e0d (patch)
tree942b0b8329edb124932f2867cd2510722f27dc17 /epan/epan_dissect.h
parentdbca2e7d8fbb3abd8101911df8468701b71e2061 (diff)
Revert changes to ep_ allocator, revert edt ref-counting.
svn path=/trunk/; revision=45451
Diffstat (limited to 'epan/epan_dissect.h')
-rw-r--r--epan/epan_dissect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h
index 5969182d3c..ff48107a5d 100644
--- a/epan/epan_dissect.h
+++ b/epan/epan_dissect.h
@@ -31,7 +31,6 @@ extern "C" {
#include "tvbuff.h"
#include "proto.h"
#include "packet_info.h"
-#include "emem.h"
/* Dissection of a single byte array. Holds tvbuff info as
* well as proto_tree info. As long as the epan_dissect_t for a byte
@@ -42,7 +41,6 @@ extern "C" {
struct _epan_dissect_t {
tvbuff_t *tvb;
proto_tree *tree;
- emem_pool_t *mem;
packet_info pi;
};