Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9ec5950: QUIC: implement PATH_CHALLENGE and PATH_RESP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Apr 2018 03:49:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ec59502dcb9ce820f8d7d47ac44972c38ef3398
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ec5950 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: implement PATH_CHALLENGE and PATH_RESPONSE frames (draft-10)
    
    PATH_CHALLENGE and PATH_RESPONSE replace the PING frame.
    https://tools.ietf.org/html/draft-ietf-quic-transport-10#section-8.16
    
    Bug: 13881
    Change-Id: I28e321d68e19640dc8a59536a526bf9ed8f7af2a
    Reviewed-on: https://code.wireshark.org/review/26993
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0136326   QUIC: initial draft-10 decryption support
    adds  9ec5950   QUIC: implement PATH_CHALLENGE and PATH_RESPONSE frames (draft-10)


Summary of changes:
 epan/dissectors/packet-quic.c | 57 ++++++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 23 deletions(-)