aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pres
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-22 06:02:36 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-22 06:02:36 +0000
commit5bc7048abfa8bcf9c9fd51f2b89c02a6270d6a92 (patch)
tree34b3481b9b044d9f2890cbc5a788094dad44dd6e /asn1/pres
parent8eee6e4cd85e5aed435cce4321c76601c3284de3 (diff)
More header_field_info cleanup.
svn path=/trunk/; revision=28802
Diffstat (limited to 'asn1/pres')
-rw-r--r--asn1/pres/packet-pres-template.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/asn1/pres/packet-pres-template.c b/asn1/pres/packet-pres-template.c
index 6e1cc3a5b1..97487b4728 100644
--- a/asn1/pres/packet-pres-template.c
+++ b/asn1/pres/packet-pres-template.c
@@ -353,23 +353,23 @@ void proto_register_pres(void) {
{ &hf_pres_CP_type,
{ "CP-type", "pres.cptype",
FT_NONE, BASE_NONE, NULL, 0,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_CPA_PPDU,
{ "CPA-PPDU", "pres.cpapdu",
FT_NONE, BASE_NONE, NULL, 0,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_Abort_type,
{ "Abort type", "pres.aborttype",
FT_UINT32, BASE_DEC, VALS(pres_Abort_type_vals), 0,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_CPR_PPDU,
{ "CPR-PPDU", "pres.cprtype",
FT_UINT32, BASE_DEC, VALS(pres_CPR_PPDU_vals), 0,
- "", HFILL }},
+ NULL, HFILL }},
{ &hf_pres_Typed_data_type,
{ "Typed data type", "pres.Typed_data_type",
FT_UINT32, BASE_DEC, VALS(pres_Typed_data_type_vals), 0,
- "", HFILL }},
+ NULL, HFILL }},
#include "packet-pres-hfarr.c"