Wireshark-commits: [Wireshark-commits] master 674533e: QUIC: Add DATAGRAM frame type
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 Nov 2019 09:28:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=674533ef2f3525b8f1073b0fe44e4694cf9167d3
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    QUIC: Add DATAGRAM frame type
    
    DATAGRAM 0x30 and 0x31 (with length)
    
    From https://tools.ietf.org/html/draft-pauly-quic-datagram-05
    
    Change-Id: I8706316b81334cf27627d2c0c4a11333dbc2a7ee
    Reviewed-on: https://code.wireshark.org/review/35101
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d6e836f   QUIC: Add max_datagram_frame_size
     add  674533e   QUIC: Add DATAGRAM frame type


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