From d9503878072210dc1b03da41b9c5ecaea8cb22f7 Mon Sep 17 00:00:00 2001 From: krj Date: Sun, 9 Aug 2009 06:26:46 +0000 Subject: Don't guard col_set_str (COL_PROTOCOL) with col_check git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-rtsp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-rtsp.c') diff --git a/epan/dissectors/packet-rtsp.c b/epan/dissectors/packet-rtsp.c index e3a345ad26..ec7870a790 100644 --- a/epan/dissectors/packet-rtsp.c +++ b/epan/dissectors/packet-rtsp.c @@ -615,8 +615,7 @@ dissect_rtspmessage(tvbuff_t *tvb, int offset, packet_info *pinfo, else body_requires_content_len = FALSE; - if (check_col(pinfo->cinfo, COL_PROTOCOL)) - col_set_str(pinfo->cinfo, COL_PROTOCOL, "RTSP"); + col_set_str(pinfo->cinfo, COL_PROTOCOL, "RTSP"); if (check_col(pinfo->cinfo, COL_INFO)) { /* * Put the first line from the buffer into the summary -- cgit v1.2.3