From ab9ccf9eb9a6571d84bd0b2c8e185565d0d700f6 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 12 Nov 2019 12:28:34 +0100 Subject: Fixed new nDPi API --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 481254292..abf1bce54 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(0 /* Don't skip tor hosts */); + ndpi_info_mod = ndpi_init_detection_module(ndpi_no_prefs); if(ndpi_info_mod == NULL) return -1; -- cgit v1.2.3