diff options
author | Luca Deri <deri@ntop.org> | 2020-05-10 21:55:35 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-05-10 21:55:35 +0200 |
commit | ee15c6149db30b64c63a9009a3c4ef24280495a6 (patch) | |
tree | a27b344555ac7fabb208cdc02c2d64842d71fc2c /src/include | |
parent | ae803c8b51dec9e31e99cb37cd64bd968b314669 (diff) |
Added TLS weak cipher and obsolete protocol version detection
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 4751c37ac..54e08ea11 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -58,6 +58,8 @@ typedef enum { NDPI_BINARY_APPLICATION_TRANSFER, NDPI_KNOWN_PROTOCOL_ON_NON_STANDARD_PORT, NDPI_TLS_SELFSIGNED_CERTIFICATE, + NDPI_TLS_OBSOLETE_VERSION, + NDPI_TLS_WEAK_CIPHER, /* Leave this as last member */ NDPI_MAX_RISK |