aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-21 17:11:55 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-21 17:11:55 +0000
commit1b6ff3edc5b30944166773b93800e8fd79fc36c2 (patch)
tree2d390a70f4c094f18291bf41582951042609cb8e /epan/dissectors/packet-zbee-zcl.h
parent37e7e369151375d3f57dd3ecd9af02da4ff9efc6 (diff)
From Fabio Tarabelloni: Fix for: "ZigBee Cluster Library dissector does not handle arrays correctly"
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8214 From me: - Use spaces for indentation (instead of :4 space tabs"); - Remove trailing whitespace; - Add placeholder for un-implemented dissection of data types set, struct, bag. (Probably should use 'expert' but that requires more work since dissection is under 'if (tree)'). svn path=/trunk/; revision=48455
Diffstat (limited to 'epan/dissectors/packet-zbee-zcl.h')
-rw-r--r--epan/dissectors/packet-zbee-zcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-zcl.h b/epan/dissectors/packet-zbee-zcl.h
index 4a4da5b1a8..4a98a81598 100644
--- a/epan/dissectors/packet-zbee-zcl.h
+++ b/epan/dissectors/packet-zbee-zcl.h
@@ -135,6 +135,8 @@ typedef struct{
#define ZBEE_ZCL_INVALID_LONG_STR_LENGTH 0xffff
#define ZBEE_ZCL_NUM_INDIVIDUAL_ETT 2
#define ZBEE_ZCL_NUM_ATTR_ETT 64
+#define ZBEE_ZCL_NUM_ARRAY_ELEM_ETT 16
+#define ZBEE_ZCL_NUM_TOTAL_ETT (ZBEE_ZCL_NUM_INDIVIDUAL_ETT + ZBEE_ZCL_NUM_ATTR_ETT + ZBEE_ZCL_NUM_ARRAY_ELEM_ETT)
#define ZBEE_ZCL_DIR_REPORTED 0
#define ZBEE_ZCL_DIR_RECEIVED 1
/* seconds elapsed from year 1970 to 2000 */