summaryrefslogtreecommitdiff
path: root/print-quic.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix OOB read while parsing QUIC SH packets.Rui Paulo2021-12-231-2/+4
|
* QUIC: Fix getting packet type in Long HeaderFrancois-Xavier Le Bail2021-11-091-1/+1
| | | | | | | | This change should fix the Coverity Scan issue CID 1493488: 178 ND_PRINT(", handshake"); >>> CID 1493488: Control flow issues (DEADCODE) >>> Execution cannot reach this statement: "if (packet_type == QUIC_LH_...". 179 else if (packet_type == QUIC_LH_TYPE_RETRY)
* Initial support to parse QUIC packets.Rui Paulo2021-11-091-0/+289