summaryrefslogtreecommitdiff
path: root/asn1/goose
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/goose
parent8eee6e4cd85e5aed435cce4321c76601c3284de3 (diff)
downloadwireshark-5bc7048abfa8bcf9c9fd51f2b89c02a6270d6a92.tar.gz
More header_field_info cleanup.
svn path=/trunk/; revision=28802
Diffstat (limited to 'asn1/goose')
-rw-r--r--asn1/goose/packet-goose-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/goose/packet-goose-template.c b/asn1/goose/packet-goose-template.c
index f9b2a59c6f..f9066de597 100644
--- a/asn1/goose/packet-goose-template.c
+++ b/asn1/goose/packet-goose-template.c
@@ -122,16 +122,16 @@ void proto_register_goose(void) {
static hf_register_info hf[] =
{
{ &hf_goose_appid,
- { "APPID", "goose.appid", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, "", HFILL }},
+ { "APPID", "goose.appid", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_goose_length,
- { "Length", "goose.length", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL }},
+ { "Length", "goose.length", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_goose_reserve1,
- { "Reserved 1", "goose.reserve1", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, "", HFILL }},
+ { "Reserved 1", "goose.reserve1", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL }},
{ &hf_goose_reserve2,
- { "Reserved 2", "goose.reserve2", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, "", HFILL }},
+ { "Reserved 2", "goose.reserve2", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL }},
#include "packet-goose-hfarr.c"
};