diff options
author | Luca Deri <deri@ntop.org> | 2018-01-24 22:11:05 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-01-24 22:11:05 +0100 |
commit | 78feabfad741561bbfff2be52b3eadaee9be0e2b (patch) | |
tree | 09b1be4892733ecde5804166d26b3f2f21204406 /src/lib/protocols/tinc.c | |
parent | 54306411a4e4adf7d56c29b136e2f9fb13efee7d (diff) |
Inital hyperscan work
Diffstat (limited to 'src/lib/protocols/tinc.c')
-rw-r--r-- | src/lib/protocols/tinc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/protocols/tinc.c b/src/lib/protocols/tinc.c index adb547a48..19bfa34aa 100644 --- a/src/lib/protocols/tinc.c +++ b/src/lib/protocols/tinc.c @@ -25,6 +25,7 @@ #define NDPI_CURRENT_PROTO NDPI_PROTOCOL_TINC #include "ndpi_api.h" +#include "libcache.h" static void ndpi_check_tinc(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) |