diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-04-14 22:17:37 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-04-14 22:17:37 +0200 |
commit | e70e915c9e7f9418e483b87ae72176e4b2562bb6 (patch) | |
tree | f7e21bdd60c500f37f02f993b666e50e9c485d19 /dissector.h | |
parent | a0e49fe80ba94071e4019edc5bbb128e0db1ec35 (diff) |
dissector: Get rid of header dependency on pcap_io.h
The dissector only needs the LINKTYPE_* #defines from pcap_io.h. Instead
of pulling in this rather large header just for this, move the
LINKTYPE_* #defines to an own header and include it where needed.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dissector.h')
-rw-r--r-- | dissector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dissector.h b/dissector.h index c86a51d..c6a22e6 100644 --- a/dissector.h +++ b/dissector.h @@ -15,7 +15,6 @@ #include "ring.h" #include "tprintf.h" -#include "pcap_io.h" #include "built_in.h" #define PRINT_NORM 0 |