aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zdp.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-13 12:52:41 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-13 21:45:03 +0000
commite204e9aefb8ec36638d55efee93f73eec8a3e7d8 (patch)
treef2a528b471649d1400182ae0458060bb3f28e538 /epan/dissectors/packet-zbee-zdp.h
parentba32257cb6226d15d310080071c698f2d6903c88 (diff)
Enhance ZigBee Routing Table
Make field filterable and use value_string for status Based from capture available in bug 9855 Need to continue... lot of enhance is possible in ZigBee dissector... Change-Id: I0ac84e05a7b8b54e9879abbb7495034318188394 Reviewed-on: https://code.wireshark.org/review/631 Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-zbee-zdp.h')
-rw-r--r--epan/dissectors/packet-zbee-zdp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zbee-zdp.h b/epan/dissectors/packet-zbee-zdp.h
index 32db061b73..8364130c8e 100644
--- a/epan/dissectors/packet-zbee-zdp.h
+++ b/epan/dissectors/packet-zbee-zdp.h
@@ -246,6 +246,14 @@ extern int hf_zbee_zdp_tx_total;
extern int hf_zbee_zdp_tx_fail;
extern int hf_zbee_zdp_channel_count;
+/* Routing Table */
+extern int hf_zbee_zdp_rtg;
+extern int hf_zbee_zdp_rtg_entry;
+extern int hf_zbee_zdp_rtg_destination;
+extern int hf_zbee_zdp_rtg_next_hop;
+extern int hf_zbee_zdp_rtg_status;
+
+
/* Subtree indicies. */
extern gint ett_zbee_zdp_endpoint;
extern gint ett_zbee_zdp_match_in;
@@ -378,5 +386,6 @@ extern void dissect_zbee_zdp_rsp_mgmt_nwkupdate (tvbuff_t *tvb, packet_info
extern void zdp_parse_bind_table_entry(proto_tree *tree, tvbuff_t *tvb, guint *offset, guint8 version);
extern const value_string zbee_zdp_cluster_names[];
+extern const value_string zbee_zdp_rtg_status_vals[];
#endif /* PACKET_ZBEE_ZDP_H */