mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
QUIC: Do not consume EncryptedLongPacketPayload
The payload is already consumed within the InitialPacket unit. Consuming it again resulted in UDP datagrams with multiple packets to ignore the remaining packets in the same UDP datagram. The baseline changes showing I being followed by a new H indicates that the INITIAL packet was followed by a HANDSHAKE packet, but previously Zeek discarded these.
This commit is contained in:
parent
f63677fcd5
commit
e459d96fb6
5 changed files with 6 additions and 11 deletions
|
@ -47,3 +47,4 @@ zerortt.pcap
|
|||
1.0, zero_rtt_packet, T, CtPZjS20MLrsMUOJi2, 1, 15ae5e5e4962163f410b5529fc125bbc,
|
||||
1.0, initial_packet, CtPZjS20MLrsMUOJi2, T, 1, 3ec82f67,
|
||||
1.0, handshake_packet, T, CtPZjS20MLrsMUOJi2, 1, 3ec82f67,
|
||||
1.0, handshake_packet, T, CtPZjS20MLrsMUOJi2, 1, 3ec82f67,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue