summaryrefslogtreecommitdiff
path: root/asn1/ocsp/packet-ocsp-template.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-24 19:50:43 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-09-24 19:50:43 +0000
commitcf8138e19504c72fb7874708442cffe1e84a145f (patch)
tree0083ccd6d10e85a85ef9e7138089163c7ddd5b56 /asn1/ocsp/packet-ocsp-template.c
parentbc67c2575998f02183def34959f85a970690b99a (diff)
downloadwireshark-cf8138e19504c72fb7874708442cffe1e84a145f.tar.gz
Remove check_col() guard
svn path=/trunk/; revision=30124
Diffstat (limited to 'asn1/ocsp/packet-ocsp-template.c')
-rw-r--r--asn1/ocsp/packet-ocsp-template.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/asn1/ocsp/packet-ocsp-template.c b/asn1/ocsp/packet-ocsp-template.c
index 96f27e0787..f18836ba18 100644
--- a/asn1/ocsp/packet-ocsp-template.c
+++ b/asn1/ocsp/packet-ocsp-template.c
@@ -70,9 +70,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){
@@ -94,9 +92,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){