aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
* Fixed syslog false positives. (#1577)Toni2022-06-03
* Added checkLuca Deri2022-05-30
* Added ability to return risk info in JSON format in ndpi_get_flow_risk_info()Luca2022-05-30
* Fixed dispay bug for risk_infoLuca Deri2022-05-30
* Updated tests resultsLuca Deri2022-05-30
* Added RiskInfo stringLuca Deri2022-05-30
* Compilation fixes for old gcc compilerLuca Deri2022-05-28
* Improved invalid host detectionLuca Deri2022-05-24
* Improved detection of invalid SNI and hostnames in TLS, HTTPLuca Deri2022-05-24
* Modified risk labelsLuca Deri2022-05-04
* Added ndpi_get_flow_error_code() API callLuca Deri2022-05-02
* String messages have been shrinkedLuca Deri2022-04-27
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* Errors fixed (#1482)Vitaly Lavrov2022-03-08
* Add ICMP checksum check and set risk if mismatch detected. (#1464)Toni2022-03-02
* Add a new flow risk `NDPI_ANONYMOUS_SUBSCRIBER` (#1462)Ivan Nardi2022-02-28
* Provide some API functions for convenience. (#1456)Toni2022-02-25
* Added newflow risk NDPI_HTTP_CRAWLER_BOTLuca Deri2022-02-17
* Invalid prototupe fixLuca Deri2022-02-10
* Added NDPI_ERROR_CODE_DETECTED riskLuca Deri2022-02-03
* Renamed DCERPC to more generic RPC protocol so we can use also for other type...Luca Deri2022-02-03
* Added new IDN/Punycode risk for spotting internationalized domain namesLuca2022-02-03
* Extend protocols support (#1422)Ivan Nardi2022-01-29
* Updated alert description caseLuca2022-01-28
* Serializing empty `risk blocks' pollutes the resulting string. (#1417)Toni2022-01-26
* Added NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE flow riskLuca Deri2022-01-26
* Update copyrightAlfredo Cardigliano2022-01-03
* 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
* Make serialize risk and proto not dependant on any flow. (#1377)Toni2021-12-04
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Serialize additional information stored in the flow struct. (#1362)Toni2021-10-27
* Detect invalid characters in text and set a risk. Fixes #1347. (#1363)Toni2021-10-26
* Fixed cleartext protocol assignment (#1357)Ivan Nardi2021-10-25
* Fix some invalid memory reads (#1350)Ivan Nardi2021-10-19
* Fixed cleartext protocol assignmentLuca Deri2021-10-16
* Cleaned up code moving specific includes in files their are using it. Thi pre...Luca Deri2021-10-11
* TLS obsolete protocol is set when TLS < 1.2 (used to be 1.1)Luca Deri2021-10-05
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Updated descriptionLuca Deri2021-10-05
* Reworked bitmap codeLuca Deri2021-09-27
* Added API for handling compressed bitmapsLuca Deri2021-09-26
* Improve CI (#1303)Zied Aouini2021-09-22
* Progetto esame Gestione di Reti - Debora Cerretini (#1290)deboracerretini2021-09-17
* Added new risk for clear text credentialsLuca Deri2021-09-10
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Clode cleanup (after last merge)Luca Deri2021-08-08
* Added entropy calculation to check for suspicious (encrypted) payload. (#1270)Toni2021-08-08