summaryrefslogtreecommitdiff
path: root/nDPId-test.c
Commit message (Expand)AuthorAge
* Provide thread sync via locking on architectures that do not support Compare&...Toni Uhlig2022-09-17
* Add OpenWrt CI via Github Actions.Toni Uhlig2022-09-17
* New flow event: 'analysis'.Toni Uhlig2022-09-13
* Fixed compilation warnings on linux32 platforms.Toni Uhlig2022-09-10
* Bump libnDPI to 37f918322c0a489b5143a987c8f1a44a6f78a6f3 and updated flow jso...Toni Uhlig2022-09-06
* nDPId: Fixed fcntl() issue; invalid fcntl() set after a blocking-write.lns2022-08-29
* Split `*_l4_payload_len' into `*_src_l4_payload_len' and `*_dst_l4_payload_len'.Toni Uhlig2022-08-15
* Split `flow_packets_processed' into `flow_src_packets_processed' and `flow_ds...lns2022-08-15
* bump libnDPI to 8f6a006e36eef0ae386f7e663d3ebecfad6a2dc9Toni Uhlig2022-07-01
* Added proper DLT_RAW dissection for IPv4 and IPv6.lns2022-04-24
* nDPIsrvd.(h|py): Added socket read/recv timeout.lns2022-04-17
* Refactored buffer subsystem.lns2022-04-16
* Executing ./tests/run_tests.sh w/o zLib should not result in diff's anymore.Toni Uhlig2022-03-24
* Reworked nDPIsrvd.h C-API.Toni Uhlig2022-03-21
* Disconnect nDPIsrvd clients immediately instead waiting for a failed write().Toni Uhlig2022-03-13
* Added nDPIsrvd TCP/IP support for distributors.Toni Uhlig2022-03-10
* Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.)Toni Uhlig2022-03-06
* Serialize flow risk score / confidence.Toni Uhlig2022-02-27
* Added logging interface used by nDPId, nDPIsrvd and nDPId-test.Toni Uhlig2022-02-03
* Process additional layer 3 protocols.Toni Uhlig2022-01-31
* Improved Plotly/Dash example. It is now somehow informative.Toni Uhlig2022-01-25
* Major nDPId extension. Sorry for the huge commit.Toni Uhlig2022-01-20
* MemoryProfiling: Advanced flow usage logging.Toni Uhlig2021-11-13
* nDPId-test: Set max buffer size for remote descriptors useful to test caching...Toni Uhlig2021-11-04
* Github Actions integrationToni Uhlig2021-09-17
* Fixed some typ0's and reduced ICMP timeout to 10s.Toni Uhlig2021-09-16
* nDPIsrvd: Fixed anther bug, introduced during refactoring -_-Toni Uhlig2021-09-15
* Improved nDPIsrvd buffer bloat handling using caching.Toni Uhlig2021-08-04
* bump libnDPI to 6b7e5fa8d251f11c1bae16ea892a43a92b098480Toni Uhlig2021-08-03
* Build JSMN with support for parent links.Toni Uhlig2021-07-13
* Enable memory profiling for nDPId-test.Toni Uhlig2021-06-18
* Unified IO buffer mgmt.Toni Uhlig2021-06-07
* Fixed CMake global CFLAGS misuse which can cause xcompile errors.Toni Uhlig2021-05-19
* travis-ci build CMake projectToni Uhlig2021-04-15
* nDPId-test: mimic full nDPId lifecycleToni Uhlig2021-04-09
* nDPId-test: added JSON distribution + JSON parsing (Multithreaded design re-u...Toni Uhlig2021-04-09
* Reverted internal ndpi structs to dynamic memory allocation hoping that it wi...Toni Uhlig2021-03-26
* Added nDPId-test as all-in-one JSON dumper.Toni Uhlig2021-03-24