aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-29 22:54:28 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-29 22:54:28 +0000
commit62a8504eda11c307cbad064e1a2dcbe89405698c (patch)
treec1e5cf08e449f384a628996e89c97c9e3bf3a830
parent6de62aee00af247f841e4268ae0724d82153dc0c (diff)
Function dissect_zcl_attr_data_type() unused: comment it out
svn path=/trunk/; revision=29240
-rw-r--r--epan/dissectors/packet-zbee-zcl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-zcl.c b/epan/dissectors/packet-zbee-zcl.c
index 2815c03d96..c749fd194b 100644
--- a/epan/dissectors/packet-zbee-zcl.c
+++ b/epan/dissectors/packet-zbee-zcl.c
@@ -68,7 +68,9 @@ static void dissect_zcl_discover_attr_resp (tvbuff_t *tvb, packet_info *pinfo, p
/* Helper routines */
guint zbee_apf_transaction_len (tvbuff_t *tvb, guint offset, guint8 type);
static void dissect_zcl_attr_data_type_val (tvbuff_t *tvb, proto_tree *tree, guint *offset);
+#if 0
static guint dissect_zcl_attr_data_type (tvbuff_t *tvb, proto_tree *tree, guint *offset);
+#endif
static void dissect_zcl_attr_data (tvbuff_t *tvb, proto_tree *tree, guint *offset, guint data_type);
static void dissect_zcl_attr_bytes (tvbuff_t *tvb, proto_tree *tree, guint *offset, guint length);
static guint dissect_zcl_attr_uint8 (tvbuff_t *tvb, proto_tree *tree, guint *offset, int *length);
@@ -1200,6 +1202,7 @@ static void dissect_zcl_discover_attr_resp(tvbuff_t *tvb, packet_info *pinfo _U_
return;
} /* dissect_zcl_discover_attr_resp */
+#if 0
/*FUNCTION:------------------------------------------------------
* NAME
* dissect_zcl_attr_data_type
@@ -1228,6 +1231,7 @@ static guint dissect_zcl_attr_data_type(tvbuff_t *tvb, proto_tree *tree, guint *
return attr_data_type;
} /* dissect_zcl_attr_data_type */
+#endif
/*FUNCTION:------------------------------------------------------
* NAME