Wireshark-commits: [Wireshark-commits] master-2.2 074f310: QUIC: Fix dissection of ACK frame with Q

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 11 Aug 2016 04:02:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=074f310fd38fe3bdb83fa9a7a40471d0f28c58f4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

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

    QUIC: Fix dissection of ACK frame with Q034
    
    The ACK Frame is different after Q034
    
    Change-Id: Ib7a14ea20c37743c5af029b2bc38abc2377cc0e7
    Ping-Bug:12590
    Reviewed-on: https://code.wireshark.org/review/16960
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 02674faf8a7b8272c08cbeb2eb1cd32da5a20949)
    Reviewed-on: https://code.wireshark.org/review/16991
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  291e6d2   qnet6: fix display of MAC addresses and avoid overflow
    adds  074f310   QUIC: Fix dissection of ACK frame with Q034


Summary of changes:
 epan/dissectors/packet-quic.c |  332 +++++++++++++++++++++++++++++++----------
 1 file changed, 257 insertions(+), 75 deletions(-)