aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-26 03:59:01 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-26 03:59:01 +0000
commita34fdd3d616a1e1a403518768514863bc4e79eb9 (patch)
tree07a3dee401d42d8df404bf7cd0d8ccaebc1e8d26 /epan/dissectors/packet-h235.c
parent9b78c77ee67ab5173bab183a17071e2977df1c87 (diff)
Re-generate asn1 dissectors after hf_register_info cleanup.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28848 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index c2436b835f..0f99d3804f 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -1262,7 +1262,7 @@ void proto_register_h235(void) {
"h235.BMPString", HFILL }},
{ &hf_h235_flag,
{ "flag", "h235.flag",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_toBeSigned,
{ "toBeSigned", "h235.toBeSigned",
@@ -1390,7 +1390,7 @@ void proto_register_h235(void) {
"h235.SrtpSessionParameters", HFILL }},
{ &hf_h235_allowMKI,
{ "allowMKI", "h235.allowMKI",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_SrtpKeys_item,
{ "SrtpKeyParameters", "h235.SrtpKeyParameters",
@@ -1434,15 +1434,15 @@ void proto_register_h235(void) {
"h235.INTEGER_0_24", HFILL }},
{ &hf_h235_unencryptedSrtp,
{ "unencryptedSrtp", "h235.unencryptedSrtp",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_unencryptedSrtcp,
{ "unencryptedSrtcp", "h235.unencryptedSrtcp",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_unauthenticatedSrtp,
{ "unauthenticatedSrtp", "h235.unauthenticatedSrtp",
- FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ FT_BOOLEAN, BASE_NONE, NULL, 0,
"h235.BOOLEAN", HFILL }},
{ &hf_h235_fecOrder,
{ "fecOrder", "h235.fecOrder",