Wireshark-commits: [Wireshark-commits] master e530a09: Adding following dissectors for HVAC cluster

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 9 Jan 2016 09:56:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e530a09a12f4eb845b1e6c0a52a7f0b24a1d7e0d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e530a09 by Aditya Jain (aditya.jain@xxxxxxxxxxx):

    Adding following dissectors for HVAC clusters for Zigbee Protocol:
    
    1. Pump Configuration and Control
    2. Fan Control
    3. Dehumidification Control
    4. Thermostat User Interface Configuration
    
    Change-Id: I854f992a0c6e8a5714f308e97f30e7bc26fb73fc
    Reviewed-on: https://code.wireshark.org/review/13102
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ce97990   Add lempar to pre-commit ignore list
    adds  e530a09   Adding following dissectors for HVAC clusters for Zigbee Protocol:


Summary of changes:
 docbook/release-notes.asciidoc         |    2 +-
 epan/CMakeLists.txt                    |    5 +-
 epan/dissectors/Makefile.common        |    1 +
 epan/dissectors/packet-zbee-zcl-hvac.c | 1080 ++++++++++++++++++++++++++++++++
 epan/dissectors/packet-zbee.h          |    4 +
 5 files changed, 1089 insertions(+), 3 deletions(-)
 create mode 100644 epan/dissectors/packet-zbee-zcl-hvac.c