Skip to content

Commit

Permalink
fuzz: include pcap headers through suricata-common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Apr 16, 2020
1 parent d4f86e3 commit cb4b529
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/tests/fuzz/fuzz_decodepcapfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* fuzz target for AppLayerProtoDetectGetProto
*/


#include <pcap/pcap.h>

#include "suricata-common.h"
#include "app-layer-detect-proto.h"
#include "defrag.h"
Expand Down
3 changes: 0 additions & 3 deletions src/tests/fuzz/fuzz_sigpcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* fuzz target for AppLayerProtoDetectGetProto
*/


#include <pcap/pcap.h>

#include "suricata-common.h"
#include "source-pcap-file.h"
#include "detect-engine.h"
Expand Down

0 comments on commit cb4b529

Please sign in to comment.