aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.c
Commit message (Expand)AuthorAge
* ndpiReader: fix check on max number of packets per flowIvan Nardi2025-06-23
* 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
* Remove `NDPI_PROTOCOL_BITMASK`; add a new generic bitmask data structure (#2871)Ivan Nardi2025-06-09
* 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
* TLS: avoid exporting TLS heuristic fingerprint as metadata (#2783)Ivan Nardi2025-03-27
* FastCGI: use specific metadata, not the HTTP ones (#2774)Ivan Nardi2025-03-19
* ndpiReader: remove redundant checksIvan Nardi2025-02-28
* Move `rtp` info out of `flow->protos` (#2739)Ivan Nardi2025-02-21
* Improved RTP dissection with EVS and other mobile voice codecsLuca Deri2025-02-20
* Exported RTP payload in packet metadataLuca Deri2025-02-19
* ndpiReader: print more DNS information (#2717)Ivan Nardi2025-02-11
* Added ndpi_find_protocol_qoe() API callLuca Deri2025-02-10
* fuzz: extend fuzzing coverage (#2696)Ivan Nardi2025-01-23
* TLS: remove JA3C (#2679)Ivan Nardi2025-01-14
* Fixes https://github.com/ntop/nDPI/issues/2672Luca Deri2025-01-13
* 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
* STUN counter changesLuca Deri2024-11-29
* Enhanced STUN statsLuca Deri2024-11-28
* Update `flow->flow_multimedia_types` to a bitmask (#2625)Ivan Nardi2024-11-25
* SIP: extract some basic metadataIvan Nardi2024-11-12
* Exported is_ndpi_proto definitionLuca Deri2024-11-04
* Added HTTP credentials extractionLuca Deri2024-10-31
* TLS: export heuristic fingerprint as metadata (#2609)Ivan Nardi2024-10-28
* ndpiReader: explicitly remove non ipv4/6 packets (#2601)Ivan Nardi2024-10-19
* ndpiReader: add some statistics about monitoring (#2602)Ivan Nardi2024-10-19
* Improved TCP fingepring calculationLuca Deri2024-10-18
* Implemented nDPI TCP fingerprintLuca Deri2024-10-15
* Add monitoring capability (#2588)Ivan Nardi2024-10-14
* Added support for printing JA4r when enabledLuca Deri2024-10-11
* Added -N option for dumping/restoring the DNS cache (when enabled)Luca Deri2024-10-10
* Implemented (disabled by default) DNS host cache. You can set the cache size ...Luca Deri2024-10-07
* Exports DNS A/AAAA responses (up to 4 addresses)Luca2024-10-02
* Let the library returning the packet direction calculated internally (#2572)Ivan Nardi2024-09-27
* domain lists are not loaded when -E is usedLuca2024-09-17
* fuzz: try to be a little bit faster (#2559)Ivan Nardi2024-09-17
* Reworked fingerprint export now in JSONLuca2024-09-16
* Enhanced DHCP fingerprintLuca Deri2024-09-15
* Added -E option for dumping flow fingerprintLuca Deri2024-09-15
* Introduced ndpi_master_app_protocol typedefLuca Deri2024-08-24
* Add infrastructure for explicit support of Fist Packet Classification (#2488)Ivan Nardi2024-07-03
* wireshark: lua: export some metadataNardi Ivan2024-06-25
* fuzz: improve fuzzing coverage (#2474)Ivan Nardi2024-06-17