Don't col_clear() followed by col_set_str(). A col_set_str() will clear (replace...
[obnox/wireshark/wip.git] / plugins / docsis / packet-regreqmp.c
index ffd681232c425c016f668261047c0d5a48728b7e..d801a0a563d75d2ca9af227bd009299431fbd323 100644 (file)
@@ -57,7 +57,6 @@ dissect_regreqmp (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
 
        if (check_col (pinfo->cinfo, COL_INFO))
                {
-               col_clear (pinfo->cinfo, COL_INFO);
                col_set_str(pinfo->cinfo, COL_INFO, "REG-REQ-MP Message:");
                }