mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
Removed / from category names that can cause issues in applications
This commit is contained in:
parent
9fb5981128
commit
c2002cd48f
1 changed files with 1 additions and 1 deletions
|
|
@ -4648,7 +4648,7 @@ const char* ndpi_category_get_name(struct ndpi_detection_module_struct *ndpi_mod
|
|||
return("Email");
|
||||
break;
|
||||
case NDPI_PROTOCOL_CATEGORY_DOWNLOAD_FT:
|
||||
return("Download/FileTransfer/FileSharing");
|
||||
return("Download-FileTransfer-FileSharing");
|
||||
break;
|
||||
case NDPI_PROTOCOL_CATEGORY_WEB:
|
||||
return("Web");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue