Wireshark-commits: [Wireshark-commits] master 41e08a5: s7comm: Implement packet reassembly

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Jul 2019 12:00:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41e08a5b6236611d6c2aab14992c3e231e1bf2c6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

41e08a5 by Thomas Wiens (th.wiens@xxxxxx):

    s7comm: Implement packet reassembly
    
    Implemented packet reassembly of userdata telegrams.
    Modified existing functions which before had shown only raw data on
    fragmented telegrams.
    
    Change-Id: Ia8d02928c08ad5228da28ac6a4b4df7ed99ab47e
    Reviewed-on: https://code.wireshark.org/review/33920
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8d2b635   Qt: Fix our template icon appearance on LoDPI screens.
     add  41e08a5   s7comm: Implement packet reassembly


Summary of changes:
 epan/dissectors/packet-s7comm.c         | 660 ++++++++++++++++++++++----------
 epan/dissectors/packet-s7comm_szl_ids.c | 349 +++++++----------
 epan/dissectors/packet-s7comm_szl_ids.h |   2 +-
 3 files changed, 596 insertions(+), 415 deletions(-)