Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 49eeba2: ENIP-CIP-PCCC: add support for the CIP PCCC

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 05 Apr 2018 05:24:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=49eeba22c59090e911f0b2910eec8dd6477ff466
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

49eeba2 by Jared Rittle (jrittle@xxxxxxxxx):

    ENIP-CIP-PCCC: add support for the CIP PCCC Object
    
    Support has been added to the EtherNet/IP (ENIP) CIP dissector (packet-cip.c)
    to allow for the dissection of Programmable Controller Communication Commands
    (PCCC). These commands are often seen in the traffic of Programmable Logic
    Controllers (PLCs) communicating over the EtherNet/IP or DF1 protocols.
    Dissection has been implemented directly in the packet-cip dissector,
    following the structure put in place by other existing CIP classes such
    as the Connection Manager.
    
    Change-Id: Ia1e614fb7fd9fd36e79c0dac06cd5f1a9c1cea78
    Reviewed-on: https://code.wireshark.org/review/26713
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  62af765   ZigBee: Allow a different set of attributes for ZCL client and server
    adds  49eeba2   ENIP-CIP-PCCC: add support for the CIP PCCC Object


Summary of changes:
 epan/dissectors/packet-cip.c | 477 ++++++++++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-cip.h | 171 ++++++++++++++++
 2 files changed, 642 insertions(+), 6 deletions(-)