aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
* 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
* Added TLS fatal alert flow riskLuca Deri2021-08-07
* Added ability to report whether a protocol is encryptedLuca Deri2021-08-07
* Improved risk detection mask algorithmLuca Deri2021-07-26
* Implemented ALPN automa for checking uncommon ALPNsLuca Deri2021-07-24
* Risk check improvementLuca Deri2021-07-24
* Reworked flow risk implementationLuca Deri2021-07-23
* Implemented function to retrieve flow information. #1253 (#1254)Toni2021-07-23
* Implementation of flow risk eception (work in progress)Luca Deri2021-07-22
* Added risk: TLS_EXTENSION_SUSPICIOUS (#1252)Toni2021-07-19
* Code cleanup. (#1246)Vitaly Lavrov2021-07-16
* TLS Risks - Certificate Validity Too Long (#1239)pacant2021-07-14
* ahoсorasick. Code review. Part 2. (#1236)Vitaly Lavrov2021-07-12
* Removed ht_hash as it is not used anymore. (#1220)Toni2021-06-29