summaryrefslogtreecommitdiff
path: root/plugins/docsis/packet-bpkmreq.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-bpkmreq.c
parentb228488bc0b9d5e0c63b15814836f7332f35ce04 (diff)
downloadwireshark-2bba6be84fe612e272d9b0388c0f51e8c4ef3ba8.tar.gz
From Kovarththanan Rajaratnam via bug 3548:
Cleanup header_field_info in plugins. svn path=/trunk/; revision=28771
Diffstat (limited to 'plugins/docsis/packet-bpkmreq.c')
-rw-r--r--plugins/docsis/packet-bpkmreq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/docsis/packet-bpkmreq.c b/plugins/docsis/packet-bpkmreq.c
index 1b9402d9cc..8d0702da71 100644
--- a/plugins/docsis/packet-bpkmreq.c
+++ b/plugins/docsis/packet-bpkmreq.c
@@ -129,8 +129,8 @@ proto_register_docsis_bpkmreq (void)
static hf_register_info hf[] = {
{&hf_docsis_bpkmreq,
{"BPKM Request Message", "docsis_bpkmreq",
- FT_BYTES, BASE_HEX, NULL, 0x0,
- "BPKM Request Message", HFILL}
+ FT_BYTES, BASE_NONE, NULL, 0x0,
+ NULL, HFILL}
},
{&hf_docsis_bpkmreq_code,
{"BPKM Code", "docsis_bpkmreq.code",
@@ -140,12 +140,12 @@ proto_register_docsis_bpkmreq (void)
{&hf_docsis_bpkmreq_ident,
{"BPKM Identifier", "docsis_bpkmreq.ident",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "BPKM Identifier", HFILL}
+ NULL, HFILL}
},
{&hf_docsis_bpkmreq_length,
{"BPKM Length", "docsis_bpkmreq.length",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "BPKM Length", HFILL}
+ NULL, HFILL}
},
};