Wireshark-commits: [Wireshark-commits] master 159c190: QUIC: Implement Q034 support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Jun 2016 11:00:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=159c190177959b3828cd0de8a88ae34053c0e469
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: Implement Q034 support
    
    From https://groups.google.com/a/chromium.org/d/msg/proto-quic/HKwPvmpV-rw/svYt4cLNMwAJ
    
    Changes:
    
    1) Entropy is deprecated. Received entropy byte is removed from ACK FRAME, and sent entropy byte is removed from STOP_WAITING FRAME.
    
    2) ACK FRAME now reports the largest packet number observed so far followed by received packets ranges (rather than missing packet ranges).
    
    3) Private flags byte is removed from packet header
    
    Change-Id: I6a84a3019ee529f31638f8bf6d0cb77e4a8a3f90
    Reviewed-on: https://code.wireshark.org/review/15480
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  96783ea83 RTPS: Fixed the scenario where discovery contains PID_EXTENDED
    adds  159c190   QUIC: Implement Q034 support


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