diff options
author | lns <matzeton@googlemail.com> | 2023-04-11 14:27:14 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-04-11 14:31:13 +0200 |
commit | 8cf5b221c219b61d89d4aeebd33e503d67827785 (patch) | |
tree | c24ec3a1a3f3ad1ada9d0584f60f95cc07eec8fa /example | |
parent | 2c6a8baab50a30c3c7977b04730e17b98cab610a (diff) |
Improved debug logging.improved/ndpi-rule-handling-failure
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpiReader.c | 5 |
1 files changed, 0 insertions, 5 deletions
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); |