aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add npfring (PF_RING support).Toni Uhlig2024-08-16
* Fixed build error due to missing nDPI includes.Toni Uhlig2024-08-16
* Extended analyse application to write global stats to a CSV.Toni Uhlig2024-08-16
* Added global (heap) memory stats for daemon status events.Toni Uhlig2024-06-19
* CMake: set MacOS RPATHToni Uhlig2024-05-06
* Removed unmaintained C JSON dumper.Toni Uhlig2024-04-17
* Fix example build error if memory profiling enabled.Toni Uhlig2024-03-21
* Fixed libpcre2 build.Toni Uhlig2024-03-20
* Read Ipv6 address and netmask using `getifaddrs()` instead of reading `/proc/...Toni Uhlig2024-02-07
* Removed API version macro check as it's inconsistent on different platforms.Toni Uhlig2024-02-06
* bump libnDPI to 4543385d107fcc5a7e8632e35d9a60bcc40cb4f4Toni Uhlig2024-02-06
* Improved collectd example.Toni Uhlig2024-01-05
* Add InfluxDB push daemon.Toni Uhlig2023-12-07
* Updated ReadMe's, ToDo's and ChangeLog.1.6Toni Uhlig2023-11-20
* Workaround for libpap (<1.9.0) on Ubuntu-18.04Toni Uhlig2023-11-20
* Support simple config file reading via systemd environment file.Toni Uhlig2023-11-20
* Fixed missing deflate during flow event json serializing.1.6rc3Toni Uhlig2023-11-08
* Apple/BSD port (#30)Toni2023-11-06
* Event I/O abstraction layer. (#28)Toni2023-11-06
* Add DBUS suspicious flow event notification daemon.Toni Uhlig2023-11-03
* nDPId event I/O fixes.Toni Uhlig2023-10-05
* Serialize nDPId / libnDPI versions within daemon events.Toni Uhlig2023-09-10
* Add event I/O abstraction.Toni Uhlig2023-09-10
* Added CMake option BUILD_NDPI_FORCE_GIT_UPDATE to fix broken submodule caches...Toni Uhlig2023-08-27
* CMake: install header files for experimental usageToni Uhlig2023-08-05
* bump libpcap dependency to 1.9.0Toni Uhlig2023-07-27
* `get-and-build-libndpi.sh` uses GMake MAKEFLAGS for sub-make (required for e....Toni Uhlig2023-07-16
* bump libnDPI to 8ea0eaa0d0c4a3be05f67ef7fa1d22c2579cf7d1Toni Uhlig2023-06-12
* Required libnDPI version increases (>=4.8.0) due to an API change.lns2023-05-31
* Added CentOs and ArchLinux to the CI.lns2023-05-28
* bump libnDPI to ...Toni Uhlig2023-05-24
* Added distclean-libnDPI target to CMake.Toni Uhlig2023-01-10
* Fix libnDPI build script.Toni Uhlig2022-12-26
* Improved `make daemon` / `daemon.sh` to accept nDPId / nDPIsrvd arguments via...Toni Uhlig2022-11-15
* Experimental systemd support.Toni Uhlig2022-11-06
* Removed example py-ja3-checker.Toni Uhlig2022-10-13
* Generate code coverage w/o external shell script, use CMake.lns2022-10-03
* c-analysed: improved feature extraction from "analyse" eventsToni Uhlig2022-10-01
* Added nDPIsrvd-analysed to generate CSV files from analyse events.Toni Uhlig2022-09-30
* nDPIsrvd-collectd: RRD Graph generation script and a basic static HTML5 websi...Toni Uhlig2022-09-12
* Use CMake XCompile and collect host-triplet from ${CC}.Toni Uhlig2022-09-11
* Bump libnDPI to 37f918322c0a489b5143a987c8f1a44a6f78a6f3 and updated flow jso...Toni Uhlig2022-09-06
* nDPId: support for custom UDP endpointsToni Uhlig2022-08-27
* CMake: do not add /usr/include/ndpi to include dirs if BUILD_NDPI or STATIC_L...lns2022-06-10
* Fixed build if BUILD_NDPI=ON. May happen during XCompilation.lns2022-04-16
* Avoid CMake searching for gcrypt as default.Toni Uhlig2022-04-02
* bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26bToni Uhlig2022-03-24
* Renamed basic event to error event for the sake of the logic.Toni Uhlig2022-03-13
* Disconnect nDPIsrvd clients immediately instead waiting for a failed write().Toni Uhlig2022-03-13
* CI: Fixed missing lcov prereq.Toni Uhlig2022-03-12