diff options
author | Luca Deri <deri@ntop.org> | 2020-05-10 21:25:38 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-05-10 21:25:38 +0200 |
commit | e5e69d0f7ab382e3507660fe752027c09e32310e (patch) | |
tree | d75624af11299774d82198a69c512451da9e0b29 /example/reader_util.h | |
parent | 39ae57e6a3d93cb91def5d76fc54e89075f01867 (diff) |
Added the ability to detect when a known protocol is using a non-standard port
Added check to spot executables exchanged via HTTP
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
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], |