aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c1222.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-c1222.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-c1222.c')
-rw-r--r--epan/dissectors/packet-c1222.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-c1222.c b/epan/dissectors/packet-c1222.c
index 18ca98570c..c39e2f2467 100644
--- a/epan/dissectors/packet-c1222.c
+++ b/epan/dissectors/packet-c1222.c
@@ -1737,7 +1737,7 @@ void proto_register_c1222(void) {
/*--- Included file: packet-c1222-hfarr.c ---*/
#line 1 "../../asn1/c1222/packet-c1222-hfarr.c"
{ &hf_c1222_C1222_MESSAGE_PDU,
- { "C1222-MESSAGE", "c1222.C1222_MESSAGE",
+ { "C1222-MESSAGE", "c1222.C1222_MESSAGE_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_c1222_aSO_context,
@@ -1769,11 +1769,11 @@ void proto_register_c1222(void) {
FT_OID, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_c1222_calling_authentication_value,
- { "calling-authentication-value", "c1222.calling_authentication_value",
+ { "calling-authentication-value", "c1222.calling_authentication_value_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_c1222_user_information,
- { "user-information", "c1222.user_information",
+ { "user-information", "c1222.user_information_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_c1222_calling_authentication_value_indirect,
@@ -1793,7 +1793,7 @@ void proto_register_c1222(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"OCTET_STRING", HFILL }},
{ &hf_c1222_calling_authentication_value_c1222,
- { "calling-authentication-value-c1222", "c1222.calling_authentication_value_c1222",
+ { "calling-authentication-value-c1222", "c1222.calling_authentication_value_c1222_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_c1222_calling_authentication_value_c1221,