From 42dba2e4afd12ab77073cc21df1d56d0ef02b232 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 18 May 2024 09:46:15 +0200 Subject: Added dpi.compute_entropy configuration parameter --- example/ndpiReader.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index cf26d0841..c19f8d1be 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -702,8 +702,9 @@ static void help(u_int long_help) { #endif if(long_help) { - printf("\n\nSize of nDPI Flow structure: %u\n" - "Sizeof of nDPI Flow protocol union: %zu\n", + printf("\n\n" + "Size of nDPI Flow structure: %u\n" + "Size of nDPI Flow protocol union: %zu\n", ndpi_detection_get_sizeof_ndpi_flow_struct(), sizeof(((struct ndpi_flow_struct *)0)->protos)); -- cgit v1.2.3