aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2019-08-27 12:56:15 +0200
committerLuca <deri@ntop.org>2019-08-27 12:56:15 +0200
commit2acffb41638233f6576663b77bfdd7574014fd1d (patch)
tree797ee5b4e550a15f4d7d4299c9dccf929aec1cf6 /example/reader_util.h
parentb837f3753d247b0653b22383eabe8525f684ab29 (diff)
Initial work towards traffic classification
Diffstat (limited to 'example/reader_util.h')
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];