From 2acffb41638233f6576663b77bfdd7574014fd1d Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 27 Aug 2019 12:56:15 +0200 Subject: Initial work towards traffic classification --- example/reader_util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example/reader_util.h') 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]; -- cgit v1.2.3