aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-12 21:32:03 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-12 21:32:03 +0000
commitcef679ac988483e71db3b85f97706b48774f365a (patch)
treee3497b501be58661739f18de47cdcae4fe34f492 /epan/dissectors/packet-ieee802154.c
parent1629a0948d21e526227644d5f7c807febf8d68ae (diff)
Add the hidden wpan.frame_length to the IEEE 802.15.4 tree, not the top-level tree.
svn path=/trunk/; revision=50541
Diffstat (limited to 'epan/dissectors/packet-ieee802154.c')
-rw-r--r--epan/dissectors/packet-ieee802154.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c
index d357b6bd98..8bbc14f46a 100644
--- a/epan/dissectors/packet-ieee802154.c
+++ b/epan/dissectors/packet-ieee802154.c
@@ -647,7 +647,7 @@ dissect_ieee802154_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, g
col_add_fstr(pinfo->cinfo, COL_PACKET_LENGTH, "%i", tvb_length(tvb));
/* Add the packet length to the filter field */
- hidden_item = proto_tree_add_uint(tree, hf_ieee802154_frame_length, NULL, 0, 0, tvb_reported_length(tvb));
+ hidden_item = proto_tree_add_uint(ieee802154_tree, hf_ieee802154_frame_length, NULL, 0, 0, tvb_reported_length(tvb));
PROTO_ITEM_SET_HIDDEN(hidden_item);
/*=====================================================