aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ocsp/packet-ocsp-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ocsp/packet-ocsp-template.c')
-rw-r--r--asn1/ocsp/packet-ocsp-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ocsp/packet-ocsp-template.c b/asn1/ocsp/packet-ocsp-template.c
index d5bd0a12a0..e0f5111898 100644
--- a/asn1/ocsp/packet-ocsp-template.c
+++ b/asn1/ocsp/packet-ocsp-template.c
@@ -74,7 +74,7 @@ dissect_ocsp_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
if (check_col(pinfo->cinfo, COL_INFO)) {
col_clear(pinfo->cinfo, COL_INFO);
- col_add_fstr(pinfo->cinfo, COL_INFO, "Request");
+ col_set_str(pinfo->cinfo, COL_INFO, "Request");
}
@@ -101,7 +101,7 @@ dissect_ocsp_response(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree
if (check_col(pinfo->cinfo, COL_INFO)) {
col_clear(pinfo->cinfo, COL_INFO);
- col_add_fstr(pinfo->cinfo, COL_INFO, "Response");
+ col_set_str(pinfo->cinfo, COL_INFO, "Response");
}