Wireshark-commits: [Wireshark-commits] master 1ac90d5: Register and initialize the ZCL clusters in
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 09 Mar 2018 12:52:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1ac90d5254e9e303196c100039b7dd26d23841d1
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Register and initialize the ZCL clusters in a uniform way.
    
    The cluster registration and initialisation is done in the functions 'proto_reg_handoff_zbee_zcl_XXX'.
    In these functions the 1st step was to register the dissector.
    Then the cluster was initialised via the function 'zbee_zcl_init_cluster'.
    
    In this patch the registration and initialisation is now done by the function  'zbee_zcl_init_cluster'.
    In this way we have a more uniform way of registration.
    
    Change-Id: If865d904ea51c299a48e5c0004f3f280b7479d49
    Reviewed-on: https://code.wireshark.org/review/26325
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  446d948   spdx: convert files with multiple licenses.
    adds  1ac90d5   Register and initialize the ZCL clusters in a uniform way.


Summary of changes:
 epan/dissectors/packet-zbee-zcl-closures.c     |  18 +-
 epan/dissectors/packet-zbee-zcl-general.c      | 259 ++++++-------------------
 epan/dissectors/packet-zbee-zcl-ha.c           |  24 +--
 epan/dissectors/packet-zbee-zcl-hvac.c         |  36 +---
 epan/dissectors/packet-zbee-zcl-lighting.c     |  18 +-
 epan/dissectors/packet-zbee-zcl-meas-sensing.c |  23 ++-
 epan/dissectors/packet-zbee-zcl-misc.c         |  18 +-
 epan/dissectors/packet-zbee-zcl-sas.c          |  18 +-
 epan/dissectors/packet-zbee-zcl-se.c           | 140 ++++---------
 epan/dissectors/packet-zbee-zcl.c              |  21 +-
 epan/dissectors/packet-zbee-zcl.h              |   2 +-
 11 files changed, 162 insertions(+), 415 deletions(-)