diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 4b9d90beb..5c4acbb90 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -217,6 +217,8 @@ typedef struct ndpi_flow_info { struct ndpi_fpc_info fpc; u_int16_t num_dissector_calls; u_int16_t dpi_packets; + u_int8_t monitoring_state; + u_int16_t num_packets_before_monitoring; // Flow data analysis pkt_timeval src2dst_last_pkt_time, dst2src_last_pkt_time, flow_last_pkt_time; |