| Commit message (Expand) | Author | Age |
* | Fixed integer overflow for tcp timeout (>INT_MAX). | lns | 2023-05-26 |
* | 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 |
* | Unified nDPId/nDPIsrvd command line argument storage. | Toni Uhlig | 2022-11-21 |
* | Experimental systemd support. | Toni Uhlig | 2022-11-06 |
* | Increased network buffer size to 33792 bytes. | Toni Uhlig | 2022-10-30 |
* | nDPId: Added error event threshold to prevent event spamming which may be abu... | Toni Uhlig | 2022-10-17 |
* | 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 |
* | New flow event: 'analysis'. | Toni Uhlig | 2022-09-13 |
* | Refactored buffer subsystem. | lns | 2022-04-16 |
* | bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26b | Toni Uhlig | 2022-03-24 |
* | Disconnect nDPIsrvd clients immediately instead waiting for a failed write(). | Toni Uhlig | 2022-03-13 |
* | Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.) | Toni Uhlig | 2022-03-06 |
* | Improved py-flow-info to provide more optional information about received tim... | Toni Uhlig | 2022-02-05 |
* | Added logging interface used by nDPId, nDPIsrvd and nDPId-test. | Toni Uhlig | 2022-02-03 |
* | Improved Plotly/Dash example. It is now somehow informative. | Toni Uhlig | 2022-01-25 |
* | Major nDPId extension. Sorry for the huge commit. | Toni Uhlig | 2022-01-20 |
* | Fixed some typ0's and reduced ICMP timeout to 10s. | Toni Uhlig | 2021-09-16 |
* | Improved nDPIsrvd buffer bloat handling using caching. | Toni Uhlig | 2021-08-04 |
* | Added zLib compression parameters to control compression conditions. | Toni Uhlig | 2021-06-16 |
* | Use layer4 specific flow timeouts. | Toni Uhlig | 2021-05-13 |
* | Reverted internal ndpi structs to dynamic memory allocation hoping that it wi... | Toni Uhlig | 2021-03-26 |
* | nDPIsrvd C API overhaul and massive simplification. | Toni Uhlig | 2021-02-06 |
* | Fixed braindead failure - Increase of NETWORK_BUFFER_MAX_SIZE > 9999 means to... | Toni Uhlig | 2021-01-27 |
* | Increased JSON buffer size to 12288 (libnDPI serializes more and more informa... | Toni Uhlig | 2021-01-27 |
* | Added internal/external packet processing modes. #2 | Toni Uhlig | 2021-01-10 |
* | Increased network buffer size for python scripts (and raise exception if capa... | Toni Uhlig | 2021-01-08 |
* | Improved testing capabilities via Makefile. | Toni Uhlig | 2020-12-15 |
* | Increased serialization buffer size as required for recent nDPI builds. | Toni Uhlig | 2020-11-18 |
* | nDPIsrvd: Added very important warning and use UDS now by default. | Toni Uhlig | 2020-09-29 |
* | Added new flow event: FLOW_EVENT_DETECTION_UPDATE | Toni Uhlig | 2020-09-25 |
* | nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming dist... | Toni Uhlig | 2020-09-05 |
* | Increased network buffer size from 8448 to 9216 with the hope that it might b... | Toni Uhlig | 2020-08-27 |
* | nDPId: Improved command line option parsing, app usage and subopts for (caref... | Toni Uhlig | 2020-08-26 |
* | adjust some config values | Toni Uhlig | 2020-08-15 |
* | nDPId: removed unused code, process remaining flows on shutdown (useful for r... | Toni Uhlig | 2020-08-14 |
* | improved TCP-FIN/TCP-RST and TCP-keepalive/-idle timeout handling | Toni Uhlig | 2020-08-13 |
* | nDPIsrvd sighandler and cmd opt parser | Toni Uhlig | 2020-08-06 |
* | nDPId daemonize / pidfile support + improved syslog logging | Toni Uhlig | 2020-08-05 |
* | introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep... | Toni Uhlig | 2020-08-04 |
* | moved more default config options into config.h | Toni Uhlig | 2020-08-04 |
* | merged some pre-processor macros which are used in multiple executables | Toni Uhlig | 2020-08-04 |