Wireshark-commits: [Wireshark-commits] master 140f95a: CIP: Various I/O updates
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Jul 2018 08:45:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=140f95a0ca95a1316d4b617998a6f36ea52431b6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

140f95a by Dylan Ulis (daulis0@xxxxxxxxx):

    CIP: Various I/O updates
    
    1. CIP Generic I/O: Add a "Decode As" option for CIP Class 1
    2. Combine the 2 CIP conversation filters into one. There would never have
    been more than 1 selected. This should be easier for users and less
    clutter in the conversation menu.
    3. CIP Safety: Name the data field as cipsafety.data instead of
    enip.connection_transport_data, to make it like other CIP I/O data.
    4. Minor: Rename some more variables/functions from enip to cip, to
    reflect which actual protocol these are.
    
    Change-Id: Id895f412e3584a5efcb7e69175a1b2bb3d5e9627
    Reviewed-on: https://code.wireshark.org/review/28610
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  80c4cf0   Developer Guide: Updates
    adds  140f95a   CIP: Various I/O updates


Summary of changes:
 epan/dissectors/packet-cipsafety.c |  6 ++--
 epan/dissectors/packet-enip.c      | 65 +++++++++++++++++++++++++++++++-------
 2 files changed, 56 insertions(+), 15 deletions(-)