aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-07-22 23:24:13 +0200
committerLuca Deri <deri@ntop.org>2020-07-22 23:56:50 +0200
commit439558f6a3c2bd449fba5675290abe1c1d308494 (patch)
treef24f3b173f6314ee5c86f0a690f509c34f3a9cb5 /example/ndpiReader.c
parent0956badd11b8a046b30aa62be07c225c6d54f7ff (diff)
Improved bin clustering
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c2
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]);