Wireshark-commits: [Wireshark-commits] master 7b04a4f: QUIC: put coalesced packets in separate tree

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 Jan 2019 11:22:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7b04a4f797ce6001f33df3cc99896b1fa53103ff
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7b04a4f by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: put coalesced packets in separate trees
    
    Make the output of "tshark -Tjson --no-duplicate-keys" more useful.
    Note: connection information is only available under the first QUIC item
    to avoid duplication of information.
    
    Bug: 13881
    Change-Id: I5e25b1f3936e259d621002151f4d76a3538c9aa4
    Reviewed-on: https://code.wireshark.org/review/31817
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  74f18bd   bluetooth: Update Assigned Numbers
     add  7b04a4f   QUIC: put coalesced packets in separate trees


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