From 22fb8349b96d19a6fe784c2323b674e13996b7ac Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Wed, 1 Mar 2023 21:50:47 +0100 Subject: ndpiReader: print how many packets (per flow) were needed to perform full DPI (#1891) Average values are already printed, but this change should ease to identify regressions/improvements. --- 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 6f8e8ba20..b30ddbf1f 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -206,6 +206,7 @@ typedef struct ndpi_flow_info { ndpi_protocol detected_protocol; ndpi_confidence_t confidence; u_int16_t num_dissector_calls; + u_int16_t dpi_packets; // Flow data analysis pkt_timeval src2dst_last_pkt_time, dst2src_last_pkt_time, flow_last_pkt_time; -- cgit v1.2.3