Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fuzz: improve fuzzing coverage (#2309) | Ivan Nardi | 2024-02-09 |
| | |||
* | Teamviewer: varius fixes (#2228) | Ivan Nardi | 2024-01-02 |
| | | | | | | | | | We already have a generic (and up to date) logic to handle ip addresses: remove that stale list. Teamviewer uses TCP and UDP, both; we can't access `flow->l4.udp`. According to a comment, we set the flow risk `NDPI_DESKTOP_OR_FILE_SHARING_SESSION` only for the UDP flows. | ||
* | fuzz: extend coverage (#2073) | Ivan Nardi | 2023-08-20 |
| | |||
* | Test multiple `ndpiReader` configurations (#1931) | Ivan Nardi | 2023-04-06 |
Extend internal unit tests to handle multiple configurations. As some examples, add tests about: * disabling some protocols * disabling Ookla aggressiveness Every configurations data is stored in a dedicated directory under `tests\cfgs` |