Wireshark-commits: [Wireshark-commits] master-2.0 8a3a6b0: Fix issue with dissecting multiple DT1 p
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Mar 2017 05:42:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a3a6b0e5c5f7471d4267fd813da080194b35c0f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

8a3a6b0 by Rustam Safargalin (rustam.safargalin@xxxxxxxx):

    Fix issue with dissecting multiple DT1 packets in the frame
    
    When parameter 'Reassemble SCCP messages' enabled in case there
    are more than one complete DT1 in the frame they had not been
    dissected.
    
    Bug: 11130
    Bug: 3360
    Change-Id: Iba9093105fcd95dc398607c950129ed1db866c85
    Reviewed-on: https://code.wireshark.org/review/18615
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit daefa86695ecb6f859615ccd1bee6269e2c568a5)
    Reviewed-on: https://code.wireshark.org/review/20432
    

Actions performed:

    from  5a62b8b   Clean up indentation.
    adds  8a3a6b0   Fix issue with dissecting multiple DT1 packets in the frame


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