From a58c838c4c579ee298ec617bb9322876d6a6dac5 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 21 Nov 2019 13:31:56 +0100 Subject: Added flow duration and goodput in output (-v and -c) --- example/reader_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index 2cb880646..775e519c1 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -166,6 +166,7 @@ typedef struct ndpi_flow_info { u_int8_t ip_version; u_int64_t first_seen, last_seen; u_int64_t src2dst_bytes, dst2src_bytes; + u_int64_t src2dst_goodput_bytes, dst2src_goodput_bytes; u_int32_t src2dst_packets, dst2src_packets; u_int32_t has_human_readeable_strings; char human_readeable_string_buffer[32]; -- cgit v1.2.3