| Commit message (Expand) | Author | Age |
* | New flow event: 'analysis'. | Toni Uhlig | 2022-09-13 |
* | nDPIsrvd-collectd: Stdout should be unbuffered. | Toni Uhlig | 2022-09-12 |
* | nDPIsrvd-collectd: RRD Graph generation script and a basic static HTML5 websi... | Toni Uhlig | 2022-09-12 |
* | Added https://gitlab.com/verzulli/ndpid-rt-analyzer.git to examples. | Toni Uhlig | 2022-09-06 |
* | Disable timestamp generation in nDPIsrvd-collectd as default. | Toni Uhlig | 2022-09-04 |
* | Split `*_l4_payload_len' into `*_src_l4_payload_len' and `*_dst_l4_payload_len'. | Toni Uhlig | 2022-08-15 |
* | c-collectd: fixed incorrect PUTVAL | Toni Uhlig | 2022-08-15 |
* | Improve README | Damiano Verzulli | 2022-08-12 |
* | c-collectd: fixed possible undefined behavior | Toni Uhlig | 2022-07-14 |
* | README update | Toni Uhlig | 2022-07-12 |
* | py-flow-dashboard: Improved graph axis scaling. | lns | 2022-06-16 |
* | CMake: do not add /usr/include/ndpi to include dirs if BUILD_NDPI or STATIC_L... | lns | 2022-06-10 |
* | Merge branch 'master' of github.com:lnslbrty/nDPId | Toni Uhlig | 2022-06-07 |
|\ |
|
| * | README update | lns | 2022-05-31 |
* | | nDPIsrvd.py: Throw SocketTimeout Exception to catch both timeout exceptions d... | Toni Uhlig | 2022-06-07 |
|/ |
|
* | Small fixes. | lns | 2022-04-26 |
* | Added proper DLT_RAW dissection for IPv4 and IPv6. | lns | 2022-04-24 |
* | nDPIsrvd.(h|py): Added socket read/recv timeout. | lns | 2022-04-17 |
* | Executing ./tests/run_tests.sh w/o zLib should not result in diff's anymore. | Toni Uhlig | 2022-03-24 |
* | Reworked nDPIsrvd.h C-API. | Toni Uhlig | 2022-03-21 |
* | Renamed basic event to error event for the sake of the logic. | Toni Uhlig | 2022-03-13 |
* | Disconnect nDPIsrvd clients immediately instead waiting for a failed write(). | Toni Uhlig | 2022-03-13 |
* | Fixed some pyhton issues with static class members. | Toni Uhlig | 2022-03-08 |
* | Updated examples/README.md | Toni Uhlig | 2022-03-06 |
* | Removed go-dashboard example. | Toni Uhlig | 2022-03-06 |
* | Added daemon event: DAEMON_EVENT_STATUS (periodically send's daemon statistics.) | Toni Uhlig | 2022-03-06 |
* | Serialize flow risk score / confidence. | Toni Uhlig | 2022-02-27 |
* | Improved py-flow-info to provide more optional information about received tim... | Toni Uhlig | 2022-02-05 |
* | Added additional (minimalistic) detection information to flow updates. | Toni Uhlig | 2022-02-04 |
* | nDPIsrvd: Fixed memory leak caused be not clearing buffer cache after a clien... | Toni Uhlig | 2022-01-26 |
* | py-flow-dashboard: added tab layout and event pie chart | Toni Uhlig | 2022-01-26 |
* | 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 |
* | Removed py-flow-undetected-to-pcap and py-risky-flow-to-pcap. Done by c-captu... | Toni Uhlig | 2021-11-21 |
* | go-dashboard renaming, ignore go-mod and it's file structure | Toni Uhlig | 2021-11-21 |
* | Added timestamp validation test. | Toni Uhlig | 2021-11-02 |
* | Additional semantic validation tests. | Toni Uhlig | 2021-11-02 |
* | c-captured: Improved format string in nDPIsrvd_write_flow_info_cb. | Toni Uhlig | 2021-10-08 |
* | Fixed compile error due to missing stdint.h include before ndpi_typedefs.h | Toni Uhlig | 2021-10-08 |
* | Added support/debug function to write flow(-user) related info. | Toni Uhlig | 2021-10-08 |
* | bump libnDPI to 6b7e5fa8d251f11c1bae16ea892a43a92b098480 | Toni Uhlig | 2021-08-03 |
* | Build JSMN with support for parent links. | Toni Uhlig | 2021-07-13 |
* | Unified IO buffer mgmt. | Toni Uhlig | 2021-06-07 |
* | flow-dash: Simplified and extended bar graph. | Toni Uhlig | 2021-05-28 |
* | flow-dash: Added live bars visualising midstream/risky flow count. | Toni Uhlig | 2021-05-28 |
* | Added realtime web based graph example using Plotly/Dash. | Toni Uhlig | 2021-05-27 |
* | Added simple Python Multiprocess example. | Toni Uhlig | 2021-05-26 |
* | nDPIsrvd-captured: skip empty flows based on flow total payload length | Toni Uhlig | 2021-05-20 |
* | Reworked layer 4 flow length naming/calculation. | Toni Uhlig | 2021-05-20 |
* | Fixed CMake global CFLAGS misuse which can cause xcompile errors. | Toni Uhlig | 2021-05-19 |