Wireshark-commits: [Wireshark-commits] master a1266a6: MSRP: Support TCP defragmentation in MSRP
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Apr 2020 06:15:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a1266a6363e6384fc93e67e0598c010e675fc611
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a1266a6 by Kevin Hausman (kevin.hausman@xxxxxxxxxxx):

    MSRP:  Support TCP defragmentation in MSRP
    
    Add support to the MSRP dissector to reassemble messages from multiple
    packets.
    
    Bug: 8270
    Change-Id: I464c91b2e6e3c4edc242b3e2f52a8febc455e5ae
    Reviewed-on: https://code.wireshark.org/review/36894
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  17298cc   DTLS: try harder to decrypt broken traces with double CCS
     add  a1266a6   MSRP:  Support TCP defragmentation in MSRP


Summary of changes:
 epan/dissectors/packet-msrp.c | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)