aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/quic_interop_V.pcapng.out
Commit message (Collapse)AuthorAge
* add ethereum protocol dissector. (#2111)Maatuq2023-10-25
| | | | | | | as explained here for bitcoin https://www.ntop.org/guides/nDPI/protocols.html#ndpi-protocol-bitcoin the same is applicable for ethereum. ethereum detection was removed from mining protocol and is now handled separately. Signed-off-by: Mahmoud Maatuq <mahmoudmatook.mm@gmail.com>
* QUIC: export QUIC version as metadataNardi Ivan2023-10-11
|
* QUIC: fix dissection of packets forcing VNNardi Ivan2023-06-08
|
* 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`