This commit is contained in:
Luca Deri 2025-11-09 19:41:46 +01:00
parent 5c327aafa0
commit 1cdb50e149

View file

@ -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