diff options
author | Luca Deri <deri@ntop.org> | 2017-09-21 19:35:03 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-09-21 19:35:03 +0200 |
commit | c2002cd48f5a8cbc7d806350a3543960c00a3579 (patch) | |
tree | 7c2386939409efe1dae65e5bca3aaa350b828ce5 /src | |
parent | 9fb5981128b3d2bc75e72cc805df918b3944b92e (diff) |
Removed / from category names that can cause issues in applications
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index b2a564bee..917b074ea 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -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"); |