diff options
author | Luca Deri <deri@ntop.org> | 2025-06-23 16:00:05 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-06-23 16:00:05 +0200 |
commit | 6dda4833293cda6a56fc1a5d7e36e890df91cab7 (patch) | |
tree | aaf046fb5f9c16473e614a9ca4f5a4ad30c7d178 /src/lib/ndpi_main.c | |
parent | c211da0baec64fa4415f35e43c71c6596fac8f7d (diff) |
Added new protocol categories
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 139facdf3..a36243e75 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3857,7 +3857,37 @@ static const char *categories[NDPI_PROTOCOL_NUM_CATEGORIES] = { "Travel", "Food", "Bots", - "Scanners" + "Scanners", + "Hosting", + "Art", + "Fashion", + "Books", + "Science", + "Maps_Navigation", + "Login_Portal", + "Legal", + "Environmental_Services", + "Culture", + "Housing", + "Telecommunication", + "Transportation", + "Design", + "Employment", + "Events", + "Weather", + "Lifestyle", + "Real_Estate", + "Security", + "Environment", + "Hobby", + "Computer_Science", + "Construction", + "Engineering", + "Religion", + "Entertainment", + "Agriculture", + "Technology", + "Beauty" }; #if !defined(NDPI_CFFI_PREPROCESSING) && defined(__linux__) |