mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Fixed warning
This commit is contained in:
parent
1a3ee31865
commit
e44834e0c5
1 changed files with 3 additions and 0 deletions
|
|
@ -4512,6 +4512,9 @@ const char* ndpi_category_str(ndpi_protocol_category_t category) {
|
|||
case NDPI_PROTOCOL_CATEGORY_UNSPECIFIED:
|
||||
return("Unspecified");
|
||||
break;
|
||||
case NDPI_PROTOCOL_NUM_CATEGORIES:
|
||||
return("Code should not use this internal constant");
|
||||
break;
|
||||
}
|
||||
|
||||
return("Unspecified");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue