Wireshark-commits: [Wireshark-commits] master cff328d: QUIC: use NCI to improve connection tracking

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Sep 2018 05:46:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cff328d5bc11435e3486d395bc2d07945135c376
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cff328d by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: use NCI to improve connection tracking
    
    Short packets failed to be decrypted because no connection could be
    matched after connection migration. Slightly refactor addition of new
    connections (keyed by CID) to prepare for further changes.
    
    Tested with "picoquicdemo -f" (5ecdabd9e31d, draft -14). Requires Decode
    As QUIC since heuristics does not detect QUIC short header packets).
    
    Change-Id: I0309f077d7d190c51e8998016ed513f8bac8c301
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/29726
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  baa096a   QUIC: Add new initial_max_stream_* TP (draft -14)
     add  cff328d   QUIC: use NCI to improve connection tracking


Summary of changes:
 epan/dissectors/packet-quic.c | 59 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 50 insertions(+), 9 deletions(-)