diff options
author | Luca Deri <deri@ntop.org> | 2020-07-22 23:24:13 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-07-22 23:56:50 +0200 |
commit | 439558f6a3c2bd449fba5675290abe1c1d308494 (patch) | |
tree | f24f3b173f6314ee5c86f0a690f509c34f3a9cb5 /example/ndpiReader.c | |
parent | 0956badd11b8a046b30aa62be07c225c6d54f7ff (diff) |
Improved bin clustering
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 4f1767846..8071f2fc5 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -2509,7 +2509,7 @@ static void printFlowsStats() { all_flows[i].flow->detected_protocol, buf, sizeof(buf)), all_flows[i].flow->src_name, ntohs(all_flows[i].flow->src_port), - all_flows[i].flow->src_name, + all_flows[i].flow->dst_name, ntohs(all_flows[i].flow->dst_port)); print_bin(out, NULL, &bins[i]); |