Wireshark-commits: [Wireshark-commits] master 618ca46: Add support for verifying CIP Safety CRC val

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Mar 2017 05:51:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=618ca466aae3637d641a6e3101b62f1e552a7ee1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

618ca46 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add support for verifying CIP Safety CRC values.
    
    Change-Id: I44f7ff6980f27b1a0d4199a91f9b217aec7e4652
    Reviewed-on: https://code.wireshark.org/review/20557
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  05b61a2   QUIC: Add TBKP (Token Binding Key Params) tag
    adds  618ca46   Add support for verifying CIP Safety CRC values.


Summary of changes:
 debian/libwsutil0.symbols          |    4 +
 epan/dissectors/packet-cip.c       |   24 +-
 epan/dissectors/packet-cip.h       |    5 +
 epan/dissectors/packet-cipsafety.c |  580 ++++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-cipsafety.h |    3 +-
 epan/dissectors/packet-enip.c      |   30 +-
 epan/dissectors/packet-enip.h      |   16 +
 wsutil/crc16.c                     |   53 ++++
 wsutil/crc16.h                     |    9 +
 wsutil/crc32.c                     |   86 ++++++
 wsutil/crc32.h                     |    9 +
 wsutil/crc8.c                      |  106 +++++++
 wsutil/crc8.h                      |   18 ++
 13 files changed, 880 insertions(+), 63 deletions(-)