aboutsummaryrefslogtreecommitdiff
path: root/tests/result/quic_frags_ch_in_multiple_packets.pcapng.out
Commit message (Collapse)AuthorAge
* Fixed cleartext protocol assignment (#1357)Ivan Nardi2021-10-25
|
* Refreshed results listLuca Deri2021-10-16
|
* Updated test results after latest commitLuca Deri2021-10-16
|
* Updated outputLuca Deri2021-08-07
|
* 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