aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap/custom_rules_same-ip_multiple_ports.pcapng
Commit message (Collapse)AuthorAge
* Test multiple `ndpiReader` configurations (#1931)Ivan Nardi2023-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`
* Add another example of custom rules (#1923)Ivan Nardi2023-03-30
Add an example where traffic matching the same IP, but different ports is classified to different protocols. Close #189