Wireshark-commits: [Wireshark-commits] master 5d0aaa7: QUIC: display fin, offset and length for STR

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Sep 2019 06:56:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d0aaa7feadd500a59625a0c88c7cccb01b236b3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5d0aaa7 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: display fin, offset and length for STREAM frames
    
    Change the STREAM frame to include more details:
    
        - STREAM Stream ID: 11
        + STREAM id=0xb fin=0 off=0 len=1 uni=1
    
    The output is roughly inspired by the ngtcp2 debug logs.
    
    Change-Id: If0d3aaa3f3731da1ea032b162aa5b9c5b4b34247
    Ping-Bug: 13881
    Reviewed-on: https://code.wireshark.org/review/34632
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2dca23f   macOS: Remove no-longer-relevant documentation.
     add  5d0aaa7   QUIC: display fin, offset and length for STREAM frames


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