aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dop.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-dop.c
parent7bb637f0517771daac09a14dc29ec1b110070924 (diff)
Re-generate asn1 dissectors after hf_register_info cleanup.
svn path=/trunk/; revision=28848
Diffstat (limited to 'epan/dissectors/packet-dop.c')
-rw-r--r--epan/dissectors/packet-dop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dop.c b/epan/dissectors/packet-dop.c
index ea5b75c0d9..fb22b9732f 100644
--- a/epan/dissectors/packet-dop.c
+++ b/epan/dissectors/packet-dop.c
@@ -2282,7 +2282,7 @@ void proto_register_dop(void) {
"dop.OperationalBindingID", HFILL }},
{ &hf_dop_supplier_is_master,
{ "supplier-is-master", "dop.supplier_is_master",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"dop.BOOLEAN", HFILL }},
{ &hf_dop_non_supplying_master,
{ "non-supplying-master", "dop.non_supplying_master",
@@ -2414,7 +2414,7 @@ void proto_register_dop(void) {
"x509if.DistinguishedName", HFILL }},
{ &hf_dop_aliasDereferenced,
{ "aliasDereferenced", "dop.aliasDereferenced",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"dop.BOOLEAN", HFILL }},
{ &hf_dop_notification,
{ "notification", "dop.notification",
@@ -2594,7 +2594,7 @@ void proto_register_dop(void) {
"x509if.Attribute", HFILL }},
{ &hf_dop_alias,
{ "alias", "dop.alias",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"dop.BOOLEAN", HFILL }},
{ &hf_dop_identificationTag,
{ "identificationTag", "dop.identificationTag",
@@ -2786,7 +2786,7 @@ void proto_register_dop(void) {
"dop.INTEGER", HFILL }},
{ &hf_dop_signed,
{ "signed", "dop.signed",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"dop.BOOLEAN", HFILL }},
{ &hf_dop_other,
{ "other", "dop.other",