aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-29 00:06:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-29 00:06:36 +0000
commit2cd9afcab8441dd3a26edc717e2b47bfa0f1839c (patch)
treed43921a8c5c3de76255c3c98ec29b5589838db95 /epan/dissectors/packet-eth.c
parent1d14008984b2252d8ed60cbd0d9e8a08f2bc0553 (diff)
Move the tap infrastructure to the epan directory.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12128 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-eth.c')
-rw-r--r--epan/dissectors/packet-eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c
index 8147c7ea12..5d0f617ae5 100644
--- a/epan/dissectors/packet-eth.c
+++ b/epan/dissectors/packet-eth.c
@@ -37,7 +37,7 @@
#include "packet-isl.h"
#include "packet-llc.h"
#include <epan/crc32.h>
-#include "tap.h"
+#include <epan/tap.h>
/* Interpret capture file as FW1 monitor file */
static gboolean eth_interpret_as_fw1_monitor = FALSE;