Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added browser TLS heuristic | Luca Deri | 2021-05-13 |
| | |||
* | Restored QUIC stats | Luca Deri | 2020-12-30 |
| | |||
* | Fixed output when tLS (nad not QUIC) is used | Luca Deri | 2020-12-28 |
| | |||
* | Fixes #1029 | Luca Deri | 2020-11-27 |
| | |||
* | Stddev calculation changes | Luca Deri | 2020-08-30 |
| | |||
* | Add sub-classification for GQUIC >= Q050 and (IETF-)QUIC | Nardi Ivan | 2020-08-21 |
| | | | | | | | | | | | Add QUIC payload and header decryption: most of the crypto code has been "copied-and-incolled" from Wireshark. That code has been clearly marked as such. All credits for that code should go to the original authors. I tried to keep the Wireshark code as similar as possible to the original, comments included, to ease future backporting of fixes. Inevitably, glibc data types and data structures, tvbuff abstraction and allocation functions have been converted. | ||
* | Major rework of QUIC dissector | Nardi Ivan | 2020-08-21 |
Improve support for GQUIC (up to Q046) and add support for Q050 and (IETF-)QUIC Still no sub-classification for Q050 and QUIC |