diff options
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |