mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
modified new last two risks
This commit is contained in:
parent
af5d792c08
commit
c450caae94
1 changed files with 2 additions and 2 deletions
|
|
@ -1525,10 +1525,10 @@ const char* ndpi_risk2str(ndpi_risk_enum risk) {
|
|||
return("Malformed packet");
|
||||
|
||||
case NDPI_SSH_OBSOLETE_CLIENT_VERSION_OR_CIPHER:
|
||||
return("SSH obsolete client version/cipher");
|
||||
return("SSH Obsolete client version/cipher");
|
||||
|
||||
case NDPI_SSH_OBSOLETE_SERVER_VERSION_OR_CIPHER:
|
||||
return("SSH obsolete server version/cipher");
|
||||
return("SSH Obsolete server version/cipher");
|
||||
|
||||
default:
|
||||
snprintf(buf, sizeof(buf), "%d", (int)risk);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue