aboutsummaryrefslogtreecommitdiff
path: root/tests/pcap/quic-fuzz-overflow.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`
* QUIC: fix an integer overflow (#1337)Ivan Nardi2021-10-11
Long standing bug: credits to @lnslbrty for digging into it and to @aouinizied for the CI improvements