diff options
author | lns <matzeton@googlemail.com> | 2023-04-11 14:27:14 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-04-11 15:39:09 +0200 |
commit | 77ea80862fed52db7573cbae98adf9f0bcf8bd14 (patch) | |
tree | 299da833e16ec1ab82beda3da85ca09bb5187dc0 /example/ndpiReader.c | |
parent | 6da958655ce037ec33f934c2039bb429b5e7476e (diff) |
Improved debug logging.
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'example/ndpiReader.c')
-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); |