diff options
author | Luca Deri <deri@ntop.org> | 2025-03-24 19:19:21 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-03-24 19:19:21 +0100 |
commit | e9f9b92926b5ef5629514aa9af52d7a1de06eabc (patch) | |
tree | 39b6634421406c2b4558ccf1b56235808d6b9c16 /src/lib/ndpi_main.c | |
parent | ede297974f58e7ff1bce2d8e01f3c5b4eae8b219 (diff) |
Added initial LLM traffic recognition
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 11e40c47d..96610affc 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3413,7 +3413,9 @@ static const char *categories[NDPI_PROTOCOL_NUM_CATEGORIES] = { "Antimalware", "Crypto_Currency", "Gambling", - "Health" + "Health", + "ArtifIntelligence" + }; #if !defined(NDPI_CFFI_PREPROCESSING) && defined(__linux__) |