diff options
author | Luca Deri <deri@ntop.org> | 2019-10-15 23:06:30 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-15 23:06:30 +0200 |
commit | d5c918d2586d7985b9f326d776171f8ad99003aa (patch) | |
tree | 8039a8d589ff0503fb7b1ee9e23f8d85df27bb4a /src/lib/ndpi_main.c | |
parent | cbe20d3740c19dd59150c9764a549857902d16b8 (diff) |
Initial implementation of ndpi_flow2json APi call
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; |