aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
Commit message (Expand)AuthorAge
...
* Fixed integer overflow for tcp timeout (>INT_MAX).lns2023-05-26
* Moved `datalink` json key/value from error to packet events and renamed it to...Toni Uhlig2023-04-21
* nDPid: Fixed base64encode bug which lead to invalid base64 strings.Toni Uhlig2023-01-09
* Limit the size of base64 serialized raw packet data (8192 bytes per packet).Toni Uhlig2022-12-06
* nDPId-test: Reworked I/O handling to prevent some endless loop scenarios. Fix...Toni Uhlig2022-12-02
* Unified nDPId/nDPIsrvd command line argument storage.Toni Uhlig2022-11-21
* Improved the point of time when to append the raw packet base64 data to the s...Toni Uhlig2022-11-15
* nDPIsrvd: Provide workaround for change user/group.Toni Uhlig2022-11-13
* nDPId: Fixed base64 encoding issue.Toni Uhlig2022-11-13
* Experimental systemd support.Toni Uhlig2022-11-06
* nDPId: Added error event threshold to prevent event spamming which may be abu...Toni Uhlig2022-10-17
* Improved py-machine-learning example.Toni Uhlig2022-10-09
* Added nDPIsrvd-analysed to generate CSV files from analyse events.Toni Uhlig2022-09-30
* Refactored client distributor C API.Toni Uhlig2022-09-25
* Improved flown analyse event:Toni Uhlig2022-09-22
* nDPId: Reduced flow-updates for TCP flows to 1/4 of the timeout value.Toni Uhlig2022-09-19
* Added layer4 payload length bins.Toni Uhlig2022-09-19
* Provide thread sync via locking on architectures that do not support Compare&...Toni Uhlig2022-09-17
* Fixed last pkt time.lns2022-09-14
* New flow event: 'analysis'.Toni Uhlig2022-09-13
* nDPId: Removed thread_id nonsense as it does not provide any useful informati...Toni Uhlig2022-09-10
* include fixToni Uhlig2022-09-10
* Fixed compilation warnings on linux32 platforms.Toni Uhlig2022-09-10
* Do not use pthread_t as numeric value. Some systems define pthread_t as struct *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
* nDPId: improved error messages if UNIX/UDP endpoint refuses connections/datag...lns2022-08-27
* nDPId: support for custom UDP endpointsToni Uhlig2022-08-27
* nDPId: improved error messages if UNIX/UDP endpoint refuses connections/datag...lns2022-08-27
* nDPId: support for custom UDP endpointsToni Uhlig2022-08-27
* 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
* Do not SIGSEGV if a subopt has no value.lns2022-08-08
* Replaced outdated nDPI version info with the correct one.Toni Uhlig2022-07-14
* bump libnDPI to 8f6a006e36eef0ae386f7e663d3ebecfad6a2dc9Toni Uhlig2022-07-01
* bump libnDPI to 0b3f8ed849cdf9971224c49a3958f0904a2bbbb5lns2022-06-06
* Small fixes.lns2022-04-26
* nDPId: Merged nDPId_flow_(info|finished) into nDPId_flowlns2022-04-24
* Added proper DLT_RAW dissection for IPv4 and IPv6.lns2022-04-24
* bump libnDPI to bb12837ca75efc2691ecb18fd5f56e2d097ef26bToni Uhlig2022-03-24
* 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
* 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 build error regarding missing LINKTYPE_* define's.Toni Uhlig2022-03-06
* 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
* Added logging interface used by nDPId, nDPIsrvd and nDPId-test.Toni Uhlig2022-02-03