aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
* Improved Zoom protocol detectionLuca Deri2022-01-23
* Added JA3 in risj exceptionsLuca Deri2022-01-20
* H323: fix a use-after-poison error (#1412)Ivan Nardi2022-01-17
* Adds some risk exceptions for popular services and domain namesLuca2022-01-17
* Added performance tests toolsLuca Deri2022-01-16
* Added the ability to specify trusted issueDN often used in companies to self-...Luca Deri2022-01-13
* Added EthernetIP dissectorLuca Deri2022-01-12
* Fix two use-of-uninitialized-value errors (#1398)Ivan Nardi2022-01-12
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Remove some unused fields (#1393)Ivan Nardi2022-01-08
* Improved bittorrent detectionLuca Deri2022-01-06
* Update copyrightAlfredo Cardigliano2022-01-03
* Improved BitTorrent guessLuca Deri2021-12-26
* Added support for Log4J/Log4Shell detection in nDPI via a new flow risk named...Luca Deri2021-12-23
* A final(?) effort to reduce memory usage per flow (#1389)Ivan Nardi2021-12-22
* Improved bittorrent heuristicLuca Deri2021-12-21
* Added Microsoft Azure supportLuca Deri2021-12-19
* Improve/add several protocols (#1383)Ivan Nardi2021-12-18
* Improved BitTorrent classificationLuca Deri2021-12-07
* Fix configure script (after fb85dac9) (#1381)Ivan Nardi2021-12-04
* Improve IPv6 support, enabling IPv6 traffic on (almost) all dissectors. (#1380)Ivan Nardi2021-12-04
* Removed spaces from some protocol names as they create problems with some app...Luca Deri2021-11-30
* Aded default port to HTTP_CONNECTLuca Deri2021-11-25
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* BitTorrent detection improvementsLuca Deri2021-11-17
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Update ndpi_main.c for HTTP line parser optimization and cleaning (#1372)ragostino2021-11-11
* Add detection of OCSP (#1370)Ivan Nardi2021-11-11
* IMAP, POP3, SMTP: improve dissection (#1368)Ivan Nardi2021-11-11
* Improved BitTorrent detectionLuca Deri2021-11-04
* Fix use-of-uninitialized-value (#1366)Ivan Nardi2021-11-03
* Avoid overwriting valid protocol in `ndpi_detection_giveup` (#1360)Ivan Nardi2021-10-27
* Improved STUN and RTP detectionLuca Deri2021-10-27
* Detect invalid characters in text and set a risk. Fixes #1347. (#1363)Toni2021-10-26
* Fix some invalid memory reads (#1350)Ivan Nardi2021-10-19
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Reworked flow risks asignmentLuca Deri2021-10-16
* Removed outdated (and broken) soulseek dissectorLuca Deri2021-10-15
* Added missing call to ndpi_reconcile_protocols() with protocol guessLuca Deri2021-10-14
* Fixed issue on DGA numeric IP detectionLuca Deri2021-10-13
* IndemtLuca Deri2021-10-13
* Compilation fixLuca Deri2021-10-05
* Numeric IPs are not considered for DGA checksLuca Deri2021-10-05
* Improved DGA detection for skipping potential DGAs of known/popular domain namesLuca Deri2021-10-05
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Added -a <num> to ndpiReader for generating OPNsense configurationLuca Deri2021-10-04
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* FTP: fix support for START-TLS sessionsNardi Ivan2021-09-21
* Fix parsing of ipv6 packets with extension headersNardi Ivan2021-09-19
* Small fixes after latest commits (#1308)Ivan Nardi2021-09-18