From Kovarththanan Rajaratnam via bug 3548:
[obnox/wireshark/wip.git] / plugins / docsis / packet-uccreq.c
index af0c6f2eb036e2e065e9d93a270ac6c8f4fdcff8..781496813fa414461860e1f1125b46d8a8a5220b 100644 (file)
@@ -102,13 +102,13 @@ proto_register_docsis_uccreq (void)
   static hf_register_info hf[] = {
     {&hf_docsis_uccreq,
      {"Upstream Channel Change Request", "docsis_uccreq",
-      FT_BYTES, BASE_HEX, NULL, 0x0,
-      "Upstream Channel Change Request", HFILL}
+      FT_BYTES, BASE_NONE, NULL, 0x0,
+      NULL, HFILL}
      },
     {&hf_docsis_uccreq_upchid,
      {"Upstream Channel Id", "docsis_uccreq.upchid",
       FT_UINT8, BASE_DEC, NULL, 0x0,
-      "Upstream Channel Id", HFILL}
+      NULL, HFILL}
      },
   };