Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add fingerprint_set flag | emanuele-f | 2020-01-02 | |
| | | ||||
| * | Minor changes | Luca | 2020-01-02 | |
| | | ||||
| * | Renamed TLS requested server name | Luca | 2020-01-02 | |
| | | ||||
| * | Reworked TLS dissection | Luca | 2020-01-01 | |
| | | ||||
| * | Kerberos fixes | Luca | 2019-12-29 | |
| | | | | | | | | Minor TLS cleanup | |||
| * | Removed disable_metadata_export preference that is no longer useful | Luca | 2019-12-29 | |
| | | | | | | | | since ndpi_process_extra_packet() can drive limited or full metadata export | |||
* | | Updated (C) | Luca Deri | 2020-01-05 | |
|/ | ||||
* | Added snprintf() return code check | Luca Deri | 2019-12-18 | |
| | ||||
* | TLS decoding improvements | Luca Deri | 2019-12-14 | |
| | ||||
* | Win fixes | Luca Deri | 2019-12-14 | |
| | ||||
* | Code cleanup | Luca Deri | 2019-12-09 | |
| | ||||
* | Code improvements | Luca Deri | 2019-12-09 | |
| | ||||
* | Additional memory bounds checks | emanuele-f | 2019-12-04 | |
| | ||||
* | Fix reversed offset check | emanuele-f | 2019-12-04 | |
| | ||||
* | Fix invalid memory access | emanuele-f | 2019-12-04 | |
| | ||||
* | Improvements to stop dissection when the first protocol is detected | Luca Deri | 2019-11-28 | |
| | | | | | Used IP-based detection to compute the application protocol Improved application detection | |||
* | Fix possible crash due to unsigned int number wrapping | emanuele-f | 2019-11-11 | |
| | ||||
* | nDPI TLS improvements using the server certificate | Luca Deri | 2019-10-26 | |
| | ||||
* | Major cleanup | Luca Deri | 2019-10-24 | |
| | | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything | |||
* | Added extra processing for POP and SMTP | Luca Deri | 2019-10-22 | |
| | ||||
* | Silenced TLS warning | Luca Deri | 2019-10-21 | |
| | ||||
* | Fix invalid memory accesses | emanuele-f | 2019-10-04 | |
| | ||||
* | Reworked categories handling | Luca Deri | 2019-09-29 | |
| | | | | | Removed GenericProtocol and replaced with categories Removed ndpi_pref_enable_category_substring_match option: substring matching is now default | |||
* | STUN protocol dissector code cleanup | Luca | 2019-09-20 | |
| | ||||
* | Fixed JA3C compuration wtih SSL (no TLS) traffic | Luca Deri | 2019-09-19 | |
| | ||||
* | Added dissection of TLS version in supported_versions of Hello packets | Luca Deri | 2019-09-18 | |
| | ||||
* | Fix notBefore/notAfter broken in previous commit | emanuele-f | 2019-09-17 | |
| | ||||
* | Fix notBefore/notAfter issues | emanuele-f | 2019-09-17 | |
| | ||||
* | Various STUN improvements | Luca Deri | 2019-09-17 | |
| | ||||
* | Warnign fix | Luca Deri | 2019-09-15 | |
| | ||||
* | As TLS certificate fingerprint is computed, TLS without certificate protocol ↵ | Luca Deri | 2019-09-15 | |
| | | | | | | has been removed Various improvemenets in detection quality | |||
* | TLS disection improvements | Luca Deri | 2019-09-15 | |
| | ||||
* | TLS certificate hash is not reported | Luca Deri | 2019-09-14 | |
| | ||||
* | TLS cerficate hash calculation | Luca Deri | 2019-09-14 | |
| | ||||
* | Added STUN check to avoid false positives | Luca Deri | 2019-09-11 | |
| | | | | | Added fingerprint comments in SSH/TLS Added netflow test pcap | |||
* | Fixed timezone conversion | Luca Deri | 2019-09-10 | |
| | ||||
* | Parsed TLS certificate validity | Luca Deri | 2019-09-10 | |
| | ||||
* | Added IMO dissector | Luca Deri | 2019-09-09 | |
| | | | | | Fixed TLS/UDP detection Reduced UBNT buffer for saving space | |||
* | Enhanced Signal detection | Luca | 2019-09-05 | |
| | ||||
* | Warning fixes | Luca Deri | 2019-08-22 | |
| | ||||
* | Implemented HASSH (https://github.com/salesforce/hassh) | Luca Deri | 2019-08-22 | |
| | ||||
* | Add NDPI_PROTOCOL_DANGEROUS classification | emanuele-f | 2019-08-09 | |
| | ||||
* | Various TLS/STUN improvememnts | Luca | 2019-08-08 | |
| | ||||
* | Reworked SSL/TLS field naming | Luca | 2019-08-08 | |
| | ||||
* | Implemented DTLS support | Luca | 2019-08-08 | |
Renamed ssl to tls |