aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
Commit message (Expand)AuthorAge
* 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
* Added internal/external packet processing modes.Toni Uhlig2021-01-06
* Declared nDPI id and flow structs in nDPId flow info struct.Toni Uhlig2020-12-30
* Set an optional bpf filter string for pcap based packet capture.Toni Uhlig2020-12-29
* nDPIsrvd: Distributor clients which are too slow can cause buffer bloat.Toni Uhlig2020-12-19
* nDPId option validation is now less restrictiveToni Uhlig2020-12-14
* Let travis use pcap files from nDPI to produce some JSON output. (disabled, n...Toni Uhlig2020-12-01
* Moved datalink layer processing into a separate function.Toni Uhlig2020-11-18
* More detailed `nanosleep() before close()' description.Toni Uhlig2020-11-11
* Improved default capture device handling if none set via `-i'.Toni Uhlig2020-11-08
* Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ...Toni Uhlig2020-11-08
* nDPId/nDPIsrvd: change_user_group does now chown/chmod collector/distributor ...Toni Uhlig2020-10-07
* nDPId: Fixed BUG if flow was guessed but "Unknown" detected protocol serialized.Toni Uhlig2020-10-01
* Added additional datalink header check for DLT_NULL/IPv6.Toni Uhlig2020-09-28
* Added alias support for an nDPId instance.Toni Uhlig2020-09-27
* Added daemon events.Toni Uhlig2020-09-27
* Added host_server_name length to hash to send a detection update if length ch...Toni Uhlig2020-09-26
* Added new flow event: FLOW_EVENT_DETECTION_UPDATEToni Uhlig2020-09-25
* Process extra packets with nDPI, still not perfect but results in a more accu...Toni Uhlig2020-09-24
* nDPId: Change user/group after init.Toni Uhlig2020-09-21
* nDPId: Print compiled-in libgcrypt version (if libndpi was compiled with libg...Toni Uhlig2020-08-31
* nDPId: Improved command line option parsing, app usage and subopts for (caref...Toni Uhlig2020-08-26
* nDPId: subopt parsing skeletonToni Uhlig2020-08-19
* added pkt_type and pkt_ipoffset to json serializationToni Uhlig2020-08-19
* minor improvments regarding flow guessing on flow end/idle and other not wort...Toni Uhlig2020-08-16