aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-03-19 20:59:42 -0400
committerAnders Broman <a.broman58@gmail.com>2015-03-20 05:30:52 +0000
commite7fd1bfdf75a76c1d39f9ba809a40e3c0859c7fa (patch)
treeba351512fefa11a51d9fa23a9ee1ccd9865269be /file.c
parent019c3af0b1a1720a83b3b174649ba8837156ce09 (diff)
Reduce epan dependence on dissectors by having print module "cache" the protocol and field ids that it needs.
Change-Id: I4ec48067e9ca2cbe88e1cf2e6c9dc1e382379221 Reviewed-on: https://code.wireshark.org/review/7767 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index ff396c7181..cc919aa096 100644
--- a/file.c
+++ b/file.c
@@ -56,7 +56,6 @@
#include <epan/dfilter/dfilter.h>
#include <epan/epan_dissect.h>
#include <epan/tap.h>
-#include <epan/dissectors/packet-data.h>
#include <epan/dissectors/packet-ber.h>
#include <epan/timestamp.h>
#include <epan/dfilter/dfilter-macro.h>