aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
* 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
* Speed and memory size optimisation (#1214)Vitaly Lavrov2021-06-23
* Warnign fixLuca Deri2021-06-03
* Reworked ndpi flow risk score adding client and server scoreLuca2021-06-01
* Fix warningsAlfredo Cardigliano2021-05-25
* Improved TLS browser detection heuristicsLuca Deri2021-05-19
* Added risk/score dump (ndpiReader -h)Luca Deri2021-05-18
* Updated API for ndpi_risk2score()Luca Deri2021-05-17
* Reworked human readeable string search in flowsLuca Deri2021-05-17
* Implemented heuristic to detect Safari and Firefox TLS browsingLuca Deri2021-05-13
* Implemented flow score in Wireshark integrationLuca Deri2021-05-10
* Fix some warnings (#1181)Ivan Nardi2021-05-09
* Added ndpi_risk2severity() API callLuca2021-05-02
* Check for common ALPNs and set a flow risk if not known. (#1175)Toni2021-04-27