Wireshark-commits: [Wireshark-commits] master 755ccae: QUIC: fix dissection of ACK Frame

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jan 2017 04:58:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=755ccae9bf0cc9e32a845fc36bbeaadc885fab6b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: fix dissection of ACK Frame
    
    First Ack Block is always present in ACK Frame (don't depend of present of NACK)
    
    Change-Id: I702151a6ccb236272ace9dfdf0f4b507a549871e
    Reviewed-on: https://code.wireshark.org/review/19627
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7f52ff0   RSVD dissector: added RSVD v2 verbs
    adds  755ccae   QUIC: fix dissection of ACK Frame


Summary of changes:
 epan/dissectors/packet-quic.c |   51 +++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 27 deletions(-)