diff options
author | Luca Deri <deri@ntop.org> | 2022-01-11 21:46:30 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-01-11 21:46:30 +0100 |
commit | 552d199d2eb8a9cd42aa9aa84057eaa6f3c57fb4 (patch) | |
tree | 5c42af929daf6d33f9e2bb328445690109c607a1 /example | |
parent | f5545a80f95a90a5219bbb319b346f964b1e1548 (diff) |
Removed outdated comment
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpiReader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index cf646c681..7b883ab71 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -737,7 +737,6 @@ void printCSVHeader() { #endif fprintf(csv_fp, "ssh_client_hassh,ssh_server_hassh,flow_info,plen_bins"); - /* Joy */ if(enable_flow_stats) { fprintf(csv_fp, ",byte_dist_mean,byte_dist_std,entropy,total_entropy"); } |