aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-aps.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-26 15:08:18 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-26 15:08:18 +0000
commitf563d1d4f8d20f3c12e154b74168cee044b687c7 (patch)
tree4712975d012e5ea2f43fe887b2183f76f96c8759 /epan/dissectors/packet-zbee-aps.h
parent60b1c303828139a96b424c8fe99dc3607940faee (diff)
ZigBee Test Profile #2 and ZDP fixes. Bug 9584 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9584)
From DSR Corporation svn path=/trunk/; revision=54466
Diffstat (limited to 'epan/dissectors/packet-zbee-aps.h')
-rw-r--r--epan/dissectors/packet-zbee-aps.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-aps.h b/epan/dissectors/packet-zbee-aps.h
index 527074304b..b22bbe08ca 100644
--- a/epan/dissectors/packet-zbee-aps.h
+++ b/epan/dissectors/packet-zbee-aps.h
@@ -219,6 +219,27 @@
#define ZBEE_ZCL_CID_APPLIANCE_EVENTS_AND_ALERT 0x0b02
#define ZBEE_ZCL_CID_APPLIANCE_STATISTICS 0x0b03
+/* ZCL Test Profile #2 Clusters */
+#define ZBEE_APS_T2_CID_TCP 0x0001
+#define ZBEE_APS_T2_CID_RESPC 0x0002
+#define ZBEE_APS_T2_CID_RETPC 0x0003
+#define ZBEE_APS_T2_CID_PCR 0x0004
+#define ZBEE_APS_T2_CID_BTREQ 0x001c
+#define ZBEE_APS_T2_CID_BTGREQ 0x001d
+#define ZBEE_APS_T2_CID_BTRES 0x0054
+#define ZBEE_APS_T2_CID_BTRES_S_SBT 0x00
+#define ZBEE_APS_T2_CID_BTRES_S_TFOFA 0x01
+#define ZBEE_APS_T2_CID_BTGRES 0x0055
+#define ZBEE_APS_T2_CID_RDREQ 0x1000
+#define ZBEE_APS_T2_CID_RDRES 0x1001
+#define ZBEE_APS_T2_CID_FREQ 0xa0a8
+#define ZBEE_APS_T2_CID_FRES 0xe000
+#define ZBEE_APS_T2_CID_FNDR 0xe001
+#define ZBEE_APS_T2_CID_BR 0xf000
+#define ZBEE_APS_T2_CID_BTADR 0xf001
+#define ZBEE_APS_T2_CID_BTARXOWIDR 0xf00a
+#define ZBEE_APS_T2_CID_BTARACR 0xf00e
+
/* Structure to contain the APS frame information */
typedef struct{
gboolean indirect_mode; /* ZigBee 2004 and Earlier */
@@ -246,4 +267,11 @@ typedef struct{
gboolean src_present;
} zbee_aps_packet;
+/**************************************
+ * Value Strings
+ **************************************
+ */
+
+extern const value_string zbee_aps_cid_names[];
+
#endif /* PACKET_ZBEE_APS_H*/