Remove check_col() guard
[metze/wireshark/wip.git] / epan / dissectors / packet-ocsp.c
index 0b795ff9235055bb07be84b7e5f26a48428ac993..9108c0a675b76fd41d438b0d8a8f290044fb26d0 100644 (file)
@@ -663,9 +663,7 @@ dissect_ocsp_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
 
        col_set_str(pinfo->cinfo, COL_PROTOCOL, "OCSP");
 
-       if (check_col(pinfo->cinfo, COL_INFO)) {
-               col_set_str(pinfo->cinfo, COL_INFO, "Request");
-       }
+       col_set_str(pinfo->cinfo, COL_INFO, "Request");
 
 
        if(parent_tree){
@@ -687,9 +685,7 @@ dissect_ocsp_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree
 
        col_set_str(pinfo->cinfo, COL_PROTOCOL, "OCSP");
 
-       if (check_col(pinfo->cinfo, COL_INFO)) {
-               col_set_str(pinfo->cinfo, COL_INFO, "Response");
-       }
+       col_set_str(pinfo->cinfo, COL_INFO, "Response");
 
 
        if(parent_tree){