From 77ea80862fed52db7573cbae98adf9f0bcf8bd14 Mon Sep 17 00:00:00 2001 From: lns Date: Tue, 11 Apr 2023 14:27:14 +0200 Subject: Improved debug logging. Signed-off-by: lns Signed-off-by: Toni Uhlig --- example/ndpiReader.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 69f417fee..38da4e842 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -322,11 +322,6 @@ void ndpiCheckHostStringMatch(char *testChar) { ndpi_str = ndpi_init_detection_module(init_prefs); ndpi_finalize_initialization(ndpi_str); - // Display ALL Host strings ie host_match[] ? - // void ac_automata_display (AC_AUTOMATA_t * thiz, char repcast); - // - // ac_automata_display( module->host_automa.ac_automa, 'n'); - testRes = ndpi_match_string_subprotocol(ndpi_str, testChar, strlen(testChar), &match); -- cgit v1.2.3