Enhanced flow stats

This commit is contained in:
Luca Deri 2019-09-03 00:23:08 +02:00
parent ffcfe398cc
commit 6fb94b8a1a
2 changed files with 21 additions and 3 deletions

View file

@ -42,6 +42,7 @@ typedef struct {
u_int64_t cli2srv_bytes, srv2cli_bytes;
u_int64_t cli2srv_goodput_bytes, srv2cli_goodput_bytes;
TCPPacketStats tcp_stats_s2d, tcp_stats_d2s;
ndpi_analyze_struct cli2srv_bytes_stats, srv2cli_bytes_stats;
} FlowTrafficStats;
class Flow : public GenericHashEntry {