aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-aps.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-20 21:52:22 +0000
committerEvan Huus <eapache@gmail.com>2013-06-20 21:52:22 +0000
commit176be6b48158759a1d7ff1d743fc9724025d1cd4 (patch)
tree6b489336520f95e012a24b6a7ab53214e8241d06 /epan/dissectors/packet-zbee-aps.h
parent2b3b994b01dc7db0becb4a71ade7bc087fed6f44 (diff)
From Fabio Tarabelloni via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 Zigbee partition cluster dissector. svn path=/trunk/; revision=50089
Diffstat (limited to 'epan/dissectors/packet-zbee-aps.h')
-rw-r--r--epan/dissectors/packet-zbee-aps.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-aps.h b/epan/dissectors/packet-zbee-aps.h
index 889cc33412..ae6f448975 100644
--- a/epan/dissectors/packet-zbee-aps.h
+++ b/epan/dissectors/packet-zbee-aps.h
@@ -147,9 +147,14 @@
#define ZBEE_ZCL_CID_MULTISTATE_OUTPUT_BASIC 0x0013
#define ZBEE_ZCL_CID_MULTISTATE_VALUE_BASIC 0x0014
#define ZBEE_ZCL_CID_COMMISSIONING 0x0015
+#define ZBEE_ZCL_CID_PARTITION 0x0016
+/* */
+#define ZBEE_ZCL_CID_POWER_PROFILE 0x001a
+#define ZBEE_ZCL_CID_APPLIANCE_CONTROL 0x001b
/* ZCL Cluster IDs - Closures */
#define ZBEE_ZCL_CID_SHADE_CONFIG 0x0100
+#define ZBEE_ZCL_CID_DOOR_LOCK 0X0101
/* ZCL Cluster IDs - HVAC */
#define ZBEE_ZCL_CID_PUMP_CONFIG_CONTROL 0x0200
@@ -206,6 +211,12 @@
#define ZBEE_ZCL_CID_SMART_ENERGY_TUNNELING 0x0704
#define ZBEE_ZCL_CID_PRE_PAYMENT 0x0705
+/* ZCL Cluster IDs - Home Automation */
+#define ZBEE_ZCL_CID_APPLIANCE_IDENTIFICATION 0x0b00
+#define ZBEE_ZCL_CID_METER_IDENTIFICATION 0x0b01
+#define ZBEE_ZCL_CID_APPLIANCE_EVENTS_AND_ALERT 0x0b02
+#define ZBEE_ZCL_CID_APPLIANCE_STATISTICS 0x0b03
+
/* Structure to contain the APS frame information */
typedef struct{
gboolean indirect_mode; /* ZigBee 2004 and Earlier */