aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450-ros.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-05-27 20:26:49 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-05-27 20:26:49 +0000
commit0ee4d0a00abd69e6479a55c12425c92cdf916d71 (patch)
treec72f8bc0048460e22297128f141079a1862d98b7 /epan/dissectors/packet-h450-ros.c
parent38d9a87a49d690db0f3fb8aaa4ca40909713ead4 (diff)
Postfix FT_NONE fields with "_element" string to reduce number of incompatible filters in ASN.1 dissectors
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
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 f686ec0598..e974c72f2a 100644
--- a/epan/dissectors/packet-h450-ros.c
+++ b/epan/dissectors/packet-h450-ros.c
@@ -597,19 +597,19 @@ void proto_register_h450_ros(void) {
FT_OID, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_invoke,
- { "invoke", "h450.ros.invoke",
+ { "invoke", "h450.ros.invoke_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_returnResult,
- { "returnResult", "h450.ros.returnResult",
+ { "returnResult", "h450.ros.returnResult_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_returnError,
- { "returnError", "h450.ros.returnError",
+ { "returnError", "h450.ros.returnError_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_reject,
- { "reject", "h450.ros.reject",
+ { "reject", "h450.ros.reject_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_invokeIdConstrained,
@@ -633,7 +633,7 @@ void proto_register_h450_ros(void) {
FT_INT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_result,
- { "result", "h450.ros.result",
+ { "result", "h450.ros.result_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h450_ros_resultArgument,