aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
Commit message (Expand)AuthorAge
* 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
* error handling enhancementsToni Uhlig2020-08-15
* several fixes and improvmentsToni Uhlig2020-08-14
* nDPId: removed unused code, process remaining flows on shutdown (useful for r...Toni Uhlig2020-08-14
* set detection_completed = 1 if guessed/not-detected event thrownToni Uhlig2020-08-13
* improved TCP-FIN/TCP-RST and TCP-keepalive/-idle timeout handlingToni Uhlig2020-08-13
* replaced deprecated pcap_lookupdev with pcap_findalldevsToni Uhlig2020-08-12
* moved PACKET_EVENT_PAYLOAD_FLOW after FLOW_EVENT_NEW (and before FLOW_EVENT_E...Toni Uhlig2020-08-09
* event consistency: call ndpi_dpi2json only for GUESSED, DETECTED, NOT-DETECTE...Toni Uhlig2020-08-08
* nDPId: do not serialize flow riskm twiceToni Uhlig2020-08-07
* added python flow info script, improved IPv4/IPv6 string conversionToni Uhlig2020-08-06
* added utils module to share some code parts with other appsToni Uhlig2020-08-05