summaryrefslogtreecommitdiff
path: root/dependencies/nDPIsrvd.py
Commit message (Expand)AuthorAge
* Fixed more SonarCloud complaints.Toni Uhlig2023-11-07
* Sonarcloud integrationToni Uhlig2023-10-05
* Enable custom JSON filter expressions for Python scripts.Toni Uhlig2023-08-27
* Small CI/CD/nDPIsrvd.py improvements.Toni Uhlig2023-01-17
* nDPid: Fixed base64encode bug which lead to invalid base64 strings.Toni Uhlig2023-01-09
* Increased network buffer size to 33792 bytes.Toni Uhlig2022-10-30
* flow-info.py: Command line arguments --no-color, --no-statusbar (both useful ...Toni Uhlig2022-09-22
* New flow event: 'analysis'.Toni Uhlig2022-09-13
* nDPIsrvd.py: Throw SocketTimeout Exception to catch both timeout exceptions d...Toni Uhlig2022-06-07
* nDPIsrvd.(h|py): Added socket read/recv timeout.lns2022-04-17
* Reworked nDPIsrvd.h C-API.Toni Uhlig2022-03-21
* Renamed basic event to error event for the sake of the logic.Toni Uhlig2022-03-13
* Disconnect nDPIsrvd clients immediately instead waiting for a failed write().Toni Uhlig2022-03-13
* Fixed some pyhton issues with static class members.Toni Uhlig2022-03-08
* Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.)Toni Uhlig2022-03-06
* Serialize flow risk score / confidence.Toni Uhlig2022-02-27
* Improved py-flow-info to provide more optional information about received tim...Toni Uhlig2022-02-05
* Added additional (minimalistic) detection information to flow updates.Toni Uhlig2022-02-04
* Major nDPId extension. Sorry for the huge commit.Toni Uhlig2022-01-20
* Added nDPId semantic validation test.Toni Uhlig2021-04-14
* Added IPv6 support for -I / -E.Toni Uhlig2021-04-11
* Added JSON schema validation to run_tests.shToni Uhlig2021-04-09
* Added JSON schema files and a Python schema validator.Toni Uhlig2021-02-17
* Aligned nDPIsrvd.py to nDPIsrvd.h for consistency.Toni Uhlig2021-02-16
* Fixed braindead failure - Increase of NETWORK_BUFFER_MAX_SIZE > 9999 means to...Toni Uhlig2021-01-27
* Increased JSON buffer size to 12288 (libnDPI serializes more and more informa...Toni Uhlig2021-01-27
* All colors are beautiful for py-flow-info.Toni Uhlig2021-01-26
* Increased network buffer size for python scripts (and raise exception if capa...Toni Uhlig2021-01-08
* Declared nDPI id and flow structs in nDPId flow info struct.Toni Uhlig2020-12-30
* Generic nDPIsrvd.h event handling integration and flow tracking with uthash.Toni Uhlig2020-12-06
* Renamed misleading "contrib" subfolder to "dependencies".Toni Uhlig2020-11-13