| Commit message (Expand) | Author | Age |
* | 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 |
* | Improved zlib compression ratio. | Toni Uhlig | 2023-12-01 |
* | Warn about unused return values that are quite important. | Toni Uhlig | 2023-12-01 |
* | Fixed SonarCloud complaints. | Toni Uhlig | 2023-11-20 |
* | Fixed clang-tidy warnings. | Toni Uhlig | 2023-11-13 |
* | bump libnDPI to b08c787fe267053afdea82701071f3878c09244b | Toni Uhlig | 2023-11-09 |
* | Forcefully reset `NDPI_UNIDIRECTIONAL_TRAFFIC` if classification was done aft... | Toni Uhlig | 2023-11-08 |
* | Fixed missing deflate during flow event json serializing.1.6rc3 | Toni Uhlig | 2023-11-08 |
* | Reset `Unidirectional Traffc` risk if packets from both directions processed.1.6rc2 | Toni Uhlig | 2023-11-08 |
* | 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 |
* | Fix issues detected by SonarCloud. | Toni Uhlig | 2023-10-05 |
* | Serialize nDPId / libnDPI versions within daemon events. | Toni Uhlig | 2023-09-10 |
* | bump libnDPI to 1f693c3f5a5dcd9d69dffb610b9a81bd33f95382 | Toni Uhlig | 2023-08-27 |
* | Fixed invalid base64 encoding in some rare cases. | Toni Uhlig | 2023-08-24 |
* | Tiny improvments. | Toni Uhlig | 2023-08-02 |
* | bump libnDPI to 2b230e28e0612e8654ad617534deb9aaaabd51b7 | Toni Uhlig | 2023-07-23 |
* | nDPId: `-v' give information about libnDPI linkage | Toni Uhlig | 2023-07-17 |
* | nDPId: `-v' prints also information about dependecies | Toni Uhlig | 2023-07-17 |
* | `get-and-build-libndpi.sh` uses GMake MAKEFLAGS for sub-make (required for e.... | Toni Uhlig | 2023-07-16 |
* | Required libnDPI version increases (>=4.8.0) due to an API change. | lns | 2023-05-31 |
* | bump libnDPI to 04f5c5196e790db8b8cc39e42c8645fb7f3dd141 | lns | 2023-05-30 |
* | Fixed integer overflow for tcp timeout (>INT_MAX). | lns | 2023-05-26 |
* | Moved `datalink` json key/value from error to packet events and renamed it to... | Toni Uhlig | 2023-04-21 |
* | nDPid: Fixed base64encode bug which lead to invalid base64 strings. | Toni Uhlig | 2023-01-09 |
* | Limit the size of base64 serialized raw packet data (8192 bytes per packet). | Toni Uhlig | 2022-12-06 |
* | 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 |
* | nDPIsrvd: Provide workaround for change user/group. | Toni Uhlig | 2022-11-13 |
* | nDPId: Fixed base64 encoding issue. | Toni Uhlig | 2022-11-13 |
* | Experimental systemd support. | Toni Uhlig | 2022-11-06 |
* | nDPId: Added error event threshold to prevent event spamming which may be abu... | Toni Uhlig | 2022-10-17 |
* | Improved py-machine-learning example. | Toni Uhlig | 2022-10-09 |
* | Added nDPIsrvd-analysed to generate CSV files from analyse events. | Toni Uhlig | 2022-09-30 |
* | Refactored client distributor C API. | Toni Uhlig | 2022-09-25 |
* | 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 |
* | Added layer4 payload length bins. | Toni Uhlig | 2022-09-19 |
* | Provide thread sync via locking on architectures that do not support Compare&... | Toni Uhlig | 2022-09-17 |
* | Fixed last pkt time. | lns | 2022-09-14 |
* | New flow event: 'analysis'. | Toni Uhlig | 2022-09-13 |
* | nDPId: Removed thread_id nonsense as it does not provide any useful informati... | Toni Uhlig | 2022-09-10 |
* | include fix | Toni Uhlig | 2022-09-10 |
* | Fixed compilation warnings on linux32 platforms. | Toni Uhlig | 2022-09-10 |
* | Do not use pthread_t as numeric value. Some systems define pthread_t as struct * | Toni Uhlig | 2022-09-10 |