From e5e69d0f7ab382e3507660fe752027c09e32310e Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 10 May 2020 21:25:38 +0200 Subject: Added the ability to detect when a known protocol is using a non-standard port Added check to spot executables exchanged via HTTP --- example/reader_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index 3b3360718..789729c33 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -193,7 +193,8 @@ typedef struct ndpi_flow_info { char host_server_name[240]; char bittorent_hash[41]; char dhcp_fingerprint[48]; - + ndpi_risk risk; + struct { u_int16_t ssl_version; char client_requested_server_name[64], server_info[64], -- cgit v1.2.3