Show radio mode using correct value.

svn path=/trunk/; revision=27202
This commit is contained in:
Martin Mathieson 2009-01-09 16:12:49 +00:00
parent aa69531a1b
commit ac374b44bc
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ void dissect_mac_lte(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* Show context information */
ti = proto_tree_add_uint(mac_lte_tree, hf_mac_lte_context_radio_type,
tvb, 0, 0, p_mac_lte_info->direction);
tvb, 0, 0, p_mac_lte_info->radioType);
PROTO_ITEM_SET_GENERATED(ti);
ti = proto_tree_add_uint(mac_lte_tree, hf_mac_lte_context_direction,