aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
Commit message (Expand)AuthorAge
...
* 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
* Process additional layer 3 protocols.Toni Uhlig2022-01-31
* nDPId: Added some error messages when workflow init fails.Toni Uhlig2022-01-26
* 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
* Use blocking I/O to prevent data loss if nDPIsrvd too slow.Toni Uhlig2021-11-16
* MemoryProfiling: Advanced flow usage logging.Toni Uhlig2021-11-13
* Additional semantic validation tests.Toni Uhlig2021-11-02
* Fixed invalid "flow_last_seen" timestamp for the first packet.Toni Uhlig2021-10-08
* Fixed some typ0's and reduced ICMP timeout to 10s.Toni Uhlig2021-09-16
* fixed Warnings / build error / cosmeticsToni Uhlig2021-09-14
* Improved and Fixed another buffering issue caused by removing an outgoing fd ...Toni Uhlig2021-08-05
* Enable memory profiling for nDPId-test.Toni Uhlig2021-06-18
* Added zLib compression parameters to control compression conditions.Toni Uhlig2021-06-16
* Support for zLib flow memory compression. Experimental.Toni Uhlig2021-06-14
* Git tag/commit version printing for nDPId/nDPIsrvd. Reduces confusion.Toni Uhlig2021-06-08
* Unified IO buffer mgmt.Toni Uhlig2021-06-07
* Reworked layer 4 flow length naming/calculation.Toni Uhlig2021-05-20
* Cosmetic fixes.Toni Uhlig2021-05-13
* Use layer4 specific flow timeouts.Toni Uhlig2021-05-13
* Added missing datalink types.Toni Uhlig2021-05-12
* Added nDPId semantic validation test.Toni Uhlig2021-04-14
* Added IPv6 support for -I / -E.Toni Uhlig2021-04-11
* 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
* Added JA3 / SSL SHA1 fingerprint blacklists.Toni Uhlig2021-02-27
* 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
* 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
* 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
* Switched to a slightly modified base64 encoder basicially from wikibooks.Toni Uhlig2021-01-20
* Added internal/external packet processing modes. #2Toni Uhlig2021-01-10