Wireshark-commits: [Wireshark-commits] master-2.0 3752a64: DICOM: Reassemble only when "More Fragme

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Nov 2016 16:29:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3752a643ac5c85622822c88c69d83ce23828acb8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

3752a64 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    DICOM: Reassemble only when "More Fragments" is set.
    
    When a TCP frame contains more DICOM segments, make sure that
    only segments with "More fragments" bit set gets reassembled.
    
    Bug: 13110
    Change-Id: Ie19c71285a00240a035ff92ce3183de4d9048cbd
    Reviewed-on: https://code.wireshark.org/review/18805
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit fde5e29fc14d593ef90ae32adf2c9016c7a550c2)
    Reviewed-on: https://code.wireshark.org/review/18817
    

Actions performed:

    from  be6a10a   packet-dtn.c break loop if evaluate_sdnv doesn't succeed.
    adds  3752a64   DICOM: Reassemble only when "More Fragments" is set.


Summary of changes:
 epan/dissectors/packet-dcm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)