From eb154bac69d1f552802d131c1cc0a856738ef87c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 2 Sep 2019 22:12:46 +0200 Subject: Added ndpi_alloc_data_analysis APi call --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpiReader.c') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index e77630f1e..912f2f99b 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -3403,7 +3403,7 @@ void serializerUnitTest() { // #define RUN_DATA_ANALYSIS_THEN_QUIT 1 void analyzeUnitTest() { - struct ndpi_analyze_struct *s = ndpi_init_data_analysis(32); + struct ndpi_analyze_struct *s = ndpi_alloc_data_analysis(32); u_int32_t i; for(i=0; i<256; i++) { -- cgit v1.2.3