From 1cdb50e1498871ff871f9c57dfa54242bfab1215 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 9 Nov 2025 19:41:46 +0100 Subject: [PATCH] Added reference to https://github.com/ntop/nDPI/pull/3022 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfd12fef..2fd743798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Change the return parameter of `ndpi_detection_process_packet()`; get rid of `ndpi_extra_dissection_possible()`. See: https://github.com/ntop/nDPI/pull/2942 - Remove `NDPI_PROTOCOL_ADULT_CONTENT`, `NDPI_PROTOCOL_LLM` and `NDPI_PROTOCOL_ADS_ANALYTICS_TRACK` because they are not real protocol: keep only the categories with a similar name - Modify the API to set a custom memory allocator + - Added ability to export host-based configuration (https://github.com/ntop/nDPI/pull/3022) Further information are available at https://github.com/ntop/nDPI/issues/2862