Wireshark-commits: [Wireshark-commits] master 23e062c: RTPS: fixed issues in the reassembly logic o

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Oct 2018 09:34:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23e062cdc71b5b2c203a6b2314f383cc276d2b78
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

23e062c by Juanjo Martin (juanjo@xxxxxxx):

    RTPS: fixed issues in the reassembly logic of DATA_FRAG
    
    When a DATA_FRAG contains more than one fragment, the logic does
    not work. This has been fixed.
    
    Bug: 15249
    Change-Id: I6a4291abee436114c6d57700dbe908af13fbb166
    Reviewed-on: https://code.wireshark.org/review/30435
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dcc1501   QUIC: add new Transport Parameter from draft-15
     add  23e062c   RTPS: fixed issues in the reassembly logic of DATA_FRAG


Summary of changes:
 epan/dissectors/packet-rtps.c | 71 ++++++++++++++++++++++++++-----------------
 1 file changed, 43 insertions(+), 28 deletions(-)