Wireshark-commits: [Wireshark-commits] master a7ef22d: Register the ZigBee ZCL cluster with a manuf

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Mar 2018 06:16:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7ef22d24725a7dbbc0a4cecc57ffa2dc0bf4aef
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a7ef22d by Paul Zander (p.j.zander@xxxxxxxxxxxx):

    Register the ZigBee ZCL cluster with a manufacturer specific code.
    
    Change-Id: I3ac949ba6d6cd0cd61d0a8bb59f568d6a33998c7
    Reviewed-on: https://code.wireshark.org/review/26441
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  be177eb   Add support for ZigBee ZCL manufacturer specific attributes and commands.
    adds  a7ef22d   Register the ZigBee ZCL cluster with a manufacturer specific code.


Summary of changes:
 epan/dissectors/packet-zbee-zcl-closures.c     |  2 ++
 epan/dissectors/packet-zbee-zcl-general.c      | 29 ++++++++++++++++++++++++++
 epan/dissectors/packet-zbee-zcl-ha.c           |  4 ++++
 epan/dissectors/packet-zbee-zcl-hvac.c         |  4 ++++
 epan/dissectors/packet-zbee-zcl-lighting.c     |  2 ++
 epan/dissectors/packet-zbee-zcl-meas-sensing.c |  7 +++++++
 epan/dissectors/packet-zbee-zcl-misc.c         |  2 ++
 epan/dissectors/packet-zbee-zcl-sas.c          |  2 ++
 epan/dissectors/packet-zbee-zcl-se.c           | 14 +++++++++++++
 epan/dissectors/packet-zbee-zcl.c              |  6 +++---
 epan/dissectors/packet-zbee-zcl.h              |  2 +-
 11 files changed, 70 insertions(+), 4 deletions(-)