aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-aps.c
diff options
context:
space:
mode:
authorKenneth Soerensen <knnthsrnsn@gmail.com>2019-07-11 19:57:55 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-12 10:54:51 +0000
commit51464397c82c1a33e4a67adc5aa57bb41c727057 (patch)
treee412618c68de3efd98fd92adbece94f2cd32fd4a /epan/dissectors/packet-zbee-aps.c
parent96abc05815d9f07bac72362369055ec2720b16de (diff)
ZigBee: Dissect Electrical Measurement cluster
Bug: 15882 Change-Id: Iccd6b7d66b0ea87f57de8ae0fd4bedc296787749 Reviewed-on: https://code.wireshark.org/review/33901 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-zbee-aps.c')
-rw-r--r--epan/dissectors/packet-zbee-aps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-aps.c b/epan/dissectors/packet-zbee-aps.c
index f7a8a69ff5..5c03787193 100644
--- a/epan/dissectors/packet-zbee-aps.c
+++ b/epan/dissectors/packet-zbee-aps.c
@@ -589,6 +589,7 @@ const range_string zbee_aps_cid_names[] = {
{ ZBEE_ZCL_CID_FLOW_MEASUREMENT, ZBEE_ZCL_CID_FLOW_MEASUREMENT, "Flow Measurement"},
{ ZBEE_ZCL_CID_REL_HUMIDITY_MEASUREMENT, ZBEE_ZCL_CID_REL_HUMIDITY_MEASUREMENT, "Relative Humidity Measurement"},
{ ZBEE_ZCL_CID_OCCUPANCY_SENSING, ZBEE_ZCL_CID_OCCUPANCY_SENSING, "Occupancy Sensing"},
+ { ZBEE_ZCL_CID_ELECTRICAL_MEASUREMENT, ZBEE_ZCL_CID_ELECTRICAL_MEASUREMENT, "Electrical Measurement"},
/* Security and Safety */
{ ZBEE_ZCL_CID_IAS_ZONE, ZBEE_ZCL_CID_IAS_ZONE, "Intruder Alarm System Zone"},