aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-ucd.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-18 23:22:10 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-18 23:22:10 +0000
commit2bba6be84fe612e272d9b0388c0f51e8c4ef3ba8 (patch)
treed7cb349eff025f305ee5fcf93b4a95d7bca3a117 /plugins/docsis/packet-ucd.c
parentb228488bc0b9d5e0c63b15814836f7332f35ce04 (diff)
From Kovarththanan Rajaratnam via bug 3548:
Cleanup header_field_info in plugins. svn path=/trunk/; revision=28771
Diffstat (limited to 'plugins/docsis/packet-ucd.c')
-rw-r--r--plugins/docsis/packet-ucd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/docsis/packet-ucd.c b/plugins/docsis/packet-ucd.c
index c7230796b6..58afce1b62 100644
--- a/plugins/docsis/packet-ucd.c
+++ b/plugins/docsis/packet-ucd.c
@@ -664,7 +664,7 @@ proto_register_docsis_ucd (void)
{&hf_docsis_ucd_upstream_chid,
{"Upstream Channel ID", "docsis_ucd.upchid",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Upstream Channel ID", HFILL}
+ NULL, HFILL}
},
{&hf_docsis_ucd_config_ch_cnt,
{"Config Change Count", "docsis_ucd.confcngcnt",
@@ -674,7 +674,7 @@ proto_register_docsis_ucd (void)
{&hf_docsis_ucd_mini_slot_size,
{"Mini Slot Size (6.25us TimeTicks)", "docsis_ucd.mslotsize",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Mini Slot Size (6.25us TimeTicks)", HFILL}
+ NULL, HFILL}
},
{&hf_docsis_ucd_down_chid,
{"Downstream Channel ID", "docsis_ucd.downchid",
@@ -703,13 +703,13 @@ proto_register_docsis_ucd (void)
},
{&hf_docsis_ucd_preamble_pat,
{"Preamble Pattern", "docsis_ucd.preamble",
- FT_BYTES, BASE_HEX, NULL, 0x0,
+ FT_BYTES, BASE_NONE, NULL, 0x0,
"Preamble Superstring", HFILL}
},
{&hf_docsis_ucd_iuc,
{"Interval Usage Code", "docsis_ucd.iuc",
FT_UINT8, BASE_DEC, VALS (iuc_vals), 0x0,
- "Interval Usage Code", HFILL}
+ NULL, HFILL}
},
{&hf_docsis_burst_mod_type,
{"1 Modulation Type", "docsis_ucd.burst.modtype",