aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan_dissect.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-21 18:38:03 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-21 18:38:03 +0000
commit28e9dcc4a9261a61b16dfd9a2051205289beb926 (patch)
tree69465d340a5472a87467c43de32fd9f6a3035b1a /epan/epan_dissect.h
parent9e7b6f1a69c516579ffd4618f89e20559d738666 (diff)
Some work on multi file dissection
- make init_dissection/cleanup_dissection private for libwireshark - implement epan_new(), epan_free() - pass epan_t to epan_dissect* svn path=/trunk/; revision=50761
Diffstat (limited to 'epan/epan_dissect.h')
-rw-r--r--epan/epan_dissect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h
index ff48107a5d..98e4a0b8e9 100644
--- a/epan/epan_dissect.h
+++ b/epan/epan_dissect.h
@@ -39,6 +39,7 @@ extern "C" {
* to addresses in your byte array.
*/
struct _epan_dissect_t {
+ struct epan_session *session;
tvbuff_t *tvb;
proto_tree *tree;
packet_info pi;