aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added preps for different packet types + AAD (type+size)add/udp-aes256-gcmToni Uhlig2025-02-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added HKDF to uniform distirbute a X25519 shared keyToni Uhlig2025-02-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added preps for AAD/KeyExToni Uhlig2025-02-01
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added some stats printing to c-decryptToni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Modified crypto to support multiple peers (multiple sender / multiple ↵Toni Uhlig2025-01-26
| | | | | | receiver) per ncrypt context Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPId decryption exampleToni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPId decryption exampleToni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Updated OpenWrt In-Source build patchToni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added nDPId decryption exampleToni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* initial nDPId UDP crypto [WiP!]Toni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* CI: Fixed config testsToni Uhlig2025-01-26
| | | | | | | * set max dots per line to improve CI output * commented `flow_risk.crawler_bot.list.load` out Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* CI: Added libnl-genl-3-dev to PF_RING buildToni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Set minimal required nDPI version to 4.14 (tarball) and 4.13 (git)Toni Uhlig2025-01-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Temp disable `flow_risk.crawler_bot.list.load` in default config fileToni Uhlig2025-01-26
| | | | | | * currently broken in upstream Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* bump libnDPI to e946f49aca13e4447a7d7b2acae6323a4531fb55Toni Uhlig2025-01-25
| | | | | | * incorporated upstream changes Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fix config headerToni Uhlig2024-12-09
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added `--no-blink` and `--hide-risk-info`Toni Uhlig2024-12-09
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Increased maximum value for `max-flows-per-thread` to 65kToni Uhlig2024-12-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* CI: `make dist` test (extract archive, run CMake)Toni Uhlig2024-11-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed CMake warningsToni Uhlig2024-11-20
| | | | | | * `make dist`: improved libnDPI git version naming Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added script to warn a user about issues regarding wrong umask and CPackToni Uhlig2024-11-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Dockerfile updateToni Uhlig2024-11-18
| | | | | | * gitlab-ci runner fix (single runner / multiple jobs) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fix Gitlab CI build for some runnersToni Uhlig2024-11-18
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* CMake/RPM integrationToni Uhlig2024-11-17
| | | | | | | * CI integration * RPM (un)install scripts Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPId daemon status event: serialize nDPI API version + Size/FlowToni Uhlig2024-11-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added global stats diff testToni Uhlig2024-11-14
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Use `chmod_chown()` API from utilsToni Uhlig2024-11-14
| | | | | | * `chmod_chown()` returns EINVAL if path is NULL Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed some SonarCloud issuesToni Uhlig2024-11-14
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* bump libnDPI to 59ee1fe1156be234fed796972a29a31a0589e25aToni Uhlig2024-11-13
| | | | | | | | | | * set minimum nDPI version to 4.12.0 (incompatible API changes) * fixed `ndpi_debug_printf()` function signature * JSON schema (flow): added risk `56`: "Obfuscated Traffic" * JSON schema (flow): added "domainame" * fixed OpenWrt build Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* cosmeticsToni Uhlig2024-11-10
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added env check `NDPID_STARTED_BY_SYSTEMD` to prevent logging to `stderr` in ↵Toni Uhlig2024-11-07
| | | | | | | | | such a case * removed `nDPId` shutdown on poll/epoll error * fixed `chmod_chown()` rv check Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Add NUL to risks, not needed but better be safe then sorryToni Uhlig2024-11-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed some SonarCloud issuesToni Uhlig2024-11-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Slightly unified C example's loggingToni Uhlig2024-11-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Temporarily disabled some OpenWrt buildsToni Uhlig2024-11-05
| | | | | | * See: https://github.com/openwrt/gh-action-sdk/issues/43 Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Switched OpenWrt GitHub Actions SDK to main branchToni Uhlig2024-11-02
| | | | | | | | | * fixed some SonarCloud complaints * added more systemd CI tests * fixed debian package scripts to obey remove/purge * changed `chmod_chown()` error handling Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added `vlan_id` dissection of the most outer (first) 802.1Q header. Fixes #50Toni Uhlig2024-11-02
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Adjusted SonarCloud config and CIToni Uhlig2024-11-02
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Updated JSON schema files and a test to make use of the UUID feature.Toni Uhlig2024-10-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Set an optional UUID used within all events (similar to the "alias").Toni Uhlig2024-10-29
| | | | | | | | * added default values to usage * UUID can be either read from a file or used directly from option value * adjusted example config file Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed some SonarCloud issuesToni Uhlig2024-10-26
| | | | | | * fixed dependabot werkzeug (3.0.3 to 3.0.6) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added nDPId `ndpi_process_packet()` LLVM fuzzerToni Uhlig2024-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 additional (libnDPI) config files for test runs.Toni Uhlig2024-10-23
| | | | | | * redirect `run_tests.sh` stderr to filename which prepends config name Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Removed `ENABLE_MEMORY_STATUS` CMake option as it's now enabled for **all** ↵Toni Uhlig2024-10-22
| | | | | | builds Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added libnDPI global context init/deinit used for cache mgmt.Toni Uhlig2024-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>
* Added config testing script.Toni Uhlig2024-10-21
| | | | | | * nDPId-test may now make use of an optional config file as cmd arg Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Updated ReadMe's, ToDo's and ChangeLog.1.7Toni Uhlig2024-10-21
| | | | | | * 1.7-release Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge commit 'fb1dcc71de39e6dd5c11b8bc4288ec5e618fa946'1.7rc2Toni Uhlig2024-10-17
|\
| * Squashed 'dependencies/jsmn/' changes from 1aa2e8f8..25647e69Toni Uhlig2024-10-17
| | | | | | | | | | | | | | 25647e69 Fix position of a comment in string parsing git-subtree-dir: dependencies/jsmn git-subtree-split: 25647e692c7906b96ffd2b05ca54c097948e879c
* | Merge commit '9a14454d3c5589373253571cee7428c593adefd9'Toni Uhlig2024-10-17
|\ \