From Kovarththanan Rajaratnam via bug 3548:
[obnox/wireshark/wip.git] / plugins / docsis / packet-uccrsp.c
index f5e79b254fa252d86c70e0048841e1ed79eca0e3..1b7006bd36b2acbbc1596360a32466876605fa73 100644 (file)
@@ -95,13 +95,13 @@ proto_register_docsis_uccrsp (void)
   static hf_register_info hf[] = {
     {&hf_docsis_uccrsp,
      {"Upstream Channel Change Request", "docsis_uccrsp",
-      FT_BYTES, BASE_HEX, NULL, 0x0,
-      "Upstream Channel Change Request", HFILL}
+      FT_BYTES, BASE_NONE, NULL, 0x0,
+      NULL, HFILL}
      },
     {&hf_docsis_uccrsp_upchid,
      {"Upstream Channel Id", "docsis_uccrsp.upchid",
       FT_UINT8, BASE_DEC, NULL, 0x0,
-      "Upstream Channel Id", HFILL}
+      NULL, HFILL}
      },
   };