Wireshark-commits: [Wireshark-commits] master daefa86: Fix issue with dissecting multiple DT1 packe
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Mar 2017 11:26:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=daefa86695ecb6f859615ccd1bee6269e2c568a5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

daefa86 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>
    

Actions performed:

    from  5760439   bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
    adds  daefa86   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(-)