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 f5bf04e: QUIC: Add Client/Server handshake (CHLO / SH

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Sep 2015 04:18:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5bf04edb1ac0d8a21fa85bedf5fed9c35864560
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: Add Client/Server handshake (CHLO / SHLO / REJ)
    
    Support decode of tag/value
    
    Only try to decode handshake when sequence number = 1
    
    (Working on function to check if the packet is handshake..)
    There is sometimes issue for decode ACK Special Frame Type...
    
    Bug: 11494
    Change-Id: If1f4051fc9c11d343acb7f15f94a325d4243a070
    Reviewed-on: https://code.wireshark.org/review/8171
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9162177   Make IPv4/IPv6 DiffServ fields uniform
    adds  f5bf04e   QUIC: Add Client/Server handshake (CHLO / SHLO / REJ)


Summary of changes:
 epan/dissectors/packet-quic.c | 1260 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 1238 insertions(+), 22 deletions(-)