Fix a typo (spotted by Pascal Quantin).

svn path=/trunk/; revision=37622
This commit is contained in:
Martin Mathieson 2011-06-08 17:10:40 +00:00
parent 651e93c93a
commit 5d78458e4b
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ static void dissect_rlc_lte_tm(tvbuff_t *tvb, packet_info *pinfo,
/* Create hidden TM root */
tm_ti = proto_tree_add_string_format(tree, hf_rlc_lte_tm,
tvb, offset, 0, "", "UM");
tvb, offset, 0, "", "TM");
PROTO_ITEM_SET_HIDDEN(tm_ti);
/* Remaining bytes are all data */