aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.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-h248.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-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c258
1 files changed, 129 insertions, 129 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 4cfa04a727..69508d1c89 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -5531,11 +5531,11 @@ void proto_register_h248(void) {
/*--- Included file: packet-h248-hfarr.c ---*/
#line 1 "../../asn1/h248/packet-h248-hfarr.c"
{ &hf_h248_authHeader,
- { "authHeader", "h248.authHeader",
+ { "authHeader", "h248.authHeader_element",
FT_NONE, BASE_NONE, NULL, 0,
"AuthenticationHeader", HFILL }},
{ &hf_h248_mess,
- { "mess", "h248.mess",
+ { "mess", "h248.mess_element",
FT_NONE, BASE_NONE, NULL, 0,
"Message", HFILL }},
{ &hf_h248_secParmIndex,
@@ -5563,7 +5563,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_T_messageBody_vals), 0,
NULL, HFILL }},
{ &hf_h248_messageError,
- { "messageError", "h248.messageError",
+ { "messageError", "h248.messageError_element",
FT_NONE, BASE_NONE, NULL, 0,
"ErrorDescriptor", HFILL }},
{ &hf_h248_transactions,
@@ -5575,15 +5575,15 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_Transaction_vals), 0,
NULL, HFILL }},
{ &hf_h248_ip4Address,
- { "ip4Address", "h248.ip4Address",
+ { "ip4Address", "h248.ip4Address_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_ip6Address,
- { "ip6Address", "h248.ip6Address",
+ { "ip6Address", "h248.ip6Address_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_domainName,
- { "domainName", "h248.domainName",
+ { "domainName", "h248.domainName_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_deviceName,
@@ -5611,15 +5611,15 @@ void proto_register_h248(void) {
FT_IPv6, BASE_NONE, NULL, 0,
"OCTET_STRING_SIZE_16", HFILL }},
{ &hf_h248_transactionRequest,
- { "transactionRequest", "h248.transactionRequest",
+ { "transactionRequest", "h248.transactionRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_transactionPending,
- { "transactionPending", "h248.transactionPending",
+ { "transactionPending", "h248.transactionPending_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_transactionReply,
- { "transactionReply", "h248.transactionReply",
+ { "transactionReply", "h248.transactionReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_transactionResponseAck,
@@ -5627,7 +5627,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_segmentReply,
- { "segmentReply", "h248.segmentReply",
+ { "segmentReply", "h248.segmentReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_transactionId,
@@ -5639,7 +5639,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_ActionRequest", HFILL }},
{ &hf_h248_actions_item,
- { "ActionRequest", "h248.ActionRequest",
+ { "ActionRequest", "h248.ActionRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_tpend_transactionId,
@@ -5651,7 +5651,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"T_trep_transactionId", HFILL }},
{ &hf_h248_immAckRequired,
- { "immAckRequired", "h248.immAckRequired",
+ { "immAckRequired", "h248.immAckRequired_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_transactionResult,
@@ -5659,7 +5659,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_T_transactionResult_vals), 0,
NULL, HFILL }},
{ &hf_h248_transactionError,
- { "transactionError", "h248.transactionError",
+ { "transactionError", "h248.transactionError_element",
FT_NONE, BASE_NONE, NULL, 0,
"ErrorDescriptor", HFILL }},
{ &hf_h248_actionReplies,
@@ -5667,7 +5667,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_ActionReply", HFILL }},
{ &hf_h248_actionReplies_item,
- { "ActionReply", "h248.ActionReply",
+ { "ActionReply", "h248.ActionReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_segmentNumber,
@@ -5675,7 +5675,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_segmentationComplete,
- { "segmentationComplete", "h248.segmentationComplete",
+ { "segmentationComplete", "h248.segmentationComplete_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_seg_rep_transactionId,
@@ -5683,7 +5683,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"T_seg_rep_transactionId", HFILL }},
{ &hf_h248_TransactionResponseAck_item,
- { "TransactionAck", "h248.TransactionAck",
+ { "TransactionAck", "h248.TransactionAck_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_firstAck,
@@ -5707,11 +5707,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_HEX, NULL, 0,
NULL, HFILL }},
{ &hf_h248_contextRequest,
- { "contextRequest", "h248.contextRequest",
+ { "contextRequest", "h248.contextRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_contextAttrAuditReq,
- { "contextAttrAuditReq", "h248.contextAttrAuditReq",
+ { "contextAttrAuditReq", "h248.contextAttrAuditReq_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_commandRequests,
@@ -5719,15 +5719,15 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_CommandRequest", HFILL }},
{ &hf_h248_commandRequests_item,
- { "CommandRequest", "h248.CommandRequest",
+ { "CommandRequest", "h248.CommandRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_errorDescriptor,
- { "errorDescriptor", "h248.errorDescriptor",
+ { "errorDescriptor", "h248.errorDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_contextReply,
- { "contextReply", "h248.contextReply",
+ { "contextReply", "h248.contextReply_element",
FT_NONE, BASE_NONE, NULL, 0,
"ContextRequest", HFILL }},
{ &hf_h248_commandReply,
@@ -5751,7 +5751,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_topologyReq_item,
- { "TopologyRequest", "h248.TopologyRequest",
+ { "TopologyRequest", "h248.TopologyRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_iepscallind_BOOL,
@@ -5763,7 +5763,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_PropertyParm", HFILL }},
{ &hf_h248_contextProp_item,
- { "PropertyParm", "h248.PropertyParm",
+ { "PropertyParm", "h248.PropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_contextList,
@@ -5775,19 +5775,19 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_topology,
- { "topology", "h248.topology",
+ { "topology", "h248.topology_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_cAAREmergency,
- { "emergency", "h248.emergency",
+ { "emergency", "h248.emergency_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_cAARPriority,
- { "priority", "h248.priority",
+ { "priority", "h248.priority_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_iepscallind,
- { "iepscallind", "h248.iepscallind",
+ { "iepscallind", "h248.iepscallind_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_contextPropAud,
@@ -5795,7 +5795,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_IndAudPropertyParm", HFILL }},
{ &hf_h248_contextPropAud_item,
- { "IndAudPropertyParm", "h248.IndAudPropertyParm",
+ { "IndAudPropertyParm", "h248.IndAudPropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_selectpriority,
@@ -5815,11 +5815,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_SelectLogic_vals), 0,
NULL, HFILL }},
{ &hf_h248_andAUDITSelect,
- { "andAUDITSelect", "h248.andAUDITSelect",
+ { "andAUDITSelect", "h248.andAUDITSelect_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_orAUDITSelect,
- { "orAUDITSelect", "h248.orAUDITSelect",
+ { "orAUDITSelect", "h248.orAUDITSelect_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_command,
@@ -5827,59 +5827,59 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_Command_vals), 0,
NULL, HFILL }},
{ &hf_h248_optional,
- { "optional", "h248.optional",
+ { "optional", "h248.optional_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_wildcardReturn,
- { "wildcardReturn", "h248.wildcardReturn",
+ { "wildcardReturn", "h248.wildcardReturn_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_addReq,
- { "addReq", "h248.addReq",
+ { "addReq", "h248.addReq_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_moveReq,
- { "moveReq", "h248.moveReq",
+ { "moveReq", "h248.moveReq_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_modReq,
- { "modReq", "h248.modReq",
+ { "modReq", "h248.modReq_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_subtractReq,
- { "subtractReq", "h248.subtractReq",
+ { "subtractReq", "h248.subtractReq_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_auditCapRequest,
- { "auditCapRequest", "h248.auditCapRequest",
+ { "auditCapRequest", "h248.auditCapRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_auditValueRequest,
- { "auditValueRequest", "h248.auditValueRequest",
+ { "auditValueRequest", "h248.auditValueRequest_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_notifyReq,
- { "notifyReq", "h248.notifyReq",
+ { "notifyReq", "h248.notifyReq_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_serviceChangeReq,
- { "serviceChangeReq", "h248.serviceChangeReq",
+ { "serviceChangeReq", "h248.serviceChangeReq_element",
FT_NONE, BASE_NONE, NULL, 0,
"ServiceChangeRequest", HFILL }},
{ &hf_h248_addReply,
- { "addReply", "h248.addReply",
+ { "addReply", "h248.addReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_moveReply,
- { "moveReply", "h248.moveReply",
+ { "moveReply", "h248.moveReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_modReply,
- { "modReply", "h248.modReply",
+ { "modReply", "h248.modReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_subtractReply,
- { "subtractReply", "h248.subtractReply",
+ { "subtractReply", "h248.subtractReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_auditCapReply,
@@ -5891,19 +5891,19 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_AuditReply_vals), 0,
NULL, HFILL }},
{ &hf_h248_notifyReply,
- { "notifyReply", "h248.notifyReply",
+ { "notifyReply", "h248.notifyReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_serviceChangeReply,
- { "serviceChangeReply", "h248.serviceChangeReply",
+ { "serviceChangeReply", "h248.serviceChangeReply_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_terminationFrom,
- { "terminationFrom", "h248.terminationFrom",
+ { "terminationFrom", "h248.terminationFrom_element",
FT_NONE, BASE_NONE, NULL, 0,
"TerminationID", HFILL }},
{ &hf_h248_terminationTo,
- { "terminationTo", "h248.terminationTo",
+ { "terminationTo", "h248.terminationTo_element",
FT_NONE, BASE_NONE, NULL, 0,
"TerminationID", HFILL }},
{ &hf_h248_topologyDirection,
@@ -5931,19 +5931,19 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_AmmDescriptor_vals), 0,
NULL, HFILL }},
{ &hf_h248_mediaDescriptor,
- { "mediaDescriptor", "h248.mediaDescriptor",
+ { "mediaDescriptor", "h248.mediaDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_modemDescriptor,
- { "modemDescriptor", "h248.modemDescriptor",
+ { "modemDescriptor", "h248.modemDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_muxDescriptor,
- { "muxDescriptor", "h248.muxDescriptor",
+ { "muxDescriptor", "h248.muxDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventsDescriptor,
- { "eventsDescriptor", "h248.eventsDescriptor",
+ { "eventsDescriptor", "h248.eventsDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventBufferDescriptor,
@@ -5955,11 +5955,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_digitMapDescriptor,
- { "digitMapDescriptor", "h248.digitMapDescriptor",
+ { "digitMapDescriptor", "h248.digitMapDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_auditDescriptor,
- { "auditDescriptor", "h248.auditDescriptor",
+ { "auditDescriptor", "h248.auditDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_aDstatisticsDescriptor,
@@ -5971,7 +5971,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_terminationID,
- { "terminationID", "h248.terminationID",
+ { "terminationID", "h248.terminationID_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_contextAuditResult,
@@ -5979,15 +5979,15 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"TerminationIDList", HFILL }},
{ &hf_h248_error,
- { "error", "h248.error",
+ { "error", "h248.error_element",
FT_NONE, BASE_NONE, NULL, 0,
"ErrorDescriptor", HFILL }},
{ &hf_h248_auditResult,
- { "auditResult", "h248.auditResult",
+ { "auditResult", "h248.auditResult_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_auditResultTermList,
- { "auditResultTermList", "h248.auditResultTermList",
+ { "auditResultTermList", "h248.auditResultTermList_element",
FT_NONE, BASE_NONE, NULL, 0,
"TermListAuditResult", HFILL }},
{ &hf_h248_terminationAuditResult,
@@ -5999,7 +5999,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_AuditReturnParameter_vals), 0,
NULL, HFILL }},
{ &hf_h248_observedEventsDescriptor,
- { "observedEventsDescriptor", "h248.observedEventsDescriptor",
+ { "observedEventsDescriptor", "h248.observedEventsDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_aRPstatisticsDescriptor,
@@ -6011,7 +6011,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_emptyDescriptors,
- { "emptyDescriptors", "h248.emptyDescriptors",
+ { "emptyDescriptors", "h248.emptyDescriptors_element",
FT_NONE, BASE_NONE, NULL, 0,
"AuditDescriptor", HFILL }},
{ &hf_h248_auditToken,
@@ -6027,15 +6027,15 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_IndAuditParameter_vals), 0,
NULL, HFILL }},
{ &hf_h248_indaudmediaDescriptor,
- { "indaudmediaDescriptor", "h248.indaudmediaDescriptor",
+ { "indaudmediaDescriptor", "h248.indaudmediaDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indaudeventsDescriptor,
- { "indaudeventsDescriptor", "h248.indaudeventsDescriptor",
+ { "indaudeventsDescriptor", "h248.indaudeventsDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indaudeventBufferDescriptor,
- { "indaudeventBufferDescriptor", "h248.indaudeventBufferDescriptor",
+ { "indaudeventBufferDescriptor", "h248.indaudeventBufferDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indaudsignalsDescriptor,
@@ -6043,19 +6043,19 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_IndAudSignalsDescriptor_vals), 0,
NULL, HFILL }},
{ &hf_h248_indauddigitMapDescriptor,
- { "indauddigitMapDescriptor", "h248.indauddigitMapDescriptor",
+ { "indauddigitMapDescriptor", "h248.indauddigitMapDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indaudstatisticsDescriptor,
- { "indaudstatisticsDescriptor", "h248.indaudstatisticsDescriptor",
+ { "indaudstatisticsDescriptor", "h248.indaudstatisticsDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indaudpackagesDescriptor,
- { "indaudpackagesDescriptor", "h248.indaudpackagesDescriptor",
+ { "indaudpackagesDescriptor", "h248.indaudpackagesDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indAudTerminationStateDescriptor,
- { "termStateDescr", "h248.termStateDescr",
+ { "termStateDescr", "h248.termStateDescr_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudTerminationStateDescriptor", HFILL }},
{ &hf_h248_indAudMediaDescriptorStreams,
@@ -6063,7 +6063,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_IndAudMediaDescriptorStreams_vals), 0,
"IndAudMediaDescriptorStreams", HFILL }},
{ &hf_h248_oneStream,
- { "oneStream", "h248.oneStream",
+ { "oneStream", "h248.oneStream_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudStreamParms", HFILL }},
{ &hf_h248_multiStream,
@@ -6071,39 +6071,39 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_IndAudStreamDescriptor", HFILL }},
{ &hf_h248_multiStream_item,
- { "IndAudStreamDescriptor", "h248.IndAudStreamDescriptor",
+ { "IndAudStreamDescriptor", "h248.IndAudStreamDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indAudStreamParms,
- { "streamParms", "h248.streamParms",
+ { "streamParms", "h248.streamParms_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudStreamParms", HFILL }},
{ &hf_h248_iASPLocalControlDescriptor,
- { "localControlDescriptor", "h248.localControlDescriptor",
+ { "localControlDescriptor", "h248.localControlDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudLocalControlDescriptor", HFILL }},
{ &hf_h248_iASPLocalDescriptor,
- { "localDescriptor", "h248.localDescriptor",
+ { "localDescriptor", "h248.localDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudLocalRemoteDescriptor", HFILL }},
{ &hf_h248_iASPRemoteDescriptor,
- { "remoteDescriptor", "h248.remoteDescriptor",
+ { "remoteDescriptor", "h248.remoteDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudLocalRemoteDescriptor", HFILL }},
{ &hf_h248_statisticsDescriptor,
- { "statisticsDescriptor", "h248.statisticsDescriptor",
+ { "statisticsDescriptor", "h248.statisticsDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudStatisticsDescriptor", HFILL }},
{ &hf_h248_iALCDStreamMode,
- { "streamMode", "h248.streamMode",
+ { "streamMode", "h248.streamMode_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_iALCDReserveValue,
- { "reserveValue", "h248.reserveValue",
+ { "reserveValue", "h248.reserveValue_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_iALCDReserveGroup,
- { "reserveGroup", "h248.reserveGroup",
+ { "reserveGroup", "h248.reserveGroup_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_indAudPropertyParms,
@@ -6111,7 +6111,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_IndAudPropertyParm", HFILL }},
{ &hf_h248_indAudPropertyParms_item,
- { "IndAudPropertyParm", "h248.IndAudPropertyParm",
+ { "IndAudPropertyParm", "h248.IndAudPropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_streamModeSel,
@@ -6123,7 +6123,7 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"PkgdName", HFILL }},
{ &hf_h248_propertyParms,
- { "propertyParms", "h248.propertyParms",
+ { "propertyParms", "h248.propertyParms_element",
FT_NONE, BASE_NONE, NULL, 0,
"PropertyParm", HFILL }},
{ &hf_h248_propGroupID,
@@ -6135,15 +6135,15 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"IndAudPropertyGroup", HFILL }},
{ &hf_h248_IndAudPropertyGroup_item,
- { "IndAudPropertyParm", "h248.IndAudPropertyParm",
+ { "IndAudPropertyParm", "h248.IndAudPropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventBufferControl,
- { "eventBufferControl", "h248.eventBufferControl",
+ { "eventBufferControl", "h248.eventBufferControl_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_iATSDServiceState,
- { "serviceState", "h248.serviceState",
+ { "serviceState", "h248.serviceState_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_serviceStateSel,
@@ -6163,11 +6163,11 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"PkgdName", HFILL }},
{ &hf_h248_indAudSignal,
- { "signal", "h248.signal",
+ { "signal", "h248.signal_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudSignal", HFILL }},
{ &hf_h248_indAudSeqSigList,
- { "seqSigList", "h248.seqSigList",
+ { "seqSigList", "h248.seqSigList_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudSeqSigList", HFILL }},
{ &hf_h248_id,
@@ -6175,7 +6175,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"INTEGER_0_65535", HFILL }},
{ &hf_h248_iASignalList,
- { "signalList", "h248.signalList",
+ { "signalList", "h248.signalList_element",
FT_NONE, BASE_NONE, NULL, 0,
"IndAudSignal", HFILL }},
{ &hf_h248_iASignalName,
@@ -6211,7 +6211,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_ObservedEvent", HFILL }},
{ &hf_h248_observedEventLst_item,
- { "ObservedEvent", "h248.ObservedEvent",
+ { "ObservedEvent", "h248.ObservedEvent_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventName,
@@ -6223,11 +6223,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_EventParameter", HFILL }},
{ &hf_h248_eventParList_item,
- { "EventParameter", "h248.EventParameter",
+ { "EventParameter", "h248.EventParameter_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_timeNotation,
- { "timeNotation", "h248.timeNotation",
+ { "timeNotation", "h248.timeNotation_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventParameterName,
@@ -6259,7 +6259,7 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_serviceChangeParms,
- { "serviceChangeParms", "h248.serviceChangeParms",
+ { "serviceChangeParms", "h248.serviceChangeParms_element",
FT_NONE, BASE_NONE, NULL, 0,
"ServiceChangeParm", HFILL }},
{ &hf_h248_serviceChangeResult,
@@ -6267,7 +6267,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_ServiceChangeResult_vals), 0,
NULL, HFILL }},
{ &hf_h248_serviceChangeResParms,
- { "serviceChangeResParms", "h248.serviceChangeResParms",
+ { "serviceChangeResParms", "h248.serviceChangeResParms_element",
FT_NONE, BASE_NONE, NULL, 0,
"ServiceChangeResParm", HFILL }},
{ &hf_h248_wildcard,
@@ -6283,11 +6283,11 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
"T_terminationId", HFILL }},
{ &hf_h248_TerminationIDList_item,
- { "TerminationID", "h248.TerminationID",
+ { "TerminationID", "h248.TerminationID_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_termStateDescr,
- { "termStateDescr", "h248.termStateDescr",
+ { "termStateDescr", "h248.termStateDescr_element",
FT_NONE, BASE_NONE, NULL, 0,
"TerminationStateDescriptor", HFILL }},
{ &hf_h248_streams,
@@ -6295,7 +6295,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_T_streams_vals), 0,
NULL, HFILL }},
{ &hf_h248_mediaDescriptorOneStream,
- { "oneStream", "h248.oneStream",
+ { "oneStream", "h248.oneStream_element",
FT_NONE, BASE_NONE, NULL, 0,
"StreamParms", HFILL }},
{ &hf_h248_mediaDescriptorMultiStream,
@@ -6303,23 +6303,23 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_StreamDescriptor", HFILL }},
{ &hf_h248_mediaDescriptorMultiStream_item,
- { "StreamDescriptor", "h248.StreamDescriptor",
+ { "StreamDescriptor", "h248.StreamDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_streamParms,
- { "streamParms", "h248.streamParms",
+ { "streamParms", "h248.streamParms_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_localControlDescriptor,
- { "localControlDescriptor", "h248.localControlDescriptor",
+ { "localControlDescriptor", "h248.localControlDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_localDescriptor,
- { "localDescriptor", "h248.localDescriptor",
+ { "localDescriptor", "h248.localDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
"LocalRemoteDescriptor", HFILL }},
{ &hf_h248_remoteDescriptor,
- { "remoteDescriptor", "h248.remoteDescriptor",
+ { "remoteDescriptor", "h248.remoteDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
"LocalRemoteDescriptor", HFILL }},
{ &hf_h248_sPstatisticsDescriptor,
@@ -6343,7 +6343,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_PropertyParm", HFILL }},
{ &hf_h248_lCDpropertyParms_item,
- { "PropertyParm", "h248.PropertyParm",
+ { "PropertyParm", "h248.PropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_propertyName,
@@ -6371,7 +6371,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
NULL, HFILL }},
{ &hf_h248_PropertyGroup_item,
- { "PropertyParm", "h248.PropertyParm",
+ { "PropertyParm", "h248.PropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_tSDpropertyParms,
@@ -6379,7 +6379,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_PropertyParm", HFILL }},
{ &hf_h248_tSDpropertyParms_item,
- { "PropertyParm", "h248.PropertyParm",
+ { "PropertyParm", "h248.PropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_tSEventBufferControl,
@@ -6399,11 +6399,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_TerminationID", HFILL }},
{ &hf_h248_termList_item,
- { "TerminationID", "h248.TerminationID",
+ { "TerminationID", "h248.TerminationID_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_nonStandardData,
- { "nonStandardData", "h248.nonStandardData",
+ { "nonStandardData", "h248.nonStandardData_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventList,
@@ -6411,11 +6411,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_RequestedEvent", HFILL }},
{ &hf_h248_eventList_item,
- { "RequestedEvent", "h248.RequestedEvent",
+ { "RequestedEvent", "h248.RequestedEvent_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_eventAction,
- { "eventAction", "h248.eventAction",
+ { "eventAction", "h248.eventAction_element",
FT_NONE, BASE_NONE, NULL, 0,
"RequestedActions", HFILL }},
{ &hf_h248_evParList,
@@ -6423,23 +6423,23 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_EventParameter", HFILL }},
{ &hf_h248_evParList_item,
- { "EventParameter", "h248.EventParameter",
+ { "EventParameter", "h248.EventParameter_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_secondEvent,
- { "secondEvent", "h248.secondEvent",
+ { "secondEvent", "h248.secondEvent_element",
FT_NONE, BASE_NONE, NULL, 0,
"SecondEventsDescriptor", HFILL }},
{ &hf_h248_notifyImmediate,
- { "notifyImmediate", "h248.notifyImmediate",
+ { "notifyImmediate", "h248.notifyImmediate_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_notifyRegulated,
- { "notifyRegulated", "h248.notifyRegulated",
+ { "notifyRegulated", "h248.notifyRegulated_element",
FT_NONE, BASE_NONE, NULL, 0,
"RegulatedEmbeddedDescriptor", HFILL }},
{ &hf_h248_neverNotify,
- { "neverNotify", "h248.neverNotify",
+ { "neverNotify", "h248.neverNotify_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_keepActive,
@@ -6455,11 +6455,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_NotifyBehaviour_vals), 0,
NULL, HFILL }},
{ &hf_h248_resetEventsDescriptor,
- { "resetEventsDescriptor", "h248.resetEventsDescriptor",
+ { "resetEventsDescriptor", "h248.resetEventsDescriptor_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_digitMapValue,
- { "digitMapValue", "h248.digitMapValue",
+ { "digitMapValue", "h248.digitMapValue_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_secondaryEventList,
@@ -6467,7 +6467,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_SecondRequestedEvent", HFILL }},
{ &hf_h248_secondaryEventList_item,
- { "SecondRequestedEvent", "h248.SecondRequestedEvent",
+ { "SecondRequestedEvent", "h248.SecondRequestedEvent_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_pkgdName,
@@ -6475,11 +6475,11 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_secondaryEventAction,
- { "eventAction", "h248.eventAction",
+ { "eventAction", "h248.eventAction_element",
FT_NONE, BASE_NONE, NULL, 0,
"SecondRequestedActions", HFILL }},
{ &hf_h248_EventBufferDescriptor_item,
- { "EventSpec", "h248.EventSpec",
+ { "EventSpec", "h248.EventSpec_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_SignalsDescriptor_item,
@@ -6487,11 +6487,11 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_SignalRequest_vals), 0,
NULL, HFILL }},
{ &hf_h248_signal,
- { "signal", "h248.signal",
+ { "signal", "h248.signal_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_seqSigList,
- { "seqSigList", "h248.seqSigList",
+ { "seqSigList", "h248.seqSigList_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_signalList,
@@ -6499,7 +6499,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_Signal", HFILL }},
{ &hf_h248_signalList_item,
- { "Signal", "h248.Signal",
+ { "Signal", "h248.Signal_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_signalName,
@@ -6523,7 +6523,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_SigParameter", HFILL }},
{ &hf_h248_sigParList_item,
- { "SigParameter", "h248.SigParameter",
+ { "SigParameter", "h248.SigParameter_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_direction,
@@ -6563,7 +6563,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"SEQUENCE_OF_PropertyParm", HFILL }},
{ &hf_h248_mpl_item,
- { "PropertyParm", "h248.PropertyParm",
+ { "PropertyParm", "h248.PropertyParm_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_startTimer,
@@ -6599,7 +6599,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"INTEGER_0_99", HFILL }},
{ &hf_h248_serviceChangeProfile,
- { "serviceChangeProfile", "h248.serviceChangeProfile",
+ { "serviceChangeProfile", "h248.serviceChangeProfile_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_serviceChangeReason,
@@ -6615,15 +6615,15 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_MId_vals), 0,
"MId", HFILL }},
{ &hf_h248_timeStamp,
- { "timeStamp", "h248.timeStamp",
+ { "timeStamp", "h248.timeStamp_element",
FT_NONE, BASE_NONE, NULL, 0,
"TimeNotation", HFILL }},
{ &hf_h248_serviceChangeInfo,
- { "serviceChangeInfo", "h248.serviceChangeInfo",
+ { "serviceChangeInfo", "h248.serviceChangeInfo_element",
FT_NONE, BASE_NONE, NULL, 0,
"AuditDescriptor", HFILL }},
{ &hf_h248_serviceChangeIncompleteFlag,
- { "serviceChangeIncompleteFlag", "h248.serviceChangeIncompleteFlag",
+ { "serviceChangeIncompleteFlag", "h248.serviceChangeIncompleteFlag_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_SCreasonValue_item,
@@ -6631,7 +6631,7 @@ void proto_register_h248(void) {
FT_BYTES, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_timestamp,
- { "timestamp", "h248.timestamp",
+ { "timestamp", "h248.timestamp_element",
FT_NONE, BASE_NONE, NULL, 0,
"TimeNotation", HFILL }},
{ &hf_h248_profileName,
@@ -6639,11 +6639,11 @@ void proto_register_h248(void) {
FT_STRING, BASE_NONE, NULL, 0,
"IA5String_SIZE_1_67", HFILL }},
{ &hf_h248_PackagesDescriptor_item,
- { "PackagesItem", "h248.PackagesItem",
+ { "PackagesItem", "h248.PackagesItem_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_StatisticsDescriptor_item,
- { "StatisticsParameter", "h248.StatisticsParameter",
+ { "StatisticsParameter", "h248.StatisticsParameter_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_statName,
@@ -6667,7 +6667,7 @@ void proto_register_h248(void) {
FT_OID, BASE_NONE, NULL, 0,
"OBJECT_IDENTIFIER", HFILL }},
{ &hf_h248_h221NonStandard,
- { "h221NonStandard", "h248.h221NonStandard",
+ { "h221NonStandard", "h248.h221NonStandard_element",
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_h248_experimental,
@@ -6707,7 +6707,7 @@ void proto_register_h248(void) {
FT_UINT32, BASE_DEC, VALS(h248_AuditResultV1_vals), 0,
"AuditResultV1", HFILL }},
{ &hf_h248_contectAuditResult,
- { "contectAuditResult", "h248.contectAuditResult",
+ { "contectAuditResult", "h248.contectAuditResult_element",
FT_NONE, BASE_NONE, NULL, 0,
"TerminationID", HFILL }},
{ &hf_h248_eventParamterName,