Get rid of a bunch of check_col().
[obnox/wireshark/wip.git] / plugins / docsis / packet-dsaack.c
index 8ee2149ccdcfeb7a9d06cf9ef71e8f2e14f10368..0f67bd4eb8ddd5045d448d0cf6b7c93f8445a917 100644 (file)
@@ -56,12 +56,9 @@ dissect_dsaack (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
   transid = tvb_get_ntohs (tvb, 0);
   response = tvb_get_guint8 (tvb, 2);
 
-  if (check_col (pinfo->cinfo, COL_INFO))
-    {
-      col_add_fstr (pinfo->cinfo, COL_INFO,
-                   "Dynamic Service Add Ack ID = %u (%s)", transid,
-                   val_to_str (response, docsis_conf_code, "%s"));
-    }
+  col_add_fstr (pinfo->cinfo, COL_INFO,
+           "Dynamic Service Add Ack ID = %u (%s)", transid,
+           val_to_str (response, docsis_conf_code, "%s"));
 
   if (tree)
     {