Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make some test traces smaller (#2243) | Ivan Nardi | 2024-01-08 |
| | | | | | | Having smaller traces help fuzzing: we want the fuzzers to mutate "interesting" packets analyzed by nDPI, i.e. the first packets of each flows. Try hard to keep the same classification and extraction capabilities | ||
* | 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` |