aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-21 19:49:49 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-21 19:49:49 +0000
commita316436f1a65941534a2f111dfc41cb4a55ff8b7 (patch)
tree4a9336484e0b44958a081ed5165c261ec30b30da /epan/dissectors/packet-zbee-zcl.h
parent722b981c9f37ae115feef9ede712a9376b066e22 (diff)
Use consistent indentation;
Also: replace a few "4 space tabs" by spaces. svn path=/trunk/; revision=48462
Diffstat (limited to 'epan/dissectors/packet-zbee-zcl.h')
-rw-r--r--epan/dissectors/packet-zbee-zcl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-zbee-zcl.h b/epan/dissectors/packet-zbee-zcl.h
index 4a98a81598..d8e9a181f5 100644
--- a/epan/dissectors/packet-zbee-zcl.h
+++ b/epan/dissectors/packet-zbee-zcl.h
@@ -29,10 +29,10 @@
/* Structure to contain the ZCL frame information */
typedef struct{
- gboolean mfr_spec;
+ gboolean mfr_spec;
gboolean direction;
gboolean disable_default_resp;
-
+
guint8 frame_type;
guint16 mfr_code;
guint8 tran_seqno;
@@ -135,11 +135,11 @@ 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_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 */
+/* seconds elapsed from year 1970 to 2000 */
#define ZBEE_ZCL_NSTIME_UTC_OFFSET (((3*365 + 366)*7 + 2*365)*24*3600)
#define IS_ANALOG_SUBTYPE(x) ( (x & 0xe0) == 0x20 || (x & 0xe0) == 0xe0 )