diff options
author | Luca Deri <deri@ntop.org> | 2019-06-30 11:59:51 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-06-30 11:59:51 +0200 |
commit | a1ac31062df98a651f2d6fee8bd3fe66e7734f6a (patch) | |
tree | a17c500cdcbca85be932ba7d1398b7f00ec8c6c3 /src/lib/ndpi_main.c | |
parent | 06b05e21c627f87fc4bc16830099f30cc7df860b (diff) |
Added ndpi_has_human_readeable_string for detecting human-readeable strings in buffers
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 4112bc657..3e1c445fe 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -650,8 +650,7 @@ static void destroy_hyperscan(struct ndpi_detection_module_struct *ndpi_mod) { /* ******************************************************************** */ -static void init_string_based_protocols(struct ndpi_detection_module_struct *ndpi_mod) -{ +static void init_string_based_protocols(struct ndpi_detection_module_struct *ndpi_mod) { int i; #ifdef HAVE_HYPERSCAN |