diff options
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 945b88d84..27b8e1c0b 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -208,6 +208,7 @@ typedef struct ndpi_flow_info { // result only, not used for flow identification ndpi_protocol detected_protocol; ndpi_confidence_t confidence; + struct ndpi_fpc_info fpc; u_int16_t num_dissector_calls; u_int16_t dpi_packets; |