mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Added check for binary scripts
Added NDPI_HTTP_NUMERIC_IP_HOST risk ndpi_risk moved to 32 bit
This commit is contained in:
parent
8e7b1ea7a1
commit
c375782b96
7 changed files with 57 additions and 28 deletions
|
|
@ -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("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue