aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rtp-events.c')
-rw-r--r--epan/dissectors/packet-rtp-events.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/epan/dissectors/packet-rtp-events.c b/epan/dissectors/packet-rtp-events.c
index 70b8d7b583..62f28a5312 100644
--- a/epan/dissectors/packet-rtp-events.c
+++ b/epan/dissectors/packet-rtp-events.c
@@ -106,12 +106,9 @@ dissect_rtp_events( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree )
rtp_event_info.info_setup_frame_num = 0;
- if ( check_col( pinfo->cinfo, COL_INFO) )
- {
- col_add_fstr( pinfo->cinfo, COL_INFO,
- "Payload type=RTP Event, %s",
- val_to_str( rtp_evt, rtp_event_type_values, "Unknown (%u)" ));
- }
+ col_add_fstr( pinfo->cinfo, COL_INFO,
+ "Payload type=RTP Event, %s",
+ val_to_str( rtp_evt, rtp_event_type_values, "Unknown (%u)" ));
ti = proto_tree_add_item( tree, proto_rtp_events, tvb, offset, -1, ENC_NA );
rtp_events_tree = proto_item_add_subtree( ti, ett_rtp_events );