aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-06-30 10:18:25 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-06-30 10:18:25 +0000
commitba9d5cd62548f225b170c212df3cae35f9e07c88 (patch)
tree73ceb0c1de00553f92b0b6047425cabe7bdbfcee /epan/dissectors/packet-h450.c
parent4e01adf36e805452e43674e597c22ec8072a7fcd (diff)
fix wrong terminator record in per_sequence_t tables
svn path=/trunk/; revision=18621
Diffstat (limited to 'epan/dissectors/packet-h450.c')
-rw-r--r--epan/dissectors/packet-h450.c166
1 files changed, 83 insertions, 83 deletions
diff --git a/epan/dissectors/packet-h450.c b/epan/dissectors/packet-h450.c
index 41b1d55241..48a00e2429 100644
--- a/epan/dissectors/packet-h450.c
+++ b/epan/dissectors/packet-h450.c
@@ -766,7 +766,7 @@ static const per_sequence_t NetworkFacilityExtension_sequence[] = {
{ "sourceEntityAddress" , &hf_h450_sourceEntityAddress, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_AddressInformation },
{ "destinationEntity" , &hf_h450_destinationEntity, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EntityType },
{ "destinationEntityAddress", &hf_h450_destinationEntityAddress, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_AddressInformation },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -839,7 +839,7 @@ static const per_sequence_t H4501SupplementaryService_sequence[] = {
{ "networkFacilityExtension", &hf_h450_networkFacilityExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NetworkFacilityExtension },
{ "interpretationApdu" , &hf_h450_interpretationApdu, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_InterpretationApdu },
{ "serviceApdu" , &hf_h450_serviceApdu , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_ServiceApdus },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -883,7 +883,7 @@ dissect_h450_BOOLEAN(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tree
static const per_sequence_t UserSpecifiedSubaddress_sequence[] = {
{ "subaddressInformation" , &hf_h450_subaddressInformation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_SubaddressInformation },
{ "oddCountIndicator" , &hf_h450_oddCountIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BOOLEAN },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -931,7 +931,7 @@ static const per_sequence_t AddressScreened_sequence[] = {
{ "partyNumber" , &hf_h450_partyNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_PartyNumber },
{ "screeningIndicator" , &hf_h450_screeningIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_ScreeningIndicator },
{ "partySubaddress" , &hf_h450_partySubaddress, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_PartySubaddress },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -972,7 +972,7 @@ dissect_h450_PresentedAddressScreened(tvbuff_t *tvb, int offset, asn_ctx_t *actx
static const per_sequence_t Address_sequence[] = {
{ "partyNumber" , &hf_h450_partyNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_PartyNumber },
{ "partySubaddress" , &hf_h450_partySubaddress, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_PartySubaddress },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1013,7 +1013,7 @@ dissect_h450_PresentedAddressUnscreened(tvbuff_t *tvb, int offset, asn_ctx_t *ac
static const per_sequence_t NumberScreened_sequence[] = {
{ "partyNumber" , &hf_h450_partyNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_PartyNumber },
{ "screeningIndicator" , &hf_h450_screeningIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_ScreeningIndicator },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1097,7 +1097,7 @@ static const per_sequence_t EndpointAddress_sequence[] = {
{ "destinationAddressScreeningIndicator", &hf_h450_destinationAddressScreeningIndicator, ASN1_NOT_EXTENSION_ROOT, ASN1_OPTIONAL , dissect_h225_ScreeningIndicator },
{ "remoteExtensionAddressPresentationIndicator", &hf_h450_remoteExtensionAddressPresentationIndicator, ASN1_NOT_EXTENSION_ROOT, ASN1_OPTIONAL , dissect_h225_PresentationIndicator },
{ "remoteExtensionAddressScreeningIndicator", &hf_h450_remoteExtensionAddressScreeningIndicator, ASN1_NOT_EXTENSION_ROOT, ASN1_OPTIONAL , dissect_h225_ScreeningIndicator },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1140,7 +1140,7 @@ dissect_h450_ExtensionArgument(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, p
static const per_sequence_t Extension_sequence[] = {
{ "extensionId" , &hf_h450_extensionId , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_h450_OBJECT_IDENTIFIER },
{ "extensionArgument" , &hf_h450_extensionArgument, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_h450_ExtensionArgument },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1241,7 +1241,7 @@ static const per_sequence_t CTInitiateArg_sequence[] = {
{ "callIdentity" , &hf_h450_callIdentity , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CallIdentity },
{ "reroutingNumber" , &hf_h450_reroutingNumber, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "argumentExtension" , &hf_h450_cTInitiateArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ArgumentExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1266,7 +1266,7 @@ static const per_sequence_t CTSetupArg_sequence[] = {
{ "callIdentity" , &hf_h450_callIdentity , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CallIdentity },
{ "transferringNumber" , &hf_h450_transferringNumber, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_EndpointAddress },
{ "argumentExtension" , &hf_h450_cTSetupArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ArgumentExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1312,7 +1312,7 @@ static const per_sequence_t CTUpdateArg_sequence[] = {
{ "redirectionInfo" , &hf_h450_redirectionInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "basicCallInfoElements" , &hf_h450_basicCallInfoElements, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_H225InformationElement },
{ "argumentExtension" , &hf_h450_cTUpdateArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ArgumentExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1336,7 +1336,7 @@ dissect_h450_CallTransferUpdate(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_,
static const per_sequence_t SubaddressTransferArg_sequence[] = {
{ "redirectionSubaddress" , &hf_h450_redirectionSubaddress, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_PartySubaddress },
{ "argumentExtension" , &hf_h450_subaddressTransferArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ArgumentExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1396,7 +1396,7 @@ static const per_sequence_t CTCompleteArg_sequence[] = {
{ "redirectionInfo" , &hf_h450_redirectionInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "callStatus" , &hf_h450_callStatus , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_CallStatus },
{ "argumentExtension" , &hf_h450_cTCompleteArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ArgumentExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1422,7 +1422,7 @@ static const per_sequence_t CTActiveArg_sequence[] = {
{ "basicCallInfoElements" , &hf_h450_basicCallInfoElements, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_H225InformationElement },
{ "connectedInfo" , &hf_h450_connectedInfo , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "argumentExtension" , &hf_h450_cTActiveArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ArgumentExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1491,7 +1491,7 @@ static const per_sequence_t CTIdentifyRes_sequence[] = {
{ "callIdentity" , &hf_h450_callIdentity , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CallIdentity },
{ "reroutingNumber" , &hf_h450_reroutingNumber, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "resultExtension" , &hf_h450_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_T_resultExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1604,7 +1604,7 @@ static const per_sequence_t ActivateDiversionQArg_sequence[] = {
{ "servedUserNr" , &hf_h450_servedUserNr , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "activatingUserNr" , &hf_h450_activatingUserNr, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extension" , &hf_h450_activateDiversionQArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ActivateDiversionQArg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1666,7 +1666,7 @@ static const per_sequence_t DeactivateDiversionQArg_sequence[] = {
{ "servedUserNr" , &hf_h450_servedUserNr , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "deactivatingUserNr" , &hf_h450_deactivatingUserNr, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extension" , &hf_h450_deactivateDiversionQArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_DeactivateDiversionQArg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1728,7 +1728,7 @@ static const per_sequence_t InterrogateDiversionQ_sequence[] = {
{ "servedUserNr" , &hf_h450_servedUserNr , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "interrogatingUserNr" , &hf_h450_interrogatingUserNr, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extension" , &hf_h450_interrogateDiversionQ_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_InterrogateDiversionQ_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1769,7 +1769,7 @@ static const per_sequence_t IntResult_sequence[] = {
{ "divertedToAddress" , &hf_h450_divertedToAddress, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "remoteEnabled" , &hf_h450_remoteEnabled , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BOOLEAN },
{ "extension" , &hf_h450_intResult_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_IntResult_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1831,7 +1831,7 @@ static const per_sequence_t CheckRestrictionArg_sequence[] = {
{ "basicService" , &hf_h450_basicService , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_BasicService },
{ "divertedToNr" , &hf_h450_divertedToNr , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extension" , &hf_h450_checkRestrictionArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_CheckRestrictionArg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -1947,7 +1947,7 @@ static const per_sequence_t CallReroutingArg_sequence[] = {
{ "redirectingInfo" , &hf_h450_redirectingInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "originalCalledInfo" , &hf_h450_originalCalledInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "extension" , &hf_h450_callReroutingArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_CallReroutingArg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2011,7 +2011,7 @@ static const per_sequence_t DivertingLegInformation1Arg_sequence[] = {
{ "redirectingNr" , &hf_h450_redirectingNr , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_EndpointAddress },
{ "redirectingInfo" , &hf_h450_redirectingInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "extension" , &hf_h450_divertingLegInformation1Arg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_DivertingLegInformation1Arg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2054,7 +2054,7 @@ static const per_sequence_t DivertingLegInformation2Arg_sequence[] = {
{ "redirectingInfo" , &hf_h450_redirectingInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "originalCalledInfo" , &hf_h450_originalCalledInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "extension" , &hf_h450_extension , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_DivertingLegInformation2Arg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2093,7 +2093,7 @@ static const per_sequence_t DivertingLegInformation3Arg_sequence[] = {
{ "redirectionNr" , &hf_h450_redirectionNr , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_EndpointAddress },
{ "redirectionInfo" , &hf_h450_redirectionInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "extension" , &hf_h450_divertingLegInformation3Arg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_DivertingLegInformation3Arg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2135,7 +2135,7 @@ static const per_sequence_t DivertingLegInformation4Arg_sequence[] = {
{ "nominatedNr" , &hf_h450_nominatedNr , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "nominatedInfo" , &hf_h450_nominatedInfo , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BMPString_SIZE_1_128 },
{ "extension" , &hf_h450_divertingLegInformation4Arg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_DivertingLegInformation4Arg_extension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2207,7 +2207,7 @@ dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb, int offset, as
static const per_sequence_t HoldNotificArg_sequence[] = {
{ "extensionArg" , &hf_h450_holdNotificArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2221,7 +2221,7 @@ dissect_h450_HoldNotificArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, prot
static const per_sequence_t RetrieveNotificArg_sequence[] = {
{ "extensionArg" , &hf_h450_retrieveNotificArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2235,7 +2235,7 @@ dissect_h450_RetrieveNotificArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_,
static const per_sequence_t RemoteHoldArg_sequence[] = {
{ "extensionArg" , &hf_h450_remoteHoldArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2249,7 +2249,7 @@ dissect_h450_RemoteHoldArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto
static const per_sequence_t RemoteHoldRes_sequence[] = {
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2263,7 +2263,7 @@ dissect_h450_RemoteHoldRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto
static const per_sequence_t RemoteRetrieveArg_sequence[] = {
{ "extensionArg" , &hf_h450_remoteRetrieveArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2277,7 +2277,7 @@ dissect_h450_RemoteRetrieveArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, p
static const per_sequence_t RemoteRetrieveRes_sequence[] = {
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2305,7 +2305,7 @@ static const per_sequence_t CpRequestArg_sequence[] = {
{ "parkedToNumber" , &hf_h450_parkedToNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "parkedToPosition" , &hf_h450_parkedToPosition, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ParkedToPosition },
{ "extensionArg" , &hf_h450_cpRequestArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2340,7 +2340,7 @@ static const per_sequence_t CpRequestRes_sequence[] = {
{ "parkedToPosition" , &hf_h450_parkedToPosition, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ParkedToPosition },
{ "parkCondition" , &hf_h450_parkCondition , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_ParkCondition },
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2358,7 +2358,7 @@ static const per_sequence_t CpSetupArg_sequence[] = {
{ "parkedToNumber" , &hf_h450_parkedToNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "parkedToPosition" , &hf_h450_parkedToPosition, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ParkedToPosition },
{ "extensionArg" , &hf_h450_cpSetupArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2375,7 +2375,7 @@ static const per_sequence_t CpSetupRes_sequence[] = {
{ "parkedToPosition" , &hf_h450_parkedToPosition, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ParkedToPosition },
{ "parkCondition" , &hf_h450_parkCondition , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_ParkCondition },
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2411,7 +2411,7 @@ static const per_sequence_t GroupIndicationOnArg_sequence[] = {
{ "retrieveAddress" , &hf_h450_retrieveAddress, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "parkPosition" , &hf_h450_parkPosition , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ParkedToPosition },
{ "extensionArg" , &hf_h450_groupIndicationOnArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2425,7 +2425,7 @@ dissect_h450_GroupIndicationOnArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_
static const per_sequence_t GroupIndicationOnRes_sequence[] = {
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2441,7 +2441,7 @@ static const per_sequence_t GroupIndicationOffArg_sequence[] = {
{ "callPickupId" , &hf_h450_callPickupId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_CallIdentifier },
{ "groupMemberUserNr" , &hf_h450_groupMemberUserNr, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extensionArg" , &hf_h450_groupIndicationOffArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2455,7 +2455,7 @@ dissect_h450_GroupIndicationOffArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U
static const per_sequence_t GroupIndicationOffRes_sequence[] = {
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2474,7 +2474,7 @@ static const per_sequence_t PickrequArg_sequence[] = {
{ "retrieveAddress" , &hf_h450_retrieveAddress, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "parkPosition" , &hf_h450_parkPosition , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ParkedToPosition },
{ "extensionArg" , &hf_h450_pickrequArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2489,7 +2489,7 @@ dissect_h450_PickrequArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_t
static const per_sequence_t PickrequRes_sequence[] = {
{ "callPickupId" , &hf_h450_callPickupId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_CallIdentifier },
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2505,7 +2505,7 @@ static const per_sequence_t PickupArg_sequence[] = {
{ "callPickupId" , &hf_h450_callPickupId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h225_CallIdentifier },
{ "picking-upNumber" , &hf_h450_picking_upNumber, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extensionArg" , &hf_h450_pickupArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2519,7 +2519,7 @@ dissect_h450_PickupArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tre
static const per_sequence_t PickupRes_sequence[] = {
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2536,7 +2536,7 @@ static const per_sequence_t PickExeArg_sequence[] = {
{ "picking-upNumber" , &hf_h450_picking_upNumber, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "partyToRetrieve" , &hf_h450_partyToRetrieve, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_EndpointAddress },
{ "extensionArg" , &hf_h450_pickExeArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2550,7 +2550,7 @@ dissect_h450_PickExeArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tr
static const per_sequence_t PickExeRes_sequence[] = {
{ "extensionRes" , &hf_h450_extensionRes , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2565,7 +2565,7 @@ dissect_h450_PickExeRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tr
static const per_sequence_t CpNotifyArg_sequence[] = {
{ "parkingNumber" , &hf_h450_parkingNumber , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_EndpointAddress },
{ "extensionArg" , &hf_h450_cpNotifyArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2580,7 +2580,7 @@ dissect_h450_CpNotifyArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_t
static const per_sequence_t CpickupNotifyArg_sequence[] = {
{ "picking-upNumber" , &hf_h450_picking_upNumber, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_EndpointAddress },
{ "extensionArg" , &hf_h450_cpickupNotifyArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2605,7 +2605,7 @@ dissect_h450_INTEGER_0_255(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto
static const per_sequence_t CallWaitingArg_sequence[] = {
{ "nbOfAddWaitingCalls" , &hf_h450_nbOfAddWaitingCalls, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_INTEGER_0_255 },
{ "extensionArg" , &hf_h450_callWaitingArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2714,7 +2714,7 @@ static const per_sequence_t MWIActivateArg_sequence[] = {
{ "timestamp" , &hf_h450_timestamp , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_TimeStamp },
{ "priority" , &hf_h450_priority , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_INTEGER_0_9 },
{ "extensionArg" , &hf_h450_mWIActivateArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ExtensionArg },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2741,7 +2741,7 @@ static const per_sequence_t MWIDeactivateArg_sequence[] = {
{ "msgCentreId" , &hf_h450_msgCentreId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_MsgCentreId },
{ "callbackReq" , &hf_h450_callbackReq , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BOOLEAN },
{ "extensionArg" , &hf_h450_mWIDeactivateArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ExtensionArg },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2768,7 +2768,7 @@ static const per_sequence_t MWIInterrogateArg_sequence[] = {
{ "msgCentreId" , &hf_h450_msgCentreId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_MsgCentreId },
{ "callbackReq" , &hf_h450_callbackReq , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BOOLEAN },
{ "extensionArg" , &hf_h450_mWIInterrogateArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ExtensionArg },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2811,7 +2811,7 @@ static const per_sequence_t MWIInterrogateResElt_sequence[] = {
{ "timestamp" , &hf_h450_timestamp , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_TimeStamp },
{ "priority" , &hf_h450_priority , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_INTEGER_0_9 },
{ "extensionArg" , &hf_h450_mWIInterrogateResElt_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_ExtensionArg },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2930,7 +2930,7 @@ dissect_h450_Name(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tree *tr
static const per_sequence_t NameArg_sequence[] = {
{ "name" , &hf_h450_name , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_Name },
{ "extensionArg" , &hf_h450_nameArg_extensionArg, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2950,7 +2950,7 @@ static const per_sequence_t CcRequestArg_sequence[] = {
{ "can-retain-service" , &hf_h450_can_retain_service, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_BOOLEAN },
{ "retain-sig-connection" , &hf_h450_retain_sig_connection, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BOOLEAN },
{ "extension" , &hf_h450_ccRequestArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2965,7 +2965,7 @@ dissect_h450_CcRequestArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_
static const per_sequence_t CcRequestRes_sequence[] = {
{ "retain-service" , &hf_h450_retain_service , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_BOOLEAN },
{ "extension" , &hf_h450_ccRequestRes_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2980,7 +2980,7 @@ dissect_h450_CcRequestRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_
static const per_sequence_t CcShortArg_sequence[] = {
{ "ccIdentifier" , &hf_h450_ccIdentifier , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h225_CallIdentifier },
{ "extension" , &hf_h450_ccShortArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -2998,7 +2998,7 @@ static const per_sequence_t CcLongArg_sequence[] = {
{ "ccIdentifier" , &hf_h450_ccIdentifier , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h225_CallIdentifier },
{ "service" , &hf_h450_service , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_BasicService },
{ "extension" , &hf_h450_ccLongArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3034,7 +3034,7 @@ dissect_h450_CcArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tree *t
static const per_sequence_t CoReqOptArg_sequence[] = {
{ "extension" , &hf_h450_coReqOptArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3048,7 +3048,7 @@ dissect_h450_CoReqOptArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_t
static const per_sequence_t RUAlertOptArg_sequence[] = {
{ "extension" , &hf_h450_rUAlertOptArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3062,7 +3062,7 @@ dissect_h450_RUAlertOptArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto
static const per_sequence_t CfbOvrOptArg_sequence[] = {
{ "extension" , &hf_h450_cfbOvrOptArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3094,7 +3094,7 @@ dissect_h450_CICapabilityLevel(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, p
static const per_sequence_t CIRequestArg_sequence[] = {
{ "ciCapabilityLevel" , &hf_h450_ciCapabilityLevel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CICapabilityLevel },
{ "argumentExtension" , &hf_h450_cIRequestArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3139,7 +3139,7 @@ dissect_h450_CIStatusInformation(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_,
static const per_sequence_t CIRequestRes_sequence[] = {
{ "ciStatusInformation" , &hf_h450_ciStatusInformation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CIStatusInformation },
{ "resultExtension" , &hf_h450_cIRequestRes_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3153,7 +3153,7 @@ dissect_h450_CIRequestRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_
static const per_sequence_t CIGetCIPLOptArg_sequence[] = {
{ "argumentExtension" , &hf_h450_cIGetCIPLOptArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3187,7 +3187,7 @@ static const per_sequence_t CIGetCIPLRes_sequence[] = {
{ "ciProtectionLevel" , &hf_h450_ciProtectionLevel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CIProtectionLevel },
{ "silentMonitoringPermitted", &hf_h450_silentMonitoringPermitted, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
{ "resultExtension" , &hf_h450_cIGetCIPLRes_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3201,7 +3201,7 @@ dissect_h450_CIGetCIPLRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_
static const per_sequence_t CIIsOptArg_sequence[] = {
{ "argumentExtension" , &hf_h450_cIIsOptArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3215,7 +3215,7 @@ dissect_h450_CIIsOptArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tr
static const per_sequence_t CIIsOptRes_sequence[] = {
{ "resultExtension" , &hf_h450_cIIsOptRes_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3230,7 +3230,7 @@ dissect_h450_CIIsOptRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tr
static const per_sequence_t CIFrcRelArg_sequence[] = {
{ "ciCapabilityLevel" , &hf_h450_ciCapabilityLevel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CICapabilityLevel },
{ "argumentExtension" , &hf_h450_cIFrcRelArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3244,7 +3244,7 @@ dissect_h450_CIFrcRelArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_t
static const per_sequence_t CIFrcRelOptRes_sequence[] = {
{ "resultExtension" , &hf_h450_cIFrcRelOptRes_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3258,7 +3258,7 @@ dissect_h450_CIFrcRelOptRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, prot
static const per_sequence_t CIWobOptArg_sequence[] = {
{ "argumentExtension" , &hf_h450_cIWobOptArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3272,7 +3272,7 @@ dissect_h450_CIWobOptArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_t
static const per_sequence_t CIWobOptRes_sequence[] = {
{ "resultExtension" , &hf_h450_cIWobOptRes_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3288,7 +3288,7 @@ static const per_sequence_t CISilentArg_sequence[] = {
{ "ciCapabilityLevel" , &hf_h450_ciCapabilityLevel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CICapabilityLevel },
{ "specificCall" , &hf_h450_specificCall , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h225_CallIdentifier },
{ "argumentExtension" , &hf_h450_cISilentArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3302,7 +3302,7 @@ dissect_h450_CISilentArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_t
static const per_sequence_t CISilentOptRes_sequence[] = {
{ "resultExtension" , &hf_h450_cISilentOptRes_resultExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3317,7 +3317,7 @@ dissect_h450_CISilentOptRes(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, prot
static const per_sequence_t CINotificationArg_sequence[] = {
{ "ciStatusInformation" , &hf_h450_ciStatusInformation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_h450_CIStatusInformation },
{ "argumentExtension" , &hf_h450_cINotificationArg_argumentExtension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3343,7 +3343,7 @@ static const per_sequence_t FeatureList_sequence[] = {
{ "ssCHFarHoldSupported" , &hf_h450_ssCHFarHoldSupported, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
{ "ssMWICallbackSupported", &hf_h450_ssMWICallbackSupported, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
{ "ssCPCallParkSupported" , &hf_h450_ssCPCallParkSupported, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3386,7 +3386,7 @@ dissect_h450_SSCIProtectionLevel(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_,
static const per_sequence_t FeatureValues_sequence[] = {
{ "partyCategory" , &hf_h450_partyCategory , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_PartyCategory },
{ "ssCIprotectionLevel" , &hf_h450_ssCIprotectionLevel, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SSCIProtectionLevel },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3403,7 +3403,7 @@ static const per_sequence_t FeatureControl_sequence[] = {
{ "ssCTDoNotTransfer" , &hf_h450_ssCTDoNotTransfer, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
{ "ssMWICallbackCall" , &hf_h450_ssMWICallbackCall, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
{ "ssCISilentMonitorPermitted", &hf_h450_ssCISilentMonitorPermitted, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_NULL },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3420,7 +3420,7 @@ static const per_sequence_t CmnArg_sequence[] = {
{ "featureValues" , &hf_h450_featureValues , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_FeatureValues },
{ "featureControl" , &hf_h450_featureControl , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_FeatureControl },
{ "extension" , &hf_h450_cmnArg_extension, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3434,7 +3434,7 @@ dissect_h450_CmnArg(tvbuff_t *tvb, int offset, asn_ctx_t *actx _U_, proto_tree *
static const per_sequence_t CmnRequestArg_sequence[] = {
{ "extensionArg" , &hf_h450_cmnRequestArg_extensionArg, ASN1_NO_EXTENSIONS , ASN1_OPTIONAL , dissect_h450_SEQUENCE_SIZE_0_255_OF_MixedExtension },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
@@ -3702,7 +3702,7 @@ static const per_sequence_t result_sequence[] = {
dissect_h4501_Opcode },
{ "result", &hf_h4501_dummy, ASN1_EXTENSION_ROOT, ASN1_NOT_OPTIONAL,
dissect_h4501_ReturnResult_result },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
dissect_h4501_Result(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -3837,7 +3837,7 @@ static const per_sequence_t Reject_sequence[] = {
dissect_h4501_InvokeId },
{ "problem", &hf_h4501_problem, ASN1_NO_EXTENSIONS, ASN1_NOT_OPTIONAL,
dissect_h4501_Problem },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
dissect_h4501_Reject(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -3853,7 +3853,7 @@ static const per_sequence_t ReturnError_sequence[] = {
dissect_h4501_ErrorCode },
{ "parameter", &hf_h4501_parameter, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_Parameter },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
dissect_h4501_ReturnError(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -3867,7 +3867,7 @@ static const per_sequence_t ReturnResult_sequence[] = {
dissect_h4501_InvokeId },
{ "result", &hf_h4501_result, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_Result },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
dissect_h4501_ReturnResult(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)
@@ -3885,7 +3885,7 @@ static const per_sequence_t Invoke_sequence[] = {
dissect_h4501_Opcode },
{ "argument", &hf_h4501_dummy, ASN1_NO_EXTENSIONS, ASN1_OPTIONAL,
dissect_h4501_Argument },
- { NULL, 0, 0, NULL }
+ { NULL, NULL, 0, 0, NULL }
};
static int
dissect_h4501_Invoke(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index)