From a1ac31062df98a651f2d6fee8bd3fe66e7734f6a Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 30 Jun 2019 11:59:51 +0200 Subject: Added ndpi_has_human_readeable_string for detecting human-readeable strings in buffers --- src/lib/ndpi_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/ndpi_main.c') 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 -- cgit v1.2.3