mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Added notes whenever a new flow risk is added
This commit is contained in:
parent
8566288e43
commit
b5f3facf7c
2 changed files with 4 additions and 2 deletions
|
|
@ -1503,6 +1503,7 @@ const char* ndpi_risk2str(ndpi_risk_enum risk) {
|
|||
|
||||
case NDPI_MALFORMED_PACKET:
|
||||
return("Malformed packet");
|
||||
|
||||
default:
|
||||
snprintf(buf, sizeof(buf), "%d", (int)risk);
|
||||
return(buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue