| Commit message (Expand) | Author | Age |
* | Initial tunnel decoding (GRE - Layer4 only atm) (#55) | Toni | 2025-02-25 |
* | Fixed some SonarCloud issues | Toni Uhlig | 2024-11-14 |
* | Added nDPId `ndpi_process_packet()` LLVM fuzzer | Toni Uhlig | 2024-10-24 |
* | Removed `ENABLE_MEMORY_STATUS` CMake option as it's now enabled for **all** b... | Toni Uhlig | 2024-10-22 |
* | Added libnDPI global context init/deinit used for cache mgmt. | Toni Uhlig | 2024-10-21 |
* | Added config testing script. | Toni Uhlig | 2024-10-21 |
* | Read and parse configuration files. Fixes #41. (#42)1.7rc1 | Toni | 2024-10-16 |
* | Add PF_RING support. (#38) | Toni | 2024-08-19 |
* | Fix some SonarCloud complaints. | Toni Uhlig | 2024-02-13 |
* | Fixed an event issue. | Toni Uhlig | 2023-12-14 |
* | Replaced ambiguous naming of "JSON string" to more accurate "JSON message". #2 | Toni Uhlig | 2023-12-04 |
* | Replaced ambiguous naming of "JSON string" to more accurate "JSON message". | Toni Uhlig | 2023-12-04 |
* | Warn about unused return values that are quite important. | Toni Uhlig | 2023-12-01 |
* | Added SonarCloud exclusions for third-party files and files lacking relevance. | Toni Uhlig | 2023-11-20 |
* | Fixed clang-tidy warnings. | Toni Uhlig | 2023-11-13 |
* | Fixed more SonarCloud complaints. | Toni Uhlig | 2023-11-07 |
* | Fixed some SonarCloud complaints. | Toni Uhlig | 2023-11-06 |
* | Apple/BSD port (#30) | Toni | 2023-11-06 |
* | Event I/O abstraction layer. (#28) | Toni | 2023-11-06 |
* | Sonarcloud integration | Toni Uhlig | 2023-10-05 |
* | Fix issues detected by SonarCloud. | Toni Uhlig | 2023-10-05 |
* | nDPId-test: ingore event handler failures caused by arpa mockup | Toni Uhlig | 2023-10-05 |
* | nDPId event I/O fixes. | Toni Uhlig | 2023-10-05 |
* | Add event I/O abstraction. | Toni Uhlig | 2023-09-10 |
* | Fixed invalid base64 encoding in some rare cases. | Toni Uhlig | 2023-08-24 |
* | nDPId-test: threads should block all unix signals | Toni Uhlig | 2023-08-02 |
* | nDPId-test: print additional startup/init log messages | Toni Uhlig | 2023-08-02 |
* | Correctly handle EINTR while doing I/O.. | Toni Uhlig | 2023-07-18 |
* | nDPId-test: Fixed invalid error retval when epoll_wait() returns EINTR. | Toni Uhlig | 2023-07-16 |
* | nDPId-test: Reworked I/O handling to prevent some endless loop scenarios. Fix... | Toni Uhlig | 2022-12-02 |
* | Unified nDPId/nDPIsrvd command line argument storage. | Toni Uhlig | 2022-11-21 |
* | Improved the point of time when to append the raw packet base64 data to the s... | Toni Uhlig | 2022-11-15 |
* | Increased network buffer size to 33792 bytes. | Toni Uhlig | 2022-10-30 |
* | nDPid-test: add buffer test | Toni Uhlig | 2022-10-30 |
* | nDPId-test: Fixed thread sync/lock issue. | Toni Uhlig | 2022-10-22 |
* | c-analysed: improved feature extraction from "analyse" events | Toni Uhlig | 2022-10-01 |
* | Added nDPIsrvd-analysed to generate CSV files from analyse events. | Toni Uhlig | 2022-09-30 |
* | nDPId-test: Force collector blocking mode. | Toni Uhlig | 2022-09-25 |
* | Refactored client distributor C API. | Toni Uhlig | 2022-09-25 |
* | nDPIsrvd.h: Fixed bug during token parsing/hashing. Do not hash array contents. | Toni Uhlig | 2022-09-23 |
* | Improved flown analyse event: | Toni Uhlig | 2022-09-22 |
* | nDPId: Reduced flow-updates for TCP flows to 1/4 of the timeout value. | Toni Uhlig | 2022-09-19 |
* | Provide thread sync via locking on architectures that do not support Compare&... | Toni Uhlig | 2022-09-17 |
* | Add OpenWrt CI via Github Actions. | Toni Uhlig | 2022-09-17 |
* | New flow event: 'analysis'. | Toni Uhlig | 2022-09-13 |
* | Fixed compilation warnings on linux32 platforms. | Toni Uhlig | 2022-09-10 |
* | Bump libnDPI to 37f918322c0a489b5143a987c8f1a44a6f78a6f3 and updated flow jso... | Toni Uhlig | 2022-09-06 |
* | nDPId: Fixed fcntl() issue; invalid fcntl() set after a blocking-write. | lns | 2022-08-29 |
* | Split `*_l4_payload_len' into `*_src_l4_payload_len' and `*_dst_l4_payload_len'. | Toni Uhlig | 2022-08-15 |
* | Split `flow_packets_processed' into `flow_src_packets_processed' and `flow_ds... | lns | 2022-08-15 |