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 89bdd382c..8fc964d6a 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -189,6 +189,7 @@ typedef struct ndpi_flow_info { // result only, not used for flow identification ndpi_protocol detected_protocol; + ndpi_confidence_t confidence; // Flow data analysis pkt_timeval src2dst_last_pkt_time, dst2src_last_pkt_time, flow_last_pkt_time; @@ -263,6 +264,7 @@ typedef struct ndpi_stats { u_int64_t packet_len[6]; u_int16_t max_packet_len; u_int64_t dpi_packet_count[3]; + u_int64_t flow_confidence[NDPI_CONFIDENCE_MAX]; } ndpi_stats_t; |