aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssl.c')
-rw-r--r--epan/dissectors/packet-ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c
index 39d409c5ef..8af800e66b 100644
--- a/epan/dissectors/packet-ssl.c
+++ b/epan/dissectors/packet-ssl.c
@@ -2118,9 +2118,9 @@ dissect_ssl3_heartbeat(tvbuff_t *tvb, packet_info *pinfo,
/* now set the text in the record layer line */
if (type && decrypted) {
- col_append_fstr(pinfo->cinfo, COL_INFO, "Heartbeat %s", type);
+ col_append_sep_fstr(pinfo->cinfo, COL_INFO, NULL, "Heartbeat %s", type);
} else {
- col_append_str(pinfo->cinfo, COL_INFO, "Encrypted Heartbeat");
+ col_append_sep_str(pinfo->cinfo, COL_INFO, NULL, "Encrypted Heartbeat");
}
if (type && decrypted) {