aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-logotypecertextn.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 02:33:30 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 02:33:30 +0000
commit996a6b381733eb4d10fe15edaf2b8e71ee8fd850 (patch)
tree5369fadcd3928598d4854a7661e7a55913f8737f /epan/dissectors/packet-logotypecertextn.c
parent60b8391d5b82e47a719cef318d4e1d06995f7c69 (diff)
Regenerate a few more of the ASN.1 dissectors
svn path=/trunk/; revision=32744
Diffstat (limited to 'epan/dissectors/packet-logotypecertextn.c')
-rw-r--r--epan/dissectors/packet-logotypecertextn.c82
1 files changed, 41 insertions, 41 deletions
diff --git a/epan/dissectors/packet-logotypecertextn.c b/epan/dissectors/packet-logotypecertextn.c
index 953619b808..9e4ff0dac1 100644
--- a/epan/dissectors/packet-logotypecertextn.c
+++ b/epan/dissectors/packet-logotypecertextn.c
@@ -532,167 +532,167 @@ void proto_register_logotypecertextn(void) {
{ &hf_logotypecertextn_LogotypeExtn_PDU,
{ "LogotypeExtn", "logotypecertextn.LogotypeExtn",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeExtn", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_communityLogos,
{ "communityLogos", "logotypecertextn.communityLogos",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.SEQUENCE_OF_LogotypeInfo", HFILL }},
+ "SEQUENCE_OF_LogotypeInfo", HFILL }},
{ &hf_logotypecertextn_communityLogos_item,
{ "LogotypeInfo", "logotypecertextn.LogotypeInfo",
FT_UINT32, BASE_DEC, VALS(logotypecertextn_LogotypeInfo_vals), 0,
- "logotypecertextn.LogotypeInfo", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_issuerLogo,
{ "issuerLogo", "logotypecertextn.issuerLogo",
FT_UINT32, BASE_DEC, VALS(logotypecertextn_LogotypeInfo_vals), 0,
- "logotypecertextn.LogotypeInfo", HFILL }},
+ "LogotypeInfo", HFILL }},
{ &hf_logotypecertextn_subjectLogo,
{ "subjectLogo", "logotypecertextn.subjectLogo",
FT_UINT32, BASE_DEC, VALS(logotypecertextn_LogotypeInfo_vals), 0,
- "logotypecertextn.LogotypeInfo", HFILL }},
+ "LogotypeInfo", HFILL }},
{ &hf_logotypecertextn_otherLogos,
{ "otherLogos", "logotypecertextn.otherLogos",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.SEQUENCE_OF_OtherLogotypeInfo", HFILL }},
+ "SEQUENCE_OF_OtherLogotypeInfo", HFILL }},
{ &hf_logotypecertextn_otherLogos_item,
{ "OtherLogotypeInfo", "logotypecertextn.OtherLogotypeInfo",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.OtherLogotypeInfo", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_direct,
{ "direct", "logotypecertextn.direct",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeData", HFILL }},
+ "LogotypeData", HFILL }},
{ &hf_logotypecertextn_indirect,
{ "indirect", "logotypecertextn.indirect",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeReference", HFILL }},
+ "LogotypeReference", HFILL }},
{ &hf_logotypecertextn_image,
{ "image", "logotypecertextn.image",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.SEQUENCE_OF_LogotypeImage", HFILL }},
+ "SEQUENCE_OF_LogotypeImage", HFILL }},
{ &hf_logotypecertextn_image_item,
{ "LogotypeImage", "logotypecertextn.LogotypeImage",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeImage", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_audio,
{ "audio", "logotypecertextn.audio",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.SEQUENCE_OF_LogotypeAudio", HFILL }},
+ "SEQUENCE_OF_LogotypeAudio", HFILL }},
{ &hf_logotypecertextn_audio_item,
{ "LogotypeAudio", "logotypecertextn.LogotypeAudio",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeAudio", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_imageDetails,
{ "imageDetails", "logotypecertextn.imageDetails",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeDetails", HFILL }},
+ "LogotypeDetails", HFILL }},
{ &hf_logotypecertextn_imageInfo,
{ "imageInfo", "logotypecertextn.imageInfo",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeImageInfo", HFILL }},
+ "LogotypeImageInfo", HFILL }},
{ &hf_logotypecertextn_audioDetails,
{ "audioDetails", "logotypecertextn.audioDetails",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeDetails", HFILL }},
+ "LogotypeDetails", HFILL }},
{ &hf_logotypecertextn_audioInfo,
{ "audioInfo", "logotypecertextn.audioInfo",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.LogotypeAudioInfo", HFILL }},
+ "LogotypeAudioInfo", HFILL }},
{ &hf_logotypecertextn_mediaType,
{ "mediaType", "logotypecertextn.mediaType",
FT_STRING, BASE_NONE, NULL, 0,
- "logotypecertextn.IA5String", HFILL }},
+ "IA5String", HFILL }},
{ &hf_logotypecertextn_logotypeHash,
{ "logotypeHash", "logotypecertextn.logotypeHash",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.SEQUENCE_SIZE_1_MAX_OF_HashAlgAndValue", HFILL }},
+ "SEQUENCE_SIZE_1_MAX_OF_HashAlgAndValue", HFILL }},
{ &hf_logotypecertextn_logotypeHash_item,
{ "HashAlgAndValue", "logotypecertextn.HashAlgAndValue",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.HashAlgAndValue", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_logotypeURI,
{ "logotypeURI", "logotypecertextn.logotypeURI",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.T_logotypeURI", HFILL }},
+ "T_logotypeURI", HFILL }},
{ &hf_logotypecertextn_logotypeURI_item,
{ "logotypeURI item", "logotypecertextn.logotypeURI_item",
FT_STRING, BASE_NONE, NULL, 0,
- "logotypecertextn.T_logotypeURI_item", HFILL }},
+ "T_logotypeURI_item", HFILL }},
{ &hf_logotypecertextn_type,
{ "type", "logotypecertextn.type",
FT_INT32, BASE_DEC, VALS(logotypecertextn_LogotypeImageType_vals), 0,
- "logotypecertextn.LogotypeImageType", HFILL }},
+ "LogotypeImageType", HFILL }},
{ &hf_logotypecertextn_fileSize,
{ "fileSize", "logotypecertextn.fileSize",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_xSize,
{ "xSize", "logotypecertextn.xSize",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_ySize,
{ "ySize", "logotypecertextn.ySize",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_resolution,
{ "resolution", "logotypecertextn.resolution",
FT_UINT32, BASE_DEC, VALS(logotypecertextn_LogotypeImageResolution_vals), 0,
- "logotypecertextn.LogotypeImageResolution", HFILL }},
+ "LogotypeImageResolution", HFILL }},
{ &hf_logotypecertextn_language,
{ "language", "logotypecertextn.language",
FT_STRING, BASE_NONE, NULL, 0,
- "logotypecertextn.IA5String", HFILL }},
+ "IA5String", HFILL }},
{ &hf_logotypecertextn_numBits,
{ "numBits", "logotypecertextn.numBits",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_tableSize,
{ "tableSize", "logotypecertextn.tableSize",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_playTime,
{ "playTime", "logotypecertextn.playTime",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_channels,
{ "channels", "logotypecertextn.channels",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_sampleRate,
{ "sampleRate", "logotypecertextn.sampleRate",
FT_INT32, BASE_DEC, NULL, 0,
- "logotypecertextn.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_logotypecertextn_logotypeType,
{ "logotypeType", "logotypecertextn.logotypeType",
FT_OID, BASE_NONE, NULL, 0,
- "logotypecertextn.OBJECT_IDENTIFIER", HFILL }},
+ "OBJECT_IDENTIFIER", HFILL }},
{ &hf_logotypecertextn_info,
{ "info", "logotypecertextn.info",
FT_UINT32, BASE_DEC, VALS(logotypecertextn_LogotypeInfo_vals), 0,
- "logotypecertextn.LogotypeInfo", HFILL }},
+ "LogotypeInfo", HFILL }},
{ &hf_logotypecertextn_refStructHash,
{ "refStructHash", "logotypecertextn.refStructHash",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.SEQUENCE_SIZE_1_MAX_OF_HashAlgAndValue", HFILL }},
+ "SEQUENCE_SIZE_1_MAX_OF_HashAlgAndValue", HFILL }},
{ &hf_logotypecertextn_refStructHash_item,
{ "HashAlgAndValue", "logotypecertextn.HashAlgAndValue",
FT_NONE, BASE_NONE, NULL, 0,
- "logotypecertextn.HashAlgAndValue", HFILL }},
+ NULL, HFILL }},
{ &hf_logotypecertextn_refStructURI,
{ "refStructURI", "logotypecertextn.refStructURI",
FT_UINT32, BASE_DEC, NULL, 0,
- "logotypecertextn.T_refStructURI", HFILL }},
+ "T_refStructURI", HFILL }},
{ &hf_logotypecertextn_refStructURI_item,
{ "refStructURI item", "logotypecertextn.refStructURI_item",
FT_STRING, BASE_NONE, NULL, 0,
- "logotypecertextn.T_refStructURI_item", HFILL }},
+ "T_refStructURI_item", HFILL }},
{ &hf_logotypecertextn_hashAlg,
{ "hashAlg", "logotypecertextn.hashAlg",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AlgorithmIdentifier", HFILL }},
+ "AlgorithmIdentifier", HFILL }},
{ &hf_logotypecertextn_hashValue,
{ "hashValue", "logotypecertextn.hashValue",
FT_BYTES, BASE_NONE, NULL, 0,
- "logotypecertextn.OCTET_STRING", HFILL }},
+ "OCTET_STRING", HFILL }},
/*--- End of included file: packet-logotypecertextn-hfarr.c ---*/
#line 58 "packet-logotypecertextn-template.c"