diff options
author | Luca Deri <deri@ntop.org> | 2019-11-21 13:31:56 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-11-21 13:31:56 +0100 |
commit | a58c838c4c579ee298ec617bb9322876d6a6dac5 (patch) | |
tree | 34cf7df9e843681db2ebacf06f61a8cf0f918204 /example/reader_util.h | |
parent | f91f2c57ef75bbb2206440edd6e2156731d6f56a (diff) |
Added flow duration and goodput in output (-v and -c)
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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]; |