aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logotypecertextn.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-logotypecertextn.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-logotypecertextn.c')
-rw-r--r--epan/dissectors/packet-logotypecertextn.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/epan/dissectors/packet-logotypecertextn.c b/epan/dissectors/packet-logotypecertextn.c
index 2eb2a97232..45700beb8d 100644
--- a/epan/dissectors/packet-logotypecertextn.c
+++ b/epan/dissectors/packet-logotypecertextn.c
@@ -528,7 +528,7 @@ void proto_register_logotypecertextn(void) {
/*--- Included file: packet-logotypecertextn-hfarr.c ---*/
#line 1 "../../asn1/logotypecertextn/packet-logotypecertextn-hfarr.c"
{ &hf_logotypecertextn_LogotypeExtn_PDU,
- { "LogotypeExtn", "logotypecertextn.LogotypeExtn",
+ { "LogotypeExtn", "logotypecertextn.LogotypeExtn_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_communityLogos,
@@ -552,15 +552,15 @@ void proto_register_logotypecertextn(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_OtherLogotypeInfo", HFILL }},
{ &hf_logotypecertextn_otherLogos_item,
- { "OtherLogotypeInfo", "logotypecertextn.OtherLogotypeInfo",
+ { "OtherLogotypeInfo", "logotypecertextn.OtherLogotypeInfo_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_direct,
- { "direct", "logotypecertextn.direct",
+ { "direct", "logotypecertextn.direct_element",
FT_NONE, BASE_NONE, NULL, 0,
"LogotypeData", HFILL }},
{ &hf_logotypecertextn_indirect,
- { "indirect", "logotypecertextn.indirect",
+ { "indirect", "logotypecertextn.indirect_element",
FT_NONE, BASE_NONE, NULL, 0,
"LogotypeReference", HFILL }},
{ &hf_logotypecertextn_image,
@@ -568,7 +568,7 @@ void proto_register_logotypecertextn(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_LogotypeImage", HFILL }},
{ &hf_logotypecertextn_image_item,
- { "LogotypeImage", "logotypecertextn.LogotypeImage",
+ { "LogotypeImage", "logotypecertextn.LogotypeImage_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_audio,
@@ -576,23 +576,23 @@ void proto_register_logotypecertextn(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_LogotypeAudio", HFILL }},
{ &hf_logotypecertextn_audio_item,
- { "LogotypeAudio", "logotypecertextn.LogotypeAudio",
+ { "LogotypeAudio", "logotypecertextn.LogotypeAudio_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_imageDetails,
- { "imageDetails", "logotypecertextn.imageDetails",
+ { "imageDetails", "logotypecertextn.imageDetails_element",
FT_NONE, BASE_NONE, NULL, 0,
"LogotypeDetails", HFILL }},
{ &hf_logotypecertextn_imageInfo,
- { "imageInfo", "logotypecertextn.imageInfo",
+ { "imageInfo", "logotypecertextn.imageInfo_element",
FT_NONE, BASE_NONE, NULL, 0,
"LogotypeImageInfo", HFILL }},
{ &hf_logotypecertextn_audioDetails,
- { "audioDetails", "logotypecertextn.audioDetails",
+ { "audioDetails", "logotypecertextn.audioDetails_element",
FT_NONE, BASE_NONE, NULL, 0,
"LogotypeDetails", HFILL }},
{ &hf_logotypecertextn_audioInfo,
- { "audioInfo", "logotypecertextn.audioInfo",
+ { "audioInfo", "logotypecertextn.audioInfo_element",
FT_NONE, BASE_NONE, NULL, 0,
"LogotypeAudioInfo", HFILL }},
{ &hf_logotypecertextn_mediaType,
@@ -604,7 +604,7 @@ void proto_register_logotypecertextn(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_SIZE_1_MAX_OF_HashAlgAndValue", HFILL }},
{ &hf_logotypecertextn_logotypeHash_item,
- { "HashAlgAndValue", "logotypecertextn.HashAlgAndValue",
+ { "HashAlgAndValue", "logotypecertextn.HashAlgAndValue_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_logotypeURI,
@@ -672,7 +672,7 @@ void proto_register_logotypecertextn(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_SIZE_1_MAX_OF_HashAlgAndValue", HFILL }},
{ &hf_logotypecertextn_refStructHash_item,
- { "HashAlgAndValue", "logotypecertextn.HashAlgAndValue",
+ { "HashAlgAndValue", "logotypecertextn.HashAlgAndValue_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_refStructURI,
@@ -684,7 +684,7 @@ void proto_register_logotypecertextn(void) {
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_logotypecertextn_hashAlg,
- { "hashAlg", "logotypecertextn.hashAlg",
+ { "hashAlg", "logotypecertextn.hashAlg_element",
FT_NONE, BASE_NONE, NULL, 0,
"AlgorithmIdentifier", HFILL }},
{ &hf_logotypecertextn_hashValue,