URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2030ed5e454b37af1a5bf07c42b2b4f2ccf00f0e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2030ed5 by Thomas Wiens (th.wiens@xxxxxx):
Added/extended handling of CPU message system
The message system includes mode-transition and alarm events by PLC
programmed blocks. The IDs in the mode-transition events are the same as
used in a SZL response, so I used the same decoding function.
Change-Id: If00990c21190ba0bed7933d6c8cfb590c6d8eab2
Reviewed-on: https://code.wireshark.org/review/13032
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ea16a84 Generate better pkg-config file
adds 2030ed5 Added/extended handling of CPU message system
Summary of changes:
epan/dissectors/packet-s7comm.c | 1490 ++++++++++++++++++++++++++++++-
epan/dissectors/packet-s7comm.h | 20 +-
epan/dissectors/packet-s7comm_szl_ids.c | 17 +
3 files changed, 1491 insertions(+), 36 deletions(-)