aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-goose.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-26 03:59:01 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-26 03:59:01 +0000
commit9733aadcfe443d4f682dc4e922499fb123fd5a64 (patch)
tree07a3dee401d42d8df404bf7cd0d8ccaebc1e8d26 /epan/dissectors/packet-goose.c
parent7bb637f0517771daac09a14dc29ec1b110070924 (diff)
Re-generate asn1 dissectors after hf_register_info cleanup.
svn path=/trunk/; revision=28848
Diffstat (limited to 'epan/dissectors/packet-goose.c')
-rw-r--r--epan/dissectors/packet-goose.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-goose.c b/epan/dissectors/packet-goose.c
index c27733ba53..3a492693bf 100644
--- a/epan/dissectors/packet-goose.c
+++ b/epan/dissectors/packet-goose.c
@@ -870,11 +870,11 @@ void proto_register_goose(void) {
"goose.INTEGER", HFILL }},
{ &hf_goose_test,
{ "test", "goose.test",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"goose.BOOLEAN", HFILL }},
{ &hf_goose_ndsCom,
{ "ndsCom", "goose.ndsCom",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"goose.BOOLEAN", HFILL }},
{ &hf_goose_numDatSetEntries,
{ "numDatSetEntries", "goose.numDatSetEntries",
@@ -906,7 +906,7 @@ void proto_register_goose(void) {
"goose.Data", HFILL }},
{ &hf_goose_boolean,
{ "boolean", "goose.boolean",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"goose.BOOLEAN", HFILL }},
{ &hf_goose_bit_string,
{ "bit-string", "goose.bit_string",