Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Refreshed results list | Luca Deri | 2021-10-16 | |
| | ||||
* | Updated test results after latest commit | Luca Deri | 2021-10-16 | |
| | ||||
* | Improved DGA detection for skipping potential DGAs of known/popular domain names | Luca Deri | 2021-10-05 | |
| | ||||
* | Update unit tests results after da8eed5a (#1323) | Ivan Nardi | 2021-10-05 | |
| | ||||
* | Fix parsing of ipv6 packets with extension headers | Nardi Ivan | 2021-09-19 | |
| | | | | | | | | Decoding of ipv6 traffic with extension headers was completely broken, since the beginning of the L4 header was always set to a wrong value. Handle the ipv6 fragments in the same way as the ipv4 ones: keep the first one and drop the others. | |||
* | Updated output | Luca Deri | 2021-08-07 | |
| | ||||
* | ndpiReader: add statistics about nDPI performance (#1240) | Ivan Nardi | 2021-07-13 | |
| | | | | | | | The goal is to have a (roughly) idea about how many packets nDPI needs to properly classify a flow. Log this information (and guessed flows number too) during unit tests, to keep track of improvements/regressions across commits. | |||
* | Updated category labels | Luca Deri | 2021-07-08 | |
| | ||||
* | Addesses partial application matching (#1207) | Luca Deri | 2021-06-21 | |
| | ||||
* | Improved TLS browser detection heuristics | Luca Deri | 2021-05-19 | |
| | ||||
* | Added flow risk score | Luca Deri | 2021-05-18 | |
| | ||||
* | Reworked human readeable string search in flows | Luca Deri | 2021-05-17 | |
| | | | | Removed fragment manager code | |||
* | Added browser TLS heuristic | Luca Deri | 2021-05-13 | |
| | ||||
* | Reworked JA3 | Luca Deri | 2021-03-19 | |
| | ||||
* | Modified JA3 fingerprint message | Luca Deri | 2021-02-24 | |
| | ||||
* | Added NDPI_MALICIOUS_JA3 flow risk | Luca Deri | 2021-02-22 | |
| | | | | Added ndpi_load_malicious_ja3_file() API call | |||
* | Fixes #1029 | Luca Deri | 2020-11-27 | |
| | ||||
* | Updated results | Luca Deri | 2020-11-16 | |
| | ||||
* | Add Virtual Asssitant (Alexa, Siri) support. (#1057) | Zied Aouini | 2020-11-16 | |
* Add AmazonAlexa protocol. * Add AmazonAlexa test file and result. * Include pcapng as file format. * Rename Category to VirtualAssistant. * Add AppleSiri virtual assistant. * Fix pcapng test files format support. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> |