mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Added NDPI_SMB_INSECURE_VERSION for detecting insecure SMB versions (e.g. v1)
This commit is contained in:
parent
69f140878c
commit
da87cc3157
4 changed files with 7 additions and 2 deletions
|
|
@ -1530,6 +1530,9 @@ const char* ndpi_risk2str(ndpi_risk_enum risk) {
|
|||
case NDPI_SSH_OBSOLETE_SERVER_VERSION_OR_CIPHER:
|
||||
return("SSH Obsolete Server Version/Cipher");
|
||||
|
||||
case NDPI_SMB_INSECURE_VERSION:
|
||||
return("SMB Insecure Version");
|
||||
|
||||
default:
|
||||
snprintf(buf, sizeof(buf), "%d", (int)risk);
|
||||
return(buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue