aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-01 13:41:08 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-01 13:41:08 +0000
commitb152c916e655be37d534d1edbe19a650e7cc31c0 (patch)
treec7783cf523dbb812da48cde2184970f446736f2a /epan
parent052d2778f6dd2515394613befeb1554c2ffacb9c (diff)
Take care not to append RLC mode to proto_item twice.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36429 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rlc-lte.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-rlc-lte.c b/epan/dissectors/packet-rlc-lte.c
index 62e9cb5c3d..5fa42ad78a 100644
--- a/epan/dissectors/packet-rlc-lte.c
+++ b/epan/dissectors/packet-rlc-lte.c
@@ -2030,9 +2030,6 @@ static void dissect_rlc_lte(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
val_to_str_const(p_rlc_lte_info->channelType, rlc_channel_type_vals, "Unknown"),
p_rlc_lte_info->channelId);
}
- proto_item_append_text(top_ti, "[%s] ",
- val_to_str_const(p_rlc_lte_info->rlcMode, rlc_mode_short_vals, "Unknown"));
-
/* Append context highlights to info column */
write_pdu_label_and_info(top_ti, NULL, pinfo,