diff options
author | Luca Deri <deri@ntop.org> | 2020-05-15 22:49:55 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-05-15 22:49:55 +0200 |
commit | c375782b96faf30558b3f91a7fe05eae62fc79c2 (patch) | |
tree | 21e9a729a848140d42649cc79ecdc9fd13a0627a /src/lib/ndpi_utils.c | |
parent | 8e7b1ea7a136cc4e4aa9880072ec2d69900a825e (diff) |
Added check for binary scripts
Added NDPI_HTTP_NUMERIC_IP_HOST risk
ndpi_risk moved to 32 bit
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index f2c2c2bc9..2f4419344 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1440,6 +1440,9 @@ const char* ndpi_risk2str(ndpi_risk risk) { case NDPI_HTTP_SUSPICIOUS_USER_AGENT: return("HTTP Suspicious User-Agent"); + + case NDPI_HTTP_NUMERIC_IP_HOST: + return("HTTP Numeric IP Address"); default: return(""); |