URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc9e404ab2dd2d76e92fc492126cc489c17d019a
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
fc9e404 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: small connection tracking optimization
Track valid CID lengths, this makes it possible to detect whether any
valid QUIC long packet is present in the capture and allows for skipping
some hash-table lookups.
Change-Id: I20db2ca1d40af2a9b34fffe24b4b636f358d5795
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/29727
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from cff328d QUIC: use NCI to improve connection tracking
add fc9e404 QUIC: small connection tracking optimization
Summary of changes:
epan/dissectors/packet-quic.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)