diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-08-15 10:21:01 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-08-15 10:21:01 +0200 |
commit | 62bdf888459a6d2ae50d2d2d00447307e0190a97 (patch) | |
tree | 5903792f1ed6fe72a010a6e470cd423ead38829d /proto_ip_esp.c | |
parent | 6f7131bae7f31ebc39c1e6a044c46b18d7267a30 (diff) |
dissectors: Remove unnecessary includes of dissector_eth.h
dissector_eth.h is only used in dissectors which need to manipulate the
eth_lay2 and eth_lay3 hash tables. Remove the include from all
dissectors that don't access them.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_ip_esp.c')
-rw-r--r-- | proto_ip_esp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto_ip_esp.c b/proto_ip_esp.c index 8dabdb3..c588141 100644 --- a/proto_ip_esp.c +++ b/proto_ip_esp.c @@ -11,7 +11,6 @@ #include <netinet/in.h> /* for ntohs() */ #include "proto.h" -#include "dissector_eth.h" #include "built_in.h" #include "pkt_buff.h" |