aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zdp.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-11-22 19:15:18 -0500
committerAnders Broman <a.broman58@gmail.com>2017-11-23 05:36:24 +0000
commitb4419eacce6d76f0e854280f8c20d4849ba2c067 (patch)
tree4c6c11cb3e76e81db23c681ced68cf16e88e370a /epan/dissectors/packet-zbee-zdp.h
parentc369db08eaecfd1ad6b87d43b1b99be0224752f4 (diff)
zbee_parse_uint -> proto_tree_add_item[_ret_uint]
We don't need to unnecessarily wrap proto_tree_* functions. Change-Id: Id2853cfb9059cd90af81e529bcec57eba10e6ab3 Reviewed-on: https://code.wireshark.org/review/24540 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-zbee-zdp.h')
-rw-r--r--epan/dissectors/packet-zbee-zdp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zbee-zdp.h b/epan/dissectors/packet-zbee-zdp.h
index 1d8aa35f11..08be43d6cd 100644
--- a/epan/dissectors/packet-zbee-zdp.h
+++ b/epan/dissectors/packet-zbee-zdp.h
@@ -332,7 +332,6 @@ extern gint ett_zbee_zdp_table_entry;
*/
extern const gchar *zdp_status_name (guint8 status);
extern void zdp_dump_excess (tvbuff_t *tvb, guint offset, packet_info *pinfo, proto_tree *tree);
-extern guint zbee_parse_uint (proto_tree *tree, int hfindex, tvbuff_t *tvb, guint *offset, guint length, proto_item **ti);
extern guint64 zbee_parse_eui64 (proto_tree *tree, int hfindex, tvbuff_t *tvb, guint *offset, guint length, proto_item **ti);
extern void zbee_append_info (proto_item *item, packet_info *pinfo, const gchar *format, ...) G_GNUC_PRINTF(3, 4);