| Commit message (Expand) | Author | Age |
* | New flow event: 'analysis'. | Toni Uhlig | 2022-09-13 |
* | nDPIsrvd: Fixed NUL pointer deref during logging attempt. | Toni Uhlig | 2022-09-10 |
* | nDPId: Merged nDPId_flow_(info|finished) into nDPId_flow | lns | 2022-04-24 |
* | Added proper DLT_RAW dissection for IPv4 and IPv6. | lns | 2022-04-24 |
* | Refactored buffer subsystem. | lns | 2022-04-16 |
* | Disconnect nDPIsrvd clients immediately instead waiting for a failed write(). | Toni Uhlig | 2022-03-13 |
* | Added nDPIsrvd TCP/IP support for distributors. | Toni Uhlig | 2022-03-10 |
* | Added logging interface used by nDPId, nDPIsrvd and nDPId-test. | Toni Uhlig | 2022-02-03 |
* | nDPIsrvd: Fixed memory leak caused be not clearing buffer cache after a clien... | Toni Uhlig | 2022-01-26 |
* | Major nDPId extension. Sorry for the huge commit. | Toni Uhlig | 2022-01-20 |
* | MemoryProfiling: Advanced flow usage logging. | Toni Uhlig | 2021-11-13 |
* | nDPId-test: Set max buffer size for remote descriptors useful to test caching... | Toni Uhlig | 2021-11-04 |
* | nDPIsrvd: Fixed anther bug, introduced during refactoring -_- | Toni Uhlig | 2021-09-15 |
* | fixed Warnings / build error / cosmetics | Toni Uhlig | 2021-09-14 |
* | Improved and Fixed another buffering issue caused by removing an outgoing fd ... | Toni Uhlig | 2021-08-05 |
* | Improved nDPIsrvd buffer bloat handling using caching. | Toni Uhlig | 2021-08-04 |
* | Git tag/commit version printing for nDPId/nDPIsrvd. Reduces confusion. | Toni Uhlig | 2021-06-08 |
* | Build system cleanup / cosmetics.1.4 | Toni Uhlig | 2021-06-07 |
* | Unified IO buffer mgmt. | Toni Uhlig | 2021-06-07 |
* | travis-ci build CMake project | Toni Uhlig | 2021-04-15 |
* | nDPId-test: added JSON distribution + JSON parsing (Multithreaded design re-u... | Toni Uhlig | 2021-04-09 |
* | Added nDPId-test as all-in-one JSON dumper. | Toni Uhlig | 2021-03-24 |
* | Reduced code duplication. Preps for nDPId-test. | Toni Uhlig | 2021-03-23 |
* | nDPIsrvd collectd-exec overhaul. | Toni Uhlig | 2021-03-15 |
* | nDPIsrvd refactoring | Toni Uhlig | 2021-03-05 |
* | Finalized examples/c-captured to dump packet bytes to PCAP for further analysis. | Toni Uhlig | 2021-02-24 |
* | Extended nDPIsrvd.h with address parsing. | Toni Uhlig | 2021-02-23 |
* | Fixed braindead failure - Increase of NETWORK_BUFFER_MAX_SIZE > 9999 means to... | Toni Uhlig | 2021-01-27 |
* | nDPIsrvd: Distributor clients which are too slow can cause buffer bloat. | Toni Uhlig | 2020-12-19 |
* | Let travis use pcap files from nDPI to produce some JSON output. (disabled, n... | Toni Uhlig | 2020-12-01 |
* | nDPId/nDPIsrvd: change_user_group does now chown/chmod collector/distributor ... | Toni Uhlig | 2020-10-07 |
* | nDPIsrvd: Added very important warning and use UDS now by default. | Toni Uhlig | 2020-09-29 |
* | nDPIsrvd: Improved UDS related code parts. | Toni Uhlig | 2020-09-29 |
* | nDPIsrvd: Use of an anonymous enum for collector/distributor socket types fit... | Toni Uhlig | 2020-09-07 |
* | nDPIsrvd: Change user/group, allow listening on UNIX socket for incoming dist... | Toni Uhlig | 2020-09-05 |
* | nDPIsrvd: add command line option for distributor listen host/port | Toni Uhlig | 2020-08-18 |
* | nDPIsrvd: log ip:port for distributor connection fails | Toni Uhlig | 2020-08-17 |
* | minor improvments regarding flow guessing on flow end/idle and other not wort... | Toni Uhlig | 2020-08-16 |
* | error handling enhancements | Toni Uhlig | 2020-08-15 |
* | nDPIsrvd: fixed another two bugs; one related to EPOLLIN event for fd with sh... | Toni Uhlig | 2020-08-15 |
* | several fixes and improvments | Toni Uhlig | 2020-08-14 |
* | minor improvments | Toni Uhlig | 2020-08-14 |
* | nDPIsrvd: fixed broken buffering | Toni Uhlig | 2020-08-14 |
* | improved nDPIsrvd buffering if write returned EAGAIN | Toni Uhlig | 2020-08-12 |
* | do not disconnect a distributor client if write returned EAGAIN (still not pe... | Toni Uhlig | 2020-08-09 |
* | nDPIsrvd sighandler and cmd opt parser | Toni Uhlig | 2020-08-06 |
* | introduced NETWORK_BUFFER_MAX_SIZE to replace BUFSIZ as this might change dep... | Toni Uhlig | 2020-08-04 |
* | fixed buffering issue, improved logging verbosity | Toni Uhlig | 2020-08-04 |
* | clang-format | Toni Uhlig | 2020-08-04 |
* | nDPIsrvd: collect, buffer and distribute JSON strings | Toni Uhlig | 2020-08-04 |