diff options
author | Luca Deri <deri@ntop.org> | 2024-05-18 09:46:15 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-05-18 09:46:15 +0200 |
commit | 42dba2e4afd12ab77073cc21df1d56d0ef02b232 (patch) | |
tree | facd7ab792423e766ad2273d372cf634c47bc1e3 /example/ndpiReader.c | |
parent | c63446e59220efd3b133bccbbd44ed97c86c78f1 (diff) |
Added dpi.compute_entropy configuration parameter
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 5 |
1 files changed, 3 insertions, 2 deletions
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)); |