Wireshark-commits: [Wireshark-commits] master 4eaee4f: Export ZigBee ZCL functions in the libwiresh

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

Commits:

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

    Export ZigBee ZCL functions in the libwireshark.dll.
    
    The following functions are now also exported in the libwireshark.dll:
    decode_zcl_time_in_100ms
    decode_zcl_time_in_seconds
    decode_zcl_time_in_minutes
    dissect_zcl_attr_data
    zbee_zcl_init_cluster
    
    By doing this manufacturers can create manufacturer specif plugins that can dissect manufacturer specific ZCL attributes and commands.
    
    Change-Id: I2b68c3a4d13f74d648d12816f7693423ba24953b
    Reviewed-on: https://code.wireshark.org/review/26442
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a7ef22d   Register the ZigBee ZCL cluster with a manufacturer specific code.
    adds  4eaee4f   Export ZigBee ZCL functions in the libwireshark.dll.


Summary of changes:
 epan/dissectors/packet-zbee-zcl.h | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)