aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-11-10 22:57:21 +0100
committerLuca Deri <deri@ntop.org>2019-11-10 22:57:21 +0100
commit8181d63a95cdf8ff593e602d84a48c341338974d (patch)
treeec03a4e237ba4c510cf0790308ea2676ed99c10e /example/ndpiReader.c
parentd0e7e6955293b656e1a1d7b01aebc1b5beefe711 (diff)
Added ndpi_init_detection_module() API preferences
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 3d9deea86..481254292 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -4169,7 +4169,7 @@ int orginal_main(int argc, char **argv) {
analyzeUnitTest();
gettimeofday(&startup_time, NULL);
- ndpi_info_mod = ndpi_init_detection_module();
+ ndpi_info_mod = ndpi_init_detection_module(0 /* Don't skip tor hosts */);
if(ndpi_info_mod == NULL) return -1;