Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improved DGA detection | Luca Deri | 2021-03-03 |
| | | | | | | | | Before Accuracy 66%, Precision 86%, Recall 38% After Accuracy 71%, Precision 89%, Recall 49% | ||
* | Improved DGA detection with trigrams. Disadvantage: slower startup time | Luca Deri | 2021-03-03 |
| | | | | | Reworked Tor dissector embedded in TLS (fixes #1141) Removed false positive on HTTP User-Agent | ||
* | Fixes #1029 | Luca Deri | 2020-11-27 |
| | |||
* | Updated results | Luca Deri | 2020-11-16 |
| | |||
* | Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are ↵ | Luca Deri | 2020-08-30 |
| | | | | not condidered safe/secure | ||
* | Fixed false positive in suspicous user agent | Luca Deri | 2020-08-30 |
| | | | | Optimized stddev calculation | ||
* | Fixed partial TLS dissection | Luca Deri | 2020-07-30 |
| | |||
* | Changed due to bin size extension | Luca Deri | 2020-07-30 |
| | |||
* | Updated test results due to bin changes | Luca Deri | 2020-07-09 |
| | |||
* | Fixes #906 | Luca Deri | 2020-06-22 |
| | | | | Packet bins are not printed wehn empty | ||
* | Added ndpi_bin_XXX API | Luca Deri | 2020-06-22 |
| | | | | Added packet lenght distribution bins | ||
* | DGA detection improvements | Luca Deri | 2020-06-18 |
| | |||
* | Added TLS weak cipher and obsolete protocol version detection | Luca Deri | 2020-05-10 |
| | |||
* | Added TLS issuerDN and subjectDN | Luca Deri | 2020-05-07 |
| | |||
* | NetBIOS dissection improvements | Luca Deri | 2020-03-01 |
| | |||
* | Remove decimals in test results for IAT, packet lengths and goodput ratio | emanuele-f | 2020-02-14 |
| | |||
* | Reworked TLS dissection | Luca | 2020-01-01 |
| | |||
* | Updated results | Luca Deri | 2019-11-21 |
| | |||
* | 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 NetBIOS metadata export | Luca Deri | 2019-10-08 |
| | |||
* | Manual merge of pull #769 | Luca Deri | 2019-10-02 |
| | |||
* | Improves IAT calculation | Luca | 2019-09-24 |
| | |||
* | Parsed TLS certificate validity | Luca Deri | 2019-09-10 |
| | |||
* | Added -C to generate CSV analysis files | Luca | 2019-09-03 |
| | | | | Improved IAT and byte distribution | ||
* | Average calculation fix | Luca | 2019-08-29 |
| | |||
* | Compilation fix on systems without JSON-C | Luca Deri | 2019-08-29 |
| | |||
* | Uodated results | Luca | 2019-08-29 |
| | |||
* | Added entropy, average, stddev, variance, bytes ratio calculation | Luca | 2019-08-28 |
| | |||
* | Various TLS/STUN improvememnts | Luca | 2019-08-08 |
| | |||
* | Implemented DTLS support | Luca | 2019-08-08 |
| | | | | Renamed ssl to tls | ||
* | Added -e option to ndpiReader for searchign human readeable strings lenght | Luca Deri | 2019-07-24 |
| | | | | Default human readeable strings lenght is not 5 chars (used to be 8) | ||
* | Refresh after data leak detection | Luca Deri | 2019-07-18 |
| | |||
* | Added missing categorization when giveup/guess is called | Luca | 2018-08-30 |
| | | | | | Added optimization for TCP flows that do not start with a SYN packet: early giveup is performed Code cleanup | ||
* | Updated results based on the new output format | Luca | 2018-07-21 |
| | |||
* | Updated test resuls | Luca Deri | 2018-05-18 |
| | |||
* | Updated test results | Luca Deri | 2018-05-14 |
| | |||
* | Implemented flow sort based on total bytes so that we can (with -v X) ↵ | Luca | 2017-08-02 |
| | | | | immediately spot elephants and mice | ||
* | update results after modifications | Campus | 2017-05-26 |
| | |||
* | Updated results are ndpiReader output has been modified | Luca Deri | 2017-05-17 |
| | |||
* | update flow thanks to commit a9c01ded174ed380a2d135cfb9b903f616b0e175 | Campus | 2017-04-20 |
| | |||
* | Dissected SSH client/server versions and reported in data structures | Luca Deri | 2017-02-11 |
| | |||
* | update Skype and MS_OneDrive range IP address | Campus | 2016-08-27 |
| | |||
* | Recomputed results due to the previous commit | Luca Deri | 2016-06-19 |
| | |||
* | Removed false positives from CoAP protocol | Luca Deri | 2016-06-19 |
Improved DNS detection Added misisng default DropBox port Fix for #154 Added sample pcap of Tor traffic for regression testing |