diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index cf6acc7ec..62001d527 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -145,6 +145,9 @@ typedef struct ndpi_flow_info { // result only, not used for flow identification ndpi_protocol detected_protocol; + // Flow data analysis + struct ndpi_analyze_struct *bytes_c_to_s, *bytes_s_to_c; + char info[96]; char host_server_name[256]; char bittorent_hash[41]; |