aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-03-22 13:49:07 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-03-22 13:49:07 +0000
commit3621346c203720a4a4224591b9513c8392730539 (patch)
tree0303a9ae2f6bfc2c13bc12a749790715385eb3d5 /plugins
parent9ec9b1ccb9254a32d0025af4b7a5b444688b0c9d (diff)
Fix a typo
svn path=/trunk/; revision=36249
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimax/msg_dcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_dcd.c b/plugins/wimax/msg_dcd.c
index cbdff25b0b..7f946fa82e 100644
--- a/plugins/wimax/msg_dcd.c
+++ b/plugins/wimax/msg_dcd.c
@@ -674,7 +674,7 @@ void dissect_mac_mgmt_msg_dcd_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_t
tlv_tree = add_protocol_subtree(&tlv_info, ett_mac_mgmt_msg_dcd_decoder, dcd_tree, proto_mac_mgmt_msg_dcd_decoder, tvb, offset, tlv_len, "ASR Slot Length (M) and Switching Period (L) (%u byte(s))", tlv_len);
proto_tree_add_item(tlv_tree, hf_dcd_tlv_t_33_asr, tvb, offset, 1, FALSE);
- tlv_item = proto_tree_add_item(tvl_tree, hf_dcd_tlv_t_33_asr_m, tvb, offset, 1, FALSE);
+ tlv_item = proto_tree_add_item(tlv_tree, hf_dcd_tlv_t_33_asr_m, tvb, offset, 1, FALSE);
proto_item_append_text(tlv_item, " frames");
tlv_item = proto_tree_add_item(tlv_tree, hf_dcd_tlv_t_33_asr_l, tvb, offset, 1, FALSE);
proto_item_append_text(tlv_item, " frames");