aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450-ros.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h450-ros.c')
-rw-r--r--epan/dissectors/packet-h450-ros.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-h450-ros.c b/epan/dissectors/packet-h450-ros.c
index 3902e2d800..bc37fa1b26 100644
--- a/epan/dissectors/packet-h450-ros.c
+++ b/epan/dissectors/packet-h450-ros.c
@@ -590,11 +590,11 @@ void proto_register_h450_ros(void) {
{ &hf_h450_ros_local,
{ "local", "h450.ros.local",
FT_INT32, BASE_DEC, NULL, 0,
- "T_local", HFILL }},
+ NULL, HFILL }},
{ &hf_h450_ros_global,
{ "global", "h450.ros.global",
FT_OID, BASE_NONE, NULL, 0,
- "T_global", HFILL }},
+ NULL, HFILL }},
{ &hf_h450_ros_invoke,
{ "invoke", "h450.ros.invoke",
FT_NONE, BASE_NONE, NULL, 0,
@@ -634,7 +634,7 @@ void proto_register_h450_ros(void) {
{ &hf_h450_ros_result,
{ "result", "h450.ros.result",
FT_NONE, BASE_NONE, NULL, 0,
- "T_result", HFILL }},
+ NULL, HFILL }},
{ &hf_h450_ros_resultArgument,
{ "result", "h450.ros.result",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -646,11 +646,11 @@ void proto_register_h450_ros(void) {
{ &hf_h450_ros_parameter,
{ "parameter", "h450.ros.parameter",
FT_BYTES, BASE_NONE, NULL, 0,
- "T_parameter", HFILL }},
+ NULL, HFILL }},
{ &hf_h450_ros_problem,
{ "problem", "h450.ros.problem",
FT_UINT32, BASE_DEC, VALS(h450_ros_T_problem_vals), 0,
- "T_problem", HFILL }},
+ NULL, HFILL }},
{ &hf_h450_ros_general,
{ "general", "h450.ros.general",
FT_INT32, BASE_DEC, VALS(h450_ros_GeneralProblem_vals), 0,