Wireshark-commits: [Wireshark-commits] master 41b4f0b: PROFINET: Extend System Redundancy Support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Mar 2017 18:18:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41b4f0b6eaddbf923cd85b0cb0b8b29f7dbe1283
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

41b4f0b by Birol Capa (birol.capa@xxxxxxxxxxx):

    PROFINET: Extend System Redundancy Support
    
    A special ARType for System redundancy IOCARSR (0x0020) used to indicate
    SR during the IODConnectReq for Advanced Startup ARs (StartupMode:=1).
    With this change, the ARUUID is subdivided into several parts.
    APDUStatus dissection is affected by Primary/Backup switchover.
    
    Bug: 13456
    Change-Id: I0504ad2f4d15c491b0142c6d24bb8b849a929ba2
    Reviewed-on: https://code.wireshark.org/review/20422
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  e1d5147   Qt: hide the "Show" checkbox for default devices
    adds  41b4f0b   PROFINET: Extend System Redundancy Support


Summary of changes:
 plugins/profinet/packet-dcerpc-pn-io.c |  216 +++++++++++++++++++++++++++-----
 plugins/profinet/packet-pn-rt.c        |  157 ++++++++++++++++++++++-
 plugins/profinet/packet-pn.h           |    8 ++
 3 files changed, 348 insertions(+), 33 deletions(-)