aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
* Added notes whenever a new flow risk is addedLuca Deri2020-06-26
* Added malformed packet risk supportLuca Deri2020-06-26
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
* Added check in TLS 1.2+ for reporting a risk when TLS is not used to carry HTTPSLuca Deri2020-06-08
* Added ndpi_dpi2json() API callLuca Deri2020-06-05
* Fixes for https://github.com/ntop/nDPI/pull/911Luca Deri2020-05-29
* Added ndpi_serialize_risk() to the nDPI APILuca Deri2020-05-24
* Added flow risk serilizationLuca Deri2020-05-24
* Added check for invalid HTTP URLsLuca Deri2020-05-16
* Added check for binary scriptsLuca Deri2020-05-15
* Added NDPI_HTTP_SUSPICIOUS_USER_AGENT ndpi_riskLuca Deri2020-05-15
* Added NDPI_TLS_CERTIFICATE_EXPIRED, NDPI_TLS_CERTIFICATE_MISMATCH, to ndpi_riskLuca Deri2020-05-15
* Added TLS weak cipher and obsolete protocol version detectionLuca Deri2020-05-10
* Added detection of self-signed TLS certificatesLuca Deri2020-05-10
* Added the ability to detect when a known protocol is using a non-standard portLuca Deri2020-05-10
* Added TLS issuerDN and subjectDNLuca Deri2020-05-07
* Win fixesLuca Deri2020-03-12
* ndpi_flow2json should check http.url before serializerNguyen Phuong An2020-02-26
* Added ndpi_is_protocol_detected() API callLuca Deri2020-02-13
* FIXED - nDPI now detect RCE injections via PCRE instead Intel HyperscanMrTiz92020-02-01
* nDPI now detect RCE injections via PCRE instead Intel Hyperscan - BUGGY, DOES...MrTiz92020-01-30
* Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstableMrTiz92020-01-30
|\
| * Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode.Alfredo Cardigliano2020-01-24
* | nDPI now detect RCE in HTTP GET requestsMrTiz92020-01-24
|/
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Renamed TLS requested server nameLuca2020-01-02
| * Reworked TLS dissectionLuca2020-01-01
* | Updated (C)Luca Deri2020-01-05
|/
* Win fixesLuca Deri2019-12-14
* Code cleanupLuca Deri2019-12-09
* Code improvementsLuca Deri2019-12-09
* Integration of the libinjection library to detect SQL injections and XSS type...MrTiz92019-12-05
* Overflow fixLuca Deri2019-11-26
* Added auth failed support with FTPLuca Deri2019-11-21
* Kerberos dissection improvementsLuca Deri2019-11-17
* Fixed SQL Injection detectionLuca2019-11-13
* Added L2TP tunnel type. Warning fix.Alfredo Cardigliano2019-11-06
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca2019-11-05
|\
| * Implemented SQL Injection and XSS attack detectionLuca Deri2019-11-01
* | Added tunnelling decapsulationLuca2019-11-05
|/
* Initial work towards HTTP content-type exportLuca2019-10-31
* Reworked email metaata extractionLuca Deri2019-10-21
* Added POP3 metadata extractionLuca Deri2019-10-20
* Implemented IMAP data extractionLuca Deri2019-10-20
* Implemented FTP user/pwd extractionLuca Deri2019-10-20
* Ports are not JSON printed when 0 (e.g. with ICMP)Luca Deri2019-10-17
* Improved ndpi_flow2jsonLuca Deri2019-10-17
* Checking gmtime_r return valueAlfredo Cardigliano2019-10-16
* Updated ndpi_flow2jsonLuca Deri2019-10-16
* Initial implementation of ndpi_flow2json APi callLuca Deri2019-10-15