Wireshark-commits: [Wireshark-commits] master 9e894cf: QUIC: recognize Connection ID between 1 and

Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 31 Jan 2020 17:42:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e894cfbd8a9252c3bcc34abf36ff200b70b4262
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9e894cf by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: recognize Connection ID between 1 and 3 bytes
    
    Since draft 22 the CID length ranges from 1 - 20 instead of 4 * 18.
    Firefox 74.0a1 happened to send a SCID of 3 bytes which resulted in
    failure to find the connection for short header packets.
    
    Ping-Bug: 13881
    Change-Id: Iacff6ea215fd27861d196bc831991be7e4450419
    Reviewed-on: https://code.wireshark.org/review/35993
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  439621c   gsm_abis_om2000: Name some more information elements
     add  9e894cf   QUIC: recognize Connection ID between 1 and 3 bytes


Summary of changes:
 epan/dissectors/packet-quic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)