aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h450.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h450.c')
-rw-r--r--epan/dissectors/packet-h450.c78
1 files changed, 39 insertions, 39 deletions
diff --git a/epan/dissectors/packet-h450.c b/epan/dissectors/packet-h450.c
index d1c9372b7c..dbb8bcbe9e 100644
--- a/epan/dissectors/packet-h450.c
+++ b/epan/dissectors/packet-h450.c
@@ -853,7 +853,7 @@ static const per_choice_t EntityType_choice[] = {
static int
dissect_h450_EntityType(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_EntityType, EntityType_choice, "EntityType",
+ ett_h450_EntityType, EntityType_choice,
NULL);
return offset;
@@ -918,7 +918,7 @@ static const per_choice_t InterpretationApdu_choice[] = {
static int
dissect_h450_InterpretationApdu(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_InterpretationApdu, InterpretationApdu_choice, "InterpretationApdu",
+ ett_h450_InterpretationApdu, InterpretationApdu_choice,
NULL);
return offset;
@@ -957,7 +957,7 @@ static const per_choice_t ServiceApdus_choice[] = {
static int
dissect_h450_ServiceApdus(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_ServiceApdus, ServiceApdus_choice, "ServiceApdus",
+ ett_h450_ServiceApdus, ServiceApdus_choice,
NULL);
return offset;
@@ -1080,7 +1080,7 @@ static const per_choice_t PartySubaddress_choice[] = {
static int
dissect_h450_PartySubaddress(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_PartySubaddress, PartySubaddress_choice, "PartySubaddress",
+ ett_h450_PartySubaddress, PartySubaddress_choice,
NULL);
return offset;
@@ -1137,7 +1137,7 @@ static const per_choice_t PresentedAddressScreened_choice[] = {
static int
dissect_h450_PresentedAddressScreened(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_PresentedAddressScreened, PresentedAddressScreened_choice, "PresentedAddressScreened",
+ ett_h450_PresentedAddressScreened, PresentedAddressScreened_choice,
NULL);
return offset;
@@ -1184,7 +1184,7 @@ static const per_choice_t PresentedAddressUnscreened_choice[] = {
static int
dissect_h450_PresentedAddressUnscreened(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_PresentedAddressUnscreened, PresentedAddressUnscreened_choice, "PresentedAddressUnscreened",
+ ett_h450_PresentedAddressUnscreened, PresentedAddressUnscreened_choice,
NULL);
return offset;
@@ -1231,7 +1231,7 @@ static const per_choice_t PresentedNumberScreened_choice[] = {
static int
dissect_h450_PresentedNumberScreened(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_PresentedNumberScreened, PresentedNumberScreened_choice, "PresentedNumberScreened",
+ ett_h450_PresentedNumberScreened, PresentedNumberScreened_choice,
NULL);
return offset;
@@ -1257,7 +1257,7 @@ static const per_choice_t PresentedNumberUnscreened_choice[] = {
static int
dissect_h450_PresentedNumberUnscreened(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_PresentedNumberUnscreened, PresentedNumberUnscreened_choice, "PresentedNumberUnscreened",
+ ett_h450_PresentedNumberUnscreened, PresentedNumberUnscreened_choice,
NULL);
return offset;
@@ -1483,7 +1483,7 @@ static const per_choice_t DummyArg_choice[] = {
static int
dissect_h450_DummyArg(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DummyArg, DummyArg_choice, "DummyArg",
+ ett_h450_DummyArg, DummyArg_choice,
NULL);
return offset;
@@ -1523,7 +1523,7 @@ static const per_choice_t DummyRes_choice[] = {
static int
dissect_h450_DummyRes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DummyRes, DummyRes_choice, "DummyRes",
+ ett_h450_DummyRes, DummyRes_choice,
NULL);
return offset;
@@ -1607,7 +1607,7 @@ static const per_choice_t ArgumentExtension_choice[] = {
static int
dissect_h450_ArgumentExtension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_ArgumentExtension, ArgumentExtension_choice, "ArgumentExtension",
+ ett_h450_ArgumentExtension, ArgumentExtension_choice,
NULL);
return offset;
@@ -1834,7 +1834,7 @@ static const per_choice_t T_resultExtension_choice[] = {
static int
dissect_h450_T_resultExtension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_T_resultExtension, T_resultExtension_choice, "T_resultExtension",
+ ett_h450_T_resultExtension, T_resultExtension_choice,
NULL);
return offset;
@@ -1955,7 +1955,7 @@ static const per_choice_t ActivateDiversionQArg_extension_choice[] = {
static int
dissect_h450_ActivateDiversionQArg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_ActivateDiversionQArg_extension, ActivateDiversionQArg_extension_choice, "ActivateDiversionQArg_extension",
+ ett_h450_ActivateDiversionQArg_extension, ActivateDiversionQArg_extension_choice,
NULL);
return offset;
@@ -1999,7 +1999,7 @@ static const per_choice_t ActivateDiversionQRes_choice[] = {
static int
dissect_h450_ActivateDiversionQRes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_ActivateDiversionQRes, ActivateDiversionQRes_choice, "ActivateDiversionQRes",
+ ett_h450_ActivateDiversionQRes, ActivateDiversionQRes_choice,
NULL);
return offset;
@@ -2021,7 +2021,7 @@ static const per_choice_t DeactivateDiversionQArg_extension_choice[] = {
static int
dissect_h450_DeactivateDiversionQArg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DeactivateDiversionQArg_extension, DeactivateDiversionQArg_extension_choice, "DeactivateDiversionQArg_extension",
+ ett_h450_DeactivateDiversionQArg_extension, DeactivateDiversionQArg_extension_choice,
NULL);
return offset;
@@ -2064,7 +2064,7 @@ static const per_choice_t DeactivateDiversionQRes_choice[] = {
static int
dissect_h450_DeactivateDiversionQRes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DeactivateDiversionQRes, DeactivateDiversionQRes_choice, "DeactivateDiversionQRes",
+ ett_h450_DeactivateDiversionQRes, DeactivateDiversionQRes_choice,
NULL);
return offset;
@@ -2086,7 +2086,7 @@ static const per_choice_t InterrogateDiversionQ_extension_choice[] = {
static int
dissect_h450_InterrogateDiversionQ_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_InterrogateDiversionQ_extension, InterrogateDiversionQ_extension_choice, "InterrogateDiversionQ_extension",
+ ett_h450_InterrogateDiversionQ_extension, InterrogateDiversionQ_extension_choice,
NULL);
return offset;
@@ -2129,7 +2129,7 @@ static const per_choice_t IntResult_extension_choice[] = {
static int
dissect_h450_IntResult_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_IntResult_extension, IntResult_extension_choice, "IntResult_extension",
+ ett_h450_IntResult_extension, IntResult_extension_choice,
NULL);
return offset;
@@ -2199,7 +2199,7 @@ static const per_choice_t CheckRestrictionArg_extension_choice[] = {
static int
dissect_h450_CheckRestrictionArg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CheckRestrictionArg_extension, CheckRestrictionArg_extension_choice, "CheckRestrictionArg_extension",
+ ett_h450_CheckRestrictionArg_extension, CheckRestrictionArg_extension_choice,
NULL);
return offset;
@@ -2241,7 +2241,7 @@ static const per_choice_t CheckRestrictionRes_choice[] = {
static int
dissect_h450_CheckRestrictionRes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CheckRestrictionRes, CheckRestrictionRes_choice, "CheckRestrictionRes",
+ ett_h450_CheckRestrictionRes, CheckRestrictionRes_choice,
NULL);
return offset;
@@ -2326,7 +2326,7 @@ static const per_choice_t CallReroutingArg_extension_choice[] = {
static int
dissect_h450_CallReroutingArg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CallReroutingArg_extension, CallReroutingArg_extension_choice, "CallReroutingArg_extension",
+ ett_h450_CallReroutingArg_extension, CallReroutingArg_extension_choice,
NULL);
return offset;
@@ -2378,7 +2378,7 @@ static const per_choice_t CallReroutingRes_choice[] = {
static int
dissect_h450_CallReroutingRes(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CallReroutingRes, CallReroutingRes_choice, "CallReroutingRes",
+ ett_h450_CallReroutingRes, CallReroutingRes_choice,
NULL);
return offset;
@@ -2400,7 +2400,7 @@ static const per_choice_t DivertingLegInformation1Arg_extension_choice[] = {
static int
dissect_h450_DivertingLegInformation1Arg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DivertingLegInformation1Arg_extension, DivertingLegInformation1Arg_extension_choice, "DivertingLegInformation1Arg_extension",
+ ett_h450_DivertingLegInformation1Arg_extension, DivertingLegInformation1Arg_extension_choice,
NULL);
return offset;
@@ -2445,7 +2445,7 @@ static const per_choice_t DivertingLegInformation2Arg_extension_choice[] = {
static int
dissect_h450_DivertingLegInformation2Arg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DivertingLegInformation2Arg_extension, DivertingLegInformation2Arg_extension_choice, "DivertingLegInformation2Arg_extension",
+ ett_h450_DivertingLegInformation2Arg_extension, DivertingLegInformation2Arg_extension_choice,
NULL);
return offset;
@@ -2491,7 +2491,7 @@ static const per_choice_t DivertingLegInformation3Arg_extension_choice[] = {
static int
dissect_h450_DivertingLegInformation3Arg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DivertingLegInformation3Arg_extension, DivertingLegInformation3Arg_extension_choice, "DivertingLegInformation3Arg_extension",
+ ett_h450_DivertingLegInformation3Arg_extension, DivertingLegInformation3Arg_extension_choice,
NULL);
return offset;
@@ -2533,7 +2533,7 @@ static const per_choice_t DivertingLegInformation4Arg_extension_choice[] = {
static int
dissect_h450_DivertingLegInformation4Arg_extension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_DivertingLegInformation4Arg_extension, DivertingLegInformation4Arg_extension_choice, "DivertingLegInformation4Arg_extension",
+ ett_h450_DivertingLegInformation4Arg_extension, DivertingLegInformation4Arg_extension_choice,
NULL);
return offset;
@@ -2578,7 +2578,7 @@ static const per_choice_t CfnrDivertedLegFailedArg_choice[] = {
static int
dissect_h450_CfnrDivertedLegFailedArg(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CfnrDivertedLegFailedArg, CfnrDivertedLegFailedArg_choice, "CfnrDivertedLegFailedArg",
+ ett_h450_CfnrDivertedLegFailedArg, CfnrDivertedLegFailedArg_choice,
NULL);
return offset;
@@ -2600,7 +2600,7 @@ static const per_choice_t MixedExtension_choice[] = {
static int
dissect_h450_MixedExtension(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_MixedExtension, MixedExtension_choice, "MixedExtension",
+ ett_h450_MixedExtension, MixedExtension_choice,
NULL);
return offset;
@@ -3226,7 +3226,7 @@ static const per_choice_t MsgCentreId_choice[] = {
static int
dissect_h450_MsgCentreId(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_MsgCentreId, MsgCentreId_choice, "MsgCentreId",
+ ett_h450_MsgCentreId, MsgCentreId_choice,
NULL);
return offset;
@@ -3477,7 +3477,7 @@ static const per_choice_t NamePresentationAllowed_choice[] = {
static int
dissect_h450_NamePresentationAllowed(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_NamePresentationAllowed, NamePresentationAllowed_choice, "NamePresentationAllowed",
+ ett_h450_NamePresentationAllowed, NamePresentationAllowed_choice,
NULL);
return offset;
@@ -3504,7 +3504,7 @@ static const per_choice_t NamePresentationRestricted_choice[] = {
static int
dissect_h450_NamePresentationRestricted(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_NamePresentationRestricted, NamePresentationRestricted_choice, "NamePresentationRestricted",
+ ett_h450_NamePresentationRestricted, NamePresentationRestricted_choice,
NULL);
return offset;
@@ -3531,7 +3531,7 @@ static const per_choice_t Name_choice[] = {
static int
dissect_h450_Name(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_Name, Name_choice, "Name",
+ ett_h450_Name, Name_choice,
NULL);
return offset;
@@ -3645,7 +3645,7 @@ static const per_choice_t CcArg_choice[] = {
static int
dissect_h450_CcArg(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CcArg, CcArg_choice, "CcArg",
+ ett_h450_CcArg, CcArg_choice,
NULL);
return offset;
@@ -3752,7 +3752,7 @@ static const per_choice_t CIStatusInformation_choice[] = {
static int
dissect_h450_CIStatusInformation(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_CIStatusInformation, CIStatusInformation_choice, "CIStatusInformation",
+ ett_h450_CIStatusInformation, CIStatusInformation_choice,
NULL);
return offset;
@@ -4105,7 +4105,7 @@ static const per_choice_t Unspecified_choice[] = {
static int
dissect_h450_Unspecified(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
- ett_h450_Unspecified, Unspecified_choice, "Unspecified",
+ ett_h450_Unspecified, Unspecified_choice,
NULL);
return offset;
@@ -4247,7 +4247,7 @@ static const per_choice_t opcode_choice[] = {
static int
dissect_h4501_opcode(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_opcode, ett_h4501_opcode, opcode_choice, "Opcode", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_opcode, ett_h4501_opcode, opcode_choice, NULL);
return offset;
}
@@ -4343,7 +4343,7 @@ static const per_choice_t errorCode_choice[] = {
static int
dissect_h4501_errorCode(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_errorCode, ett_h4501_errorCode, errorCode_choice, "errorCode", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_errorCode, ett_h4501_errorCode, errorCode_choice, NULL);
return offset;
}
@@ -4368,7 +4368,7 @@ static const per_choice_t problem_choice[] = {
static int
dissect_h4501_problem(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_problem, ett_h4501_problem, problem_choice, "problem", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_problem, ett_h4501_problem, problem_choice, NULL);
return offset;
}
static int
@@ -4469,7 +4469,7 @@ static const per_choice_t ROS_choice[] = {
static int
dissect_h4501_ROS(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{
- offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_ROS, ett_h4501_ROS, ROS_choice, "ROS", NULL);
+ offset=dissect_per_choice(tvb, offset, pinfo, tree, hf_h4501_ROS, ett_h4501_ROS, ROS_choice, NULL);
return offset;
}