aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.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-zcl.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-zcl.h')
-rw-r--r--epan/dissectors/packet-zbee-zcl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-zcl.h b/epan/dissectors/packet-zbee-zcl.h
index 3d6c44ce64..562ab8bb51 100644
--- a/epan/dissectors/packet-zbee-zcl.h
+++ b/epan/dissectors/packet-zbee-zcl.h
@@ -189,6 +189,11 @@ typedef struct _zbee_zcl_cluster_desc {
zbee_zcl_fn_attr_data fn_attr_data;
} zbee_zcl_cluster_desc;
+extern const value_string zbee_zcl_short_data_type_names[];
+
+/* Dissector functions */
+extern void dissect_zcl_write_attr (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint *offset);
+extern void dissect_zcl_read_attr_resp (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint *offset);
/* Helper functions */
void decode_zcl_time_in_seconds (gchar *s, guint16 value);