aboutsummaryrefslogtreecommitdiff
path: root/tests/result/quic_frags_ch_in_multiple_packets.pcapng.out
Commit message (Collapse)AuthorAge
* Reworked flow risk implementationLuca Deri2021-07-23
|
* ndpiReader: add statistics about nDPI performance (#1240)Ivan Nardi2021-07-13
| | | | | | | The goal is to have a (roughly) idea about how many packets nDPI needs to properly classify a flow. Log this information (and guessed flows number too) during unit tests, to keep track of improvements/regressions across commits.
* QUIC: add basic support for fragmented Client Hello (#1216)Ivan Nardi2021-06-24
Only in-order and non overlapping fragments are handled See #1195