aboutsummaryrefslogtreecommitdiff
path: root/dependencies/nDPIsrvd.h
Commit message (Expand)AuthorAge
* nDPId: Merged nDPId_flow_(info|finished) into nDPId_flowlns2022-04-24
* nDPIsrvd.(h|py): Added socket read/recv timeout.lns2022-04-17
* Refactored buffer subsystem.lns2022-04-16
* Reworked nDPIsrvd.h C-API.Toni Uhlig2022-03-21
* Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.)Toni Uhlig2022-03-06
* Serialize flow risk score / confidence.Toni Uhlig2022-02-27
* Major nDPId extension. Sorry for the huge commit.Toni Uhlig2022-01-20
* c-captured: Improved format string in nDPIsrvd_write_flow_info_cb.Toni Uhlig2021-10-08
* Added support/debug function to write flow(-user) related info.Toni Uhlig2021-10-08
* Improved nDPIsrvd buffer bloat handling using caching.Toni Uhlig2021-08-04
* Build JSMN with support for parent links.Toni Uhlig2021-07-13
* Unified IO buffer mgmt.Toni Uhlig2021-06-07
* Fixed nDPIsrvd.h flow end bug (flow end callback could never be called and ca...Toni Uhlig2021-04-11
* nDPId-test: added JSON distribution + JSON parsing (Multithreaded design re-u...Toni Uhlig2021-04-09
* Reduced code duplication. Preps for nDPId-test.Toni Uhlig2021-03-23
* Switched to CMake build system.Toni Uhlig2021-03-17
* nDPIsrvd collectd-exec overhaul.Toni Uhlig2021-03-15
* Added missing enum strings.Toni Uhlig2021-03-09
* Fixed possible NULL pointer deref in dependencies/nDPIsrvd.h and examples/c-c...Toni Uhlig2021-02-28
* Finalized examples/c-captured to dump packet bytes to PCAP for further analysis.Toni Uhlig2021-02-24
* Extended nDPIsrvd.h with address parsing.Toni Uhlig2021-02-23
* C-Api uses similiar flow key hash calculation as Python-Api.Toni Uhlig2021-02-19
* Aligned nDPIsrvd.py to nDPIsrvd.h for consistency.Toni Uhlig2021-02-16
* nDPIsrvd C API overhaul and massive simplification.Toni Uhlig2021-02-06
* Fixed braindead failure - Increase of NETWORK_BUFFER_MAX_SIZE > 9999 means to...Toni Uhlig2021-01-27
* Finished (mostly) C guessed/undetected flow dumper.Toni Uhlig2021-01-26
* Generic nDPIsrvd.h event handling integration and flow tracking with uthash.Toni Uhlig2020-12-06
* Removed all LUA leftover as preparation for UTHASH.Toni Uhlig2020-12-01
* Provide functionality do deal with tokens from JSMN.Toni Uhlig2020-11-17
* Fixed inconsistent callback function call if a token parsed.Toni Uhlig2020-11-13
* Renamed misleading "contrib" subfolder to "dependencies".Toni Uhlig2020-11-13