From d5c918d2586d7985b9f326d776171f8ad99003aa Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 15 Oct 2019 23:06:30 +0200 Subject: Initial implementation of ndpi_flow2json APi call --- src/lib/ndpi_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/ndpi_main.c') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index a72917b7f..7c6e2bc56 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -583,6 +583,8 @@ static char* string2hex(const char *pat) { return(hexbuf); } +/* ******************************************************************** */ + static int init_hyperscan(struct ndpi_detection_module_struct *ndpi_str) { u_int num_patterns = 0, i, j; char **expressions; -- cgit v1.2.3