Wireshark-commits: [Wireshark-commits] master-3.0 b4e86de: QUIC: fix wrong dissection of ODCIL
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 May 2019 05:11:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b4e86dee2e709a73393962e0ee88e9d17539296a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

b4e86de by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    QUIC: fix wrong dissection of ODCIL
    
    Since draft 17, IETF QUIC retry packets carry the Original Destination Connection ID Length (ODCIL)
    in the four least-significant bits of the first byte.
    However Wireshark's QUIC dissector expects the ODCIL to be after the source connection ID,
    which was the behaviour before draft 17, which results in incorrect dissection
    
    Issue reported by Jeremy Lainé
    
    Bug: 15764
    Change-Id: I7c6ed2988a0b0ab3f4dfe6de9f9571ae522148cf
    Reviewed-on: https://code.wireshark.org/review/33116
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 405439d41d479571e985f6248bd2a3b976c25797)
    Reviewed-on: https://code.wireshark.org/review/33137
    

Actions performed:

    from  15c2481   bacapp: fix wrong value for id 183
     add  b4e86de   QUIC: fix wrong dissection of ODCIL


Summary of changes:
 epan/dissectors/packet-quic.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)