aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
* Added NDPI_MINOR_ISSUES risk used for storing generic/relevant information ab...Luca Deri2022-12-31
* Added NDPI_PERIODIC_FLOW flow risk to be used by apps based on nDPILuca Deri2022-12-30
* Implemented EDNS(0) support in DNS dissectorLuca Deri2022-12-29
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* Remove some old protocols (#1832)Ivan Nardi2022-12-23
* Fix infinite loop when a custom rule has port 65535 (#1833)Ivan Nardi2022-12-21
* Added TP-LINK Smart Home Protocol dissector. (#1841)Darryl Sokoloski2022-12-20
* Added TUYA LAN Protocol dissector. (#1838)Darryl Sokoloski2022-12-19
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* STUN: add detection of ZOOM peer-to-peer flows (#1825)Ivan Nardi2022-12-11
* DTLS: handle (certificate) fragments (#1811)Ivan Nardi2022-12-10
* Fix undefined-behavior when setting empty user-agent (#1821)Ivan Nardi2022-12-10
* fuzz: add a new fuzzer testing memory allocation failures (#1818)Ivan Nardi2022-12-06
* Exported HTTP server in metadataLuca Deri2022-12-05
* CI: GitHub is updating Ubuntu runners (#1817)Ivan Nardi2022-12-03
* Make LRU caches ipv6 aware (#1810)Ivan Nardi2022-12-03
* Improved HTTP header parsing skipping lines that won't matchLuca Deri2022-12-03
* Fix classification "by-port" of QUIC flows (#1785)Ivan Nardi2022-11-22
* TLS: improve handling of ALPN(s) (#1784)Ivan Nardi2022-10-25
* Fix memory corruption on TCP flows (#1786)Ivan Nardi2022-10-25
* Add Elasticsearch protocol dissector. (#1782)Toni2022-10-21
* Add Munin protocol dissector.Toni Uhlig2022-10-20
* Updated FortiClient default portsLuca Deri2022-10-19
* LINE_CALL: add detection of LINE voip calls (#1761)Ivan Nardi2022-10-06
* Added new flow risk NDPI_HTTP_OBSOLETE_SERVER. Currently Apache and nginx are...Luca2022-10-04
* Fix compilation and sync utests resultsNardi Ivan2022-10-04
* Added the ability to track the payload via -E and via the new option 'ndpi_tr...Luca2022-10-04
* Line app support (#1759)sharonenoch2022-10-01
* Fixed invalid unidirectional traffic alert for unidirectional protocols (e.g....Luca2022-09-29
* Remove unused codeNardi Ivan2022-09-28
* Fix value of `ndpi_protocol->protocol_by_ip`Nardi Ivan2022-09-25
* Changed some protocol categories to align with others.Toni Uhlig2022-09-23
* Sizes of LRU caches are now configurableNardi Ivan2022-09-23
* DNS: change category of DNS flowsNardi Ivan2022-09-22
* Fix CI after nBPF integration (#1746)Ivan Nardi2022-09-21
* Copilation fixLuca Deri2022-09-21
* Finalized nBPF support. You can now define custom protocols such asLuca Deri2022-09-21
* Remove classification "by-ip" from protocol stack (#1743)Ivan Nardi2022-09-20
* Initial work towards custom BPF protocol definitionLuca2022-09-16
* Add CryNetwork dissector.Toni Uhlig2022-09-16
* Add Syncthing dissector.Toni Uhlig2022-09-16
* Add NATPMP dissector. (#1738)Toni2022-09-16
* Remove a case of guessed sub-classificationNardi Ivan2022-09-14
* Dissectors shouldn't update `flow->guessed_host_protocol_id`Nardi Ivan2022-09-14
* Fix `ndpi_do_guess()` (#1731)Ivan Nardi2022-09-12
* Avoid useless host automa lookup (#1724)Ivan Nardi2022-09-05
* Fix endianess in IP-Port lookupNardi Ivan2022-09-05
* Add support to opportunistic TLSNardi Ivan2022-09-04
* Improved MGCP dissector. (#1717)Toni2022-08-30
* Add FastCGI protocol detection. (#1711)Toni2022-08-24