aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Expand)AuthorAge
* Refactor: make src_name/dst_name dynamically allocated to reduce RAM usage (#...Fábio Depin2025-07-02
* Fix logic: reset stats once per thread after clearing all flow roots (#2905)Fábio Depin2025-06-24
* Fix stats memory reuse and cleanup across duration loops in ndpiReader (#2903...Fábio Depin2025-06-24
* New API to enable/disable protocols. Removed `NDPI_LAST_IMPLEMENTED_PROTOCOL`...Ivan Nardi2025-06-23
* fuzz: fuzz loading of external protocols lists (#2897)Ivan Nardi2025-06-22
* ndpiReader: print categories summary (#2895)Ivan Nardi2025-06-21
* Merged protocols (now free to use) into existing categoriesLuca Deri2025-06-17
* Renamed custom protocol labelsLuca Deri2025-06-17
* Check `ndpi_finalize_initialization()` return value (#2884)Ivan Nardi2025-06-14
* Rework sanity checks and remove some functions from API (#2882)Ivan Nardi2025-06-12
* Rename `ndpi_bitmask_dealloc` into `ndpi_bitmask_free`Ivan Nardi2025-06-09
* Remove `NDPI_PROTOCOL_BITMASK`; add a new generic bitmask data structure (#2871)Ivan Nardi2025-06-09
* Improved HTTP risk reportLuca Deri2025-06-08
* Sync unit tests resultsIvan Nardi2025-06-05
* Remove `ndpi_set_proto_defaults()` from the API (#2863)Ivan Nardi2025-06-03
* First step into a dynamic number of protocols (#2857)Ivan Nardi2025-06-03
* New API to enable/disable protocols; remove `ndpi_set_protocol_detection_bitm...Ivan Nardi2025-06-03
* Moved variable across filesLuca Deri2025-05-29
* Changed variable nameLuca Deri2025-05-29
* Added ndpi_load_protocols_dir() API call for loading IP-based protocol detectionLuca Deri2025-05-28
* BFCP: fix check on payload length and extract metadata (#2854)Ivan Nardi2025-05-26
* Add ndpi_memcasecmp, refactor mail protocol dissectors (#2849)Vladimir Gavrilov2025-05-24
* Added new APi callsLuca Deri2025-05-20
* Fix unit test compilation on Window (#2802)Ivan Nardi2025-04-28
* TLS: avoid exporting TLS heuristic fingerprint as metadata (#2783)Ivan Nardi2025-03-27
* Fix typo in -P help for ndpiReader (#2775)Miguel Torres2025-03-24
* FastCGI: use specific metadata, not the HTTP ones (#2774)Ivan Nardi2025-03-19
* Improved RTP dissection with EVS and other mobile voice codecsLuca Deri2025-02-20
* Exported RTP payload in packet metadataLuca Deri2025-02-19
* Further domain checksLuca Deri2025-02-19
* ndpiReader: print more DNS information (#2717)Ivan Nardi2025-02-11
* DNS: fix check for DGA domain (#2716)Ivan Nardi2025-02-11
* Added ndpi_find_protocol_qoe() API callLuca Deri2025-02-10
* ndpiReader: add some global statistics about FPC (#2680)Ivan Nardi2025-01-17
* Add (kind of) support for loading a list of JA4C malicious fingerprints (#2678)Ivan Nardi2025-01-14
* Fix code scanning alert no. 7: Multiplication result converted to larger type...Luca Deri2025-01-13
* Remove JA3C output from ndpiReader (#2667)Ivan Nardi2025-01-12
* ndpiReader: update JA statistics (#2646)Ivan Nardi2025-01-06
* QUIC: extract "max idle timeout" parameter (#2649)Ivan Nardi2025-01-06
* TLS: remove ESNI support (#2648)Ivan Nardi2025-01-06
* STUN/RTP: improve metadata extraction (#2641)Ivan Nardi2024-12-11
* Add a configuration file to ndpiReader (#2629)Ivan Nardi2024-11-27
* Update `flow->flow_multimedia_types` to a bitmask (#2625)Ivan Nardi2024-11-25
* Remove unused variableAlfredo Cardigliano2024-11-18
* ndpiReader: fix statistic about total number of flows (#2622)Ivan Nardi2024-11-18
* SIP: extract some basic metadataIvan Nardi2024-11-12
* Unify ndpi debug logging to always use a u16 protocol id (#2613)Toni2024-11-11
* Crash fix when -f is specified with a non-existing pcap file (-i)Luca Deri2024-11-04
* Exported is_ndpi_proto definitionLuca Deri2024-11-04
* Added HTTP credentials extractionLuca Deri2024-10-31