Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added nDPId `ndpi_process_packet()` LLVM fuzzer | Toni Uhlig | 2024-10-24 |
| | | | | | | | | | * replaced dumb `dumb_fuzzer.sh` * fixed nDPId NULL pointer deref found by fuzzer * nDPI: `--enable-debug-build` and `--enable-debug-messages` for non release builds * nDPI: do not force `log.level` to `3` anymore, use config value instead Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added libnDPI global context init/deinit used for cache mgmt. | Toni Uhlig | 2024-10-21 |
* support for adding *.ndpiconf for nDPI config tests * all other configs should have the suffix *.conf * fixed nDPI malloc/free wrapper set (was already too late set) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |