aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2021-01-13 08:35:28 +0100
committerAndersBroman <a.broman58@gmail.com>2021-01-14 12:22:21 +0000
commitcb8c64f521b99ef4bc415e30b6921f81543ccc15 (patch)
tree3f39104c3ba8fdb5f29ba41d4ab417e769a70fd6 /epan
parentfba99bdef13b627d137fea56f2e7a3a6de3faaa0 (diff)
Fix duplicated filter names
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/asn1/p1/p1.cnf46
-rw-r--r--epan/dissectors/asn1/p22/p22.cnf11
-rw-r--r--epan/dissectors/asn1/p7/p7.cnf14
-rw-r--r--epan/dissectors/asn1/pcap/pcap.cnf10
-rw-r--r--epan/dissectors/packet-p1.c188
-rw-r--r--epan/dissectors/packet-p22.c40
-rw-r--r--epan/dissectors/packet-p7.c24
-rw-r--r--epan/dissectors/packet-pcap.c32
8 files changed, 200 insertions, 165 deletions
diff --git a/epan/dissectors/asn1/p1/p1.cnf b/epan/dissectors/asn1/p1/p1.cnf
index ffc6f1d85e..8317961566 100644
--- a/epan/dissectors/asn1/p1/p1.cnf
+++ b/epan/dissectors/asn1/p1/p1.cnf
@@ -295,6 +295,24 @@ AsymmetricTokenData/name/recipient-name token-recipient-name
TokenData/type token-data-type
CertificateSelectors/content-integrity-check selectors-content-integrity-check
+PerMessageTransferFields/originator-name perMessageTransferFields_originator-name
+PerProbeTransferFields/originator-name perProbeTransferFields_originator-name
+PerMessageSubmissionFields/originator-name perMessageSubmissionFields_originator-name
+PerProbeSubmissionFields/originator-name perProbeSubmissionFields_originator-name
+
+#.FIELD_ATTR
+PerMessageTransferFields/originator-name ABBREV=perMessageTransferFields.originator-name
+PerProbeTransferFields/originator-name ABBREV=perProbeTransferFields.originator-name
+PerMessageSubmissionFields/originator-name ABBREV=perMessageSubmissionFields.originator-name
+PerProbeSubmissionFields/originator-name ABBREV=perProbeSubmissionFields.originator-name
+MTABindArgument/authenticated/initiator-name ABBREV=authenticated.initiator-name
+MTABindResult/authenticated/responder-name ABBREV=authenticated.responder-name
+DeliveryQueue/octets ABBREV=delivery-queue.octets
+BuiltInDomainDefinedAttribute/type ABBREV=printable.type
+UniversalDomainDefinedAttribute/type ABBREV=universal.type
+SecurityCategory/type ABBREV=category.type
+ExtensionField/type ABBREV=extension.type
+TokenData/type ABBREV=token-data-type
# This table creates the value_sting to name P3 operation codes and errors
# in file packet-p3-table.c which is included in the template file
@@ -1257,47 +1275,19 @@ MessageToken B "2.6.1.7.36" "id-hat-forwarded-token"
#.TYPE_ATTR
RecipientNumberForAdvice DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexCommonName DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexOrganizationName DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexPersonalName/surname DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexPersonalName/given-name DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexPersonalName/initials DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexPersonalName/generation-qualifier DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexOrganizationalUnitName DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
UnformattedPostalAddress/teletex-string DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
PDSParameter/teletex-string DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexDomainDefinedAttribute/type DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexDomainDefinedAttribute/value DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexNonBasicParameters/graphic-character-sets DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexNonBasicParameters/control-character-sets DISPLAY = STR_UNICODE
-
-#.TYPE_ATTR
TeletexNonBasicParameters/miscellaneous-terminal-capabilities DISPLAY = STR_UNICODE
#.END
diff --git a/epan/dissectors/asn1/p22/p22.cnf b/epan/dissectors/asn1/p22/p22.cnf
index 4f4cbdfdf8..5dd0945524 100644
--- a/epan/dissectors/asn1/p22/p22.cnf
+++ b/epan/dissectors/asn1/p22/p22.cnf
@@ -81,6 +81,17 @@ ForwardedContentToken/_item/body-part-choice/message-or-content-body-part forwar
ForwardedContentToken/_item/body-part-choice T_body_part_token_choice
+#.FIELD_ATTR
+G3FacsimileBodyPart/data ABBREV=g3facsimile.data
+VideotexBodyPart/data ABBREV=videotex.data
+ExtendedBodyPart/data ABBREV=extended.data
+TeletexBodyPart/data ABBREV=teletex.data
+IA5TextBodyPart/data ABBREV=ia5text.data
+MessageBodyPart/data ABBREV=message.data
+EncryptedBodyPart/data ABBREV=encrypted.data
+Account-Attribute/actual-values ABBREV=account.actual-values
+User-Identity-Attribute/actual-values ABBREV=identity.actual-values
+
#.REGISTER
AbsenceAdvice B "2.6.1.19.0" "id-on-absence-advice"
ChangeOfAddressAdvice B "2.6.1.19.1" "id-on-change-of-address-advice"
diff --git a/epan/dissectors/asn1/p7/p7.cnf b/epan/dissectors/asn1/p7/p7.cnf
index ab46e42a9d..2fe5f0bad7 100644
--- a/epan/dissectors/asn1/p7/p7.cnf
+++ b/epan/dissectors/asn1/p7/p7.cnf
@@ -156,6 +156,20 @@ PAR-fetch-restriction-error/problems/_item/restriction/content-type extended-con
PAR-auto-action-request-error/problems/_item/type auto-action-type
PAR-attribute-error/problems/_item/value attr-value
+#.FIELD_ATTR
+TimeRange/from ABBREV=timeRange.time
+NumberRange/from ABBREV=numberRange.number
+TimeRange/to ABBREV=timeRange.to
+NumberRange/to ABBREV=NumberRange.to
+Summary/present ABBREV=summary.present
+PAR-fetch-restriction-error/problems/_item/restriction/content-type ABBREV=extended-content-type
+PAR-fetch-restriction-error/problems/_item/problem ABBREV=fetch-restriction-problem
+PAR-range-error/problem ABBREV=pAR-range-error.problem
+EntryClassErrorParameter/problem ABBREV=entryClassErrorParameter.problem
+MessageGroupErrorParameter/problem ABBREV=messageGroupErrorParameter.group-problem
+ServiceErrorParameter/problem ABBREV=serviceErrorParameter.problem
+ModifyErrorParameter/problem ABBREV=modifyErrorParameter.problem
+
# This table creates the value_sting to name P7 operation codes and errors
# in file packet-p7-table.c which is included in the template file
#
diff --git a/epan/dissectors/asn1/pcap/pcap.cnf b/epan/dissectors/asn1/pcap/pcap.cnf
index 9a6d0db90a..c5c99a0049 100644
--- a/epan/dissectors/asn1/pcap/pcap.cnf
+++ b/epan/dissectors/asn1/pcap/pcap.cnf
@@ -56,6 +56,16 @@ ProtocolExtensionField/id ext_id
PrivateIE-Field/value private_value
ProtocolIE-Field/value ie_field_value
+AlmanacSatInfo/t-oa almanacSatInfo_t-oa
+ReqDataBitAssistanceList/ganssSignalID reqDataBitAssistanceList_ganssSignalID
+NetworkAssistedGANSSSupport/_item/ganssSignalID networkAssistedGANSSSupport_item_ganssSignalID
+GANSS-PositioningInstructions/additionalAssistanceDataRequest gANSS-PositioningInstructions_additionalAssistanceDataRequest
+
+#.FIELD_ATTR
+AlmanacSatInfo/t-oa ABBREV=almanacSatInfo.t-oa
+ReqDataBitAssistanceList/ganssSignalID ABBREV=reqDataBitAssistanceList.ganssSignalID
+NetworkAssistedGANSSSupport/_item/ganssSignalID ABBREV=networkAssistedGANSSSupport.item.ganssSignalID
+GANSS-PositioningInstructions/additionalAssistanceDataRequest ABBREV=gANSS-PositioningInstructions.additionalAssistanceDataRequest
#.FN_PARS ProtocolIE-ID VAL_PTR=&ProtocolIE_ID
#.FN_FTR ProtocolIE-ID
diff --git a/epan/dissectors/packet-p1.c b/epan/dissectors/packet-p1.c
index c79819abc2..b9aa005af0 100644
--- a/epan/dissectors/packet-p1.c
+++ b/epan/dissectors/packet-p1.c
@@ -222,7 +222,7 @@ static int hf_p1_content = -1; /* Content */
static int hf_p1_report_envelope = -1; /* ReportTransferEnvelope */
static int hf_p1_report_content = -1; /* ReportTransferContent */
static int hf_p1_message_identifier = -1; /* MessageIdentifier */
-static int hf_p1_originator_name = -1; /* MTAOriginatorName */
+static int hf_p1_perMessageTransferFields_originator_name = -1; /* MTAOriginatorName */
static int hf_p1_original_encoded_information_types = -1; /* OriginalEncodedInformationTypes */
static int hf_p1_content_type = -1; /* ContentType */
static int hf_p1_content_identifier = -1; /* ContentIdentifier */
@@ -239,6 +239,7 @@ static int hf_p1_originally_specified_recipient_number = -1; /* OriginallySpeci
static int hf_p1_per_recipient_indicators = -1; /* PerRecipientIndicators */
static int hf_p1_explicit_conversion = -1; /* ExplicitConversion */
static int hf_p1_probe_identifier = -1; /* ProbeIdentifier */
+static int hf_p1_perProbeTransferFields_originator_name = -1; /* MTAOriginatorName */
static int hf_p1_content_length = -1; /* ContentLength */
static int hf_p1_report_identifier = -1; /* ReportIdentifier */
static int hf_p1_report_destination_name = -1; /* ReportDestinationName */
@@ -362,9 +363,10 @@ static int hf_p1_pattern_match = -1; /* ORName */
static int hf_p1_standard_parameters = -1; /* T_standard_parameters */
static int hf_p1_type_extensions = -1; /* T_type_extensions */
static int hf_p1_type_extensions_item = -1; /* T_type_extensions_item */
-static int hf_p1_originator_name_01 = -1; /* OriginatorName */
+static int hf_p1_perMessageSubmissionFields_originator_name = -1; /* OriginatorName */
static int hf_p1_submission_recipient_name = -1; /* RecipientName */
static int hf_p1_originator_report_request = -1; /* OriginatorReportRequest */
+static int hf_p1_perProbeSubmissionFields_originator_name = -1; /* OriginatorName */
static int hf_p1_probe_recipient_name = -1; /* RecipientName */
static int hf_p1_message_delivery_identifier = -1; /* MessageDeliveryIdentifier */
static int hf_p1_message_delivery_time = -1; /* MessageDeliveryTime */
@@ -1019,7 +1021,7 @@ dissect_p1_NULL(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, as
static int
dissect_p1_MTAName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 704 "./asn1/p1/p1.cnf"
+#line 722 "./asn1/p1/p1.cnf"
tvbuff_t *mtaname = NULL;
p1_address_ctx_t* ctx = (p1_address_ctx_t*)actx->subtree.tree_ctx;
@@ -1097,7 +1099,7 @@ dissect_p1_TokenTypeIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_TokenTypeData(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1164 "./asn1/p1/p1.cnf"
+#line 1182 "./asn1/p1/p1.cnf"
if(actx->external.direct_reference)
call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, actx->private_data);
@@ -1208,7 +1210,7 @@ static const ber_choice_t Credentials_choice[] = {
int
dissect_p1_Credentials(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1172 "./asn1/p1/p1.cnf"
+#line 1190 "./asn1/p1/p1.cnf"
gint credentials = -1;
offset = dissect_ber_choice(actx, tree, tvb, offset,
@@ -1287,7 +1289,7 @@ dissect_p1_SecurityCategoryIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _
static int
dissect_p1_SecurityCategoryValue(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 568 "./asn1/p1/p1.cnf"
+#line 586 "./asn1/p1/p1.cnf"
const char *name;
if (actx->external.direct_reference) {
@@ -1467,7 +1469,7 @@ static const value_string p1_MTABindError_vals[] = {
static int
dissect_p1_MTABindError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1155 "./asn1/p1/p1.cnf"
+#line 1173 "./asn1/p1/p1.cnf"
int error = -1;
offset = dissect_ber_constrained_integer(implicit_tag, actx, tree, tvb, offset,
0U, ub_integer_options, hf_index, &error);
@@ -1484,7 +1486,7 @@ dissect_p1_MTABindError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
static int
dissect_p1_T_x121_dcc_code(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 852 "./asn1/p1/p1.cnf"
+#line 870 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -1503,7 +1505,7 @@ dissect_p1_T_x121_dcc_code(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off
static int
dissect_p1_T_iso_3166_alpha2_code(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 810 "./asn1/p1/p1.cnf"
+#line 828 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1544,7 +1546,7 @@ dissect_p1_CountryName_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
static int
dissect_p1_CountryName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 606 "./asn1/p1/p1.cnf"
+#line 624 "./asn1/p1/p1.cnf"
do_address("/C=", NULL, actx);
offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
@@ -1560,7 +1562,7 @@ dissect_p1_CountryName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
static int
dissect_p1_T_numeric(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 859 "./asn1/p1/p1.cnf"
+#line 877 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -1579,7 +1581,7 @@ dissect_p1_T_numeric(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U
static int
dissect_p1_T_printable(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 817 "./asn1/p1/p1.cnf"
+#line 835 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1620,7 +1622,7 @@ dissect_p1_AdministrationDomainName_U(gboolean implicit_tag _U_, tvbuff_t *tvb _
static int
dissect_p1_AdministrationDomainName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 611 "./asn1/p1/p1.cnf"
+#line 629 "./asn1/p1/p1.cnf"
do_address("/A=", NULL, actx);
offset = dissect_ber_tagged_type(implicit_tag, actx, tree, tvb, offset,
@@ -1636,7 +1638,7 @@ dissect_p1_AdministrationDomainName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_
static int
dissect_p1_T_numeric_private_domain_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 873 "./asn1/p1/p1.cnf"
+#line 891 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -1655,7 +1657,7 @@ dissect_p1_T_numeric_private_domain_identifier(gboolean implicit_tag _U_, tvbuff
static int
dissect_p1_T_printable_private_domain_identifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 831 "./asn1/p1/p1.cnf"
+#line 849 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1685,7 +1687,7 @@ static const ber_choice_t PrivateDomainIdentifier_choice[] = {
static int
dissect_p1_PrivateDomainIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 744 "./asn1/p1/p1.cnf"
+#line 762 "./asn1/p1/p1.cnf"
do_address("/P=", NULL, actx);
@@ -1719,7 +1721,7 @@ dissect_p1_GlobalDomainIdentifier_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_
static int
dissect_p1_GlobalDomainIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1034 "./asn1/p1/p1.cnf"
+#line 1052 "./asn1/p1/p1.cnf"
p1_address_ctx_t* ctx;
if (actx->subtree.tree_ctx == NULL) {
@@ -1753,7 +1755,7 @@ dissect_p1_GlobalDomainIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
static int
dissect_p1_LocalIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1060 "./asn1/p1/p1.cnf"
+#line 1078 "./asn1/p1/p1.cnf"
tvbuff_t *id = NULL;
p1_address_ctx_t* ctx = (p1_address_ctx_t*)actx->subtree.tree_ctx;
@@ -1794,7 +1796,7 @@ dissect_p1_MTSIdentifier_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off
static int
dissect_p1_MTSIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1074 "./asn1/p1/p1.cnf"
+#line 1092 "./asn1/p1/p1.cnf"
set_do_address(actx, TRUE);
@@ -1813,7 +1815,7 @@ dissect_p1_MTSIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
static int
dissect_p1_MessageIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1029 "./asn1/p1/p1.cnf"
+#line 1047 "./asn1/p1/p1.cnf"
actx->subtree.tree = NULL;
offset = dissect_p1_MTSIdentifier(implicit_tag, tvb, offset, actx, tree, hf_index);
@@ -1828,7 +1830,7 @@ dissect_p1_MessageIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int o
static int
dissect_p1_X121Address(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 721 "./asn1/p1/p1.cnf"
+#line 739 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -1856,7 +1858,7 @@ dissect_p1_NetworkAddress(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offs
static int
dissect_p1_TerminalIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 731 "./asn1/p1/p1.cnf"
+#line 749 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1875,7 +1877,7 @@ dissect_p1_TerminalIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_T_numeric_private_domain_name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 866 "./asn1/p1/p1.cnf"
+#line 884 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -1894,7 +1896,7 @@ dissect_p1_T_numeric_private_domain_name(gboolean implicit_tag _U_, tvbuff_t *tv
static int
dissect_p1_T_printable_private_domain_name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 824 "./asn1/p1/p1.cnf"
+#line 842 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1924,7 +1926,7 @@ static const ber_choice_t PrivateDomainName_choice[] = {
static int
dissect_p1_PrivateDomainName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 738 "./asn1/p1/p1.cnf"
+#line 756 "./asn1/p1/p1.cnf"
do_address("/P=", NULL, actx);
@@ -1942,7 +1944,7 @@ dissect_p1_PrivateDomainName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int o
static int
dissect_p1_OrganizationName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 753 "./asn1/p1/p1.cnf"
+#line 771 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1972,7 +1974,7 @@ dissect_p1_NumericUserIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, i
static int
dissect_p1_T_printable_surname(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 914 "./asn1/p1/p1.cnf"
+#line 932 "./asn1/p1/p1.cnf"
tvbuff_t *pstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -1991,7 +1993,7 @@ dissect_p1_T_printable_surname(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_T_printable_given_name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 921 "./asn1/p1/p1.cnf"
+#line 939 "./asn1/p1/p1.cnf"
tvbuff_t *pstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -2010,7 +2012,7 @@ dissect_p1_T_printable_given_name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
static int
dissect_p1_T_printable_initials(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 928 "./asn1/p1/p1.cnf"
+#line 946 "./asn1/p1/p1.cnf"
tvbuff_t *pstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -2029,7 +2031,7 @@ dissect_p1_T_printable_initials(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, in
static int
dissect_p1_T_printable_generation_qualifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 935 "./asn1/p1/p1.cnf"
+#line 953 "./asn1/p1/p1.cnf"
tvbuff_t *pstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -2065,7 +2067,7 @@ dissect_p1_PersonalName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
static int
dissect_p1_OrganizationalUnitName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 773 "./asn1/p1/p1.cnf"
+#line 791 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -2109,7 +2111,7 @@ static const ber_sequence_t BuiltInStandardAttributes_sequence[] = {
static int
dissect_p1_BuiltInStandardAttributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1091 "./asn1/p1/p1.cnf"
+#line 1109 "./asn1/p1/p1.cnf"
actx->subtree.tree = tree;
offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
@@ -2125,7 +2127,7 @@ dissect_p1_BuiltInStandardAttributes(gboolean implicit_tag _U_, tvbuff_t *tvb _U
static int
dissect_p1_T_printable_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 970 "./asn1/p1/p1.cnf"
+#line 988 "./asn1/p1/p1.cnf"
tvbuff_t *pstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -2144,7 +2146,7 @@ dissect_p1_T_printable_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int of
static int
dissect_p1_T_printable_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 977 "./asn1/p1/p1.cnf"
+#line 995 "./asn1/p1/p1.cnf"
tvbuff_t *pstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -2168,7 +2170,7 @@ static const ber_sequence_t BuiltInDomainDefinedAttribute_sequence[] = {
static int
dissect_p1_BuiltInDomainDefinedAttribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 984 "./asn1/p1/p1.cnf"
+#line 1002 "./asn1/p1/p1.cnf"
actx->value_ptr = wmem_strbuf_new(wmem_packet_scope(), "");
offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
@@ -2251,7 +2253,7 @@ dissect_p1_ExtensionAttributeType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
static int
dissect_p1_T_extension_attribute_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 582 "./asn1/p1/p1.cnf"
+#line 600 "./asn1/p1/p1.cnf"
proto_item_append_text(tree, " (%s)", val_to_str(actx->external.indirect_reference, p1_ExtensionAttributeType_vals, "extension-attribute-type %d"));
if (!actx->pinfo->private_table) {
@@ -2326,7 +2328,7 @@ dissect_p1_ORName_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_
int
dissect_p1_ORName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1010 "./asn1/p1/p1.cnf"
+#line 1028 "./asn1/p1/p1.cnf"
p1_address_ctx_t* ctx;
if (actx->subtree.tree_ctx == NULL) {
@@ -2591,7 +2593,7 @@ static const value_string p1_BuiltInContentType_U_vals[] = {
static int
dissect_p1_BuiltInContentType_U(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 653 "./asn1/p1/p1.cnf"
+#line 671 "./asn1/p1/p1.cnf"
static guint32 ict = -1;
p1_address_ctx_t* ctx;
@@ -2636,7 +2638,7 @@ dissect_p1_BuiltInContentType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
int
dissect_p1_ExtendedContentType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 632 "./asn1/p1/p1.cnf"
+#line 650 "./asn1/p1/p1.cnf"
const char *name = NULL;
p1_address_ctx_t* ctx;
@@ -2767,7 +2769,7 @@ dissect_p1_PerMessageIndicators(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, in
static int
dissect_p1_Time(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1133 "./asn1/p1/p1.cnf"
+#line 1151 "./asn1/p1/p1.cnf"
tvbuff_t *arrival = NULL;
p1_address_ctx_t* ctx = (p1_address_ctx_t*)actx->subtree.tree_ctx;
@@ -2832,7 +2834,7 @@ dissect_p1_T_bilateral_domain(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_T_bilateral_information(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1199 "./asn1/p1/p1.cnf"
+#line 1217 "./asn1/p1/p1.cnf"
proto_item *item = NULL;
int loffset = 0;
guint32 len = 0;
@@ -2900,7 +2902,7 @@ static const value_string p1_RoutingAction_vals[] = {
static int
dissect_p1_RoutingAction(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1145 "./asn1/p1/p1.cnf"
+#line 1163 "./asn1/p1/p1.cnf"
int action = 0;
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
@@ -2961,7 +2963,7 @@ static const ber_sequence_t DomainSuppliedInformation_set[] = {
static int
dissect_p1_DomainSuppliedInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1112 "./asn1/p1/p1.cnf"
+#line 1130 "./asn1/p1/p1.cnf"
set_do_address(actx, FALSE);
@@ -2986,7 +2988,7 @@ static const ber_sequence_t TraceInformationElement_sequence[] = {
static int
dissect_p1_TraceInformationElement(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1096 "./asn1/p1/p1.cnf"
+#line 1114 "./asn1/p1/p1.cnf"
set_do_address(actx, TRUE);
@@ -3077,7 +3079,7 @@ static const value_string p1_StandardExtension_vals[] = {
static int
dissect_p1_StandardExtension(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 618 "./asn1/p1/p1.cnf"
+#line 636 "./asn1/p1/p1.cnf"
actx->external.indirect_ref_present = TRUE;
actx->external.direct_ref_present = FALSE;
offset = dissect_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
@@ -3093,7 +3095,7 @@ dissect_p1_StandardExtension(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int o
static int
dissect_p1_T_private_extension(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 623 "./asn1/p1/p1.cnf"
+#line 641 "./asn1/p1/p1.cnf"
actx->external.indirect_ref_present = FALSE;
actx->external.direct_reference = NULL;
offset = dissect_ber_object_identifier_str(implicit_tag, actx, tree, tvb, offset, hf_index, &actx->external.direct_reference);
@@ -3148,7 +3150,7 @@ dissect_p1_Criticality(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
static int
dissect_p1_ExtensionValue(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 542 "./asn1/p1/p1.cnf"
+#line 560 "./asn1/p1/p1.cnf"
const char *name;
if(actx->external.indirect_ref_present) {
@@ -3330,7 +3332,7 @@ dissect_p1_MessageTransferEnvelope(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
int
dissect_p1_Content(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 677 "./asn1/p1/p1.cnf"
+#line 695 "./asn1/p1/p1.cnf"
tvbuff_t *next_tvb;
p1_address_ctx_t* ctx = (p1_address_ctx_t*)actx->subtree.tree_ctx;
@@ -3525,7 +3527,7 @@ dissect_p1_SubjectIntermediateTraceInformation(gboolean implicit_tag _U_, tvbuff
static int
dissect_p1_AdditionalInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 524 "./asn1/p1/p1.cnf"
+#line 542 "./asn1/p1/p1.cnf"
proto_item *item = NULL;
int loffset = 0;
guint32 len = 0;
@@ -3745,7 +3747,7 @@ static const ber_choice_t ReportType_choice[] = {
static int
dissect_p1_ReportType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1231 "./asn1/p1/p1.cnf"
+#line 1249 "./asn1/p1/p1.cnf"
gint report = -1;
offset = dissect_ber_choice(actx, tree, tvb, offset,
@@ -3885,7 +3887,7 @@ static const ber_choice_t MTS_APDU_choice[] = {
static int
dissect_p1_MTS_APDU(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1217 "./asn1/p1/p1.cnf"
+#line 1235 "./asn1/p1/p1.cnf"
gint apdu = -1;
offset = dissect_ber_choice(actx, tree, tvb, offset,
@@ -3942,7 +3944,7 @@ static const ber_sequence_t MTASuppliedInformation_set[] = {
static int
dissect_p1_MTASuppliedInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1121 "./asn1/p1/p1.cnf"
+#line 1139 "./asn1/p1/p1.cnf"
set_do_address(actx, FALSE);
@@ -3968,7 +3970,7 @@ static const ber_sequence_t InternalTraceInformationElement_sequence[] = {
static int
dissect_p1_InternalTraceInformationElement(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1104 "./asn1/p1/p1.cnf"
+#line 1122 "./asn1/p1/p1.cnf"
set_do_address(actx, TRUE);
@@ -4102,7 +4104,7 @@ static const ber_sequence_t MTSBindResult_set[] = {
static int
dissect_p1_MTSBindResult(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1255 "./asn1/p1/p1.cnf"
+#line 1273 "./asn1/p1/p1.cnf"
/* TODO: there may be other entry points where this global should be initialized... */
actx->subtree.tree = NULL;
@@ -4239,7 +4241,7 @@ static const ber_sequence_t MessageSubmissionArgument_sequence[] = {
static int
dissect_p1_MessageSubmissionArgument(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1240 "./asn1/p1/p1.cnf"
+#line 1258 "./asn1/p1/p1.cnf"
p1_initialize_content_globals(actx, tree, TRUE);
offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
MessageSubmissionArgument_sequence, hf_index, ett_p1_MessageSubmissionArgument);
@@ -4814,7 +4816,7 @@ static const ber_sequence_t MessageDeliveryArgument_sequence[] = {
static int
dissect_p1_MessageDeliveryArgument(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1245 "./asn1/p1/p1.cnf"
+#line 1263 "./asn1/p1/p1.cnf"
p1_initialize_content_globals(actx, tree, TRUE);
offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
MessageDeliveryArgument_sequence, hf_index, ett_p1_MessageDeliveryArgument);
@@ -4924,7 +4926,7 @@ static const ber_sequence_t ReportDeliveryArgument_set[] = {
static int
dissect_p1_ReportDeliveryArgument(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1250 "./asn1/p1/p1.cnf"
+#line 1268 "./asn1/p1/p1.cnf"
p1_initialize_content_globals(actx, tree, TRUE);
offset = dissect_ber_set(implicit_tag, actx, tree, tvb, offset,
ReportDeliveryArgument_set, hf_index, ett_p1_ReportDeliveryArgument);
@@ -5062,7 +5064,7 @@ dissect_p1_RefusedArgument(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int off
static int
dissect_p1_T_refused_extension(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 603 "./asn1/p1/p1.cnf"
+#line 621 "./asn1/p1/p1.cnf"
/*XXX not implemented yet */
@@ -5137,7 +5139,7 @@ dissect_p1_UserName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_
static int
dissect_p1_T_x121_address(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 845 "./asn1/p1/p1.cnf"
+#line 863 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -5455,7 +5457,7 @@ dissect_p1_T_standard_parameters(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, i
static int
dissect_p1_T_type_extensions_item(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 539 "./asn1/p1/p1.cnf"
+#line 557 "./asn1/p1/p1.cnf"
/*XXX not implemented yet */
@@ -5842,7 +5844,7 @@ static const ber_sequence_t ORAddress_sequence[] = {
int
dissect_p1_ORAddress(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 989 "./asn1/p1/p1.cnf"
+#line 1007 "./asn1/p1/p1.cnf"
p1_address_ctx_t* ctx;
if (actx->subtree.tree_ctx == NULL) {
@@ -6285,7 +6287,7 @@ dissect_p1_CertificateSelectors(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, in
static int
dissect_p1_CommonName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 793 "./asn1/p1/p1.cnf"
+#line 811 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -6304,7 +6306,7 @@ dissect_p1_CommonName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _
static int
dissect_p1_TeletexCommonName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 803 "./asn1/p1/p1.cnf"
+#line 821 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6402,7 +6404,7 @@ dissect_p1_UniversalCommonName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_TeletexOrganizationName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 763 "./asn1/p1/p1.cnf"
+#line 781 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6430,7 +6432,7 @@ dissect_p1_UniversalOrganizationName(gboolean implicit_tag _U_, tvbuff_t *tvb _U
static int
dissect_p1_T_teletex_surname(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 942 "./asn1/p1/p1.cnf"
+#line 960 "./asn1/p1/p1.cnf"
tvbuff_t *tstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6449,7 +6451,7 @@ dissect_p1_T_teletex_surname(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int o
static int
dissect_p1_T_teletex_given_name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 949 "./asn1/p1/p1.cnf"
+#line 967 "./asn1/p1/p1.cnf"
tvbuff_t *tstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6468,7 +6470,7 @@ dissect_p1_T_teletex_given_name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, in
static int
dissect_p1_T_teletex_initials(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 956 "./asn1/p1/p1.cnf"
+#line 974 "./asn1/p1/p1.cnf"
tvbuff_t *tstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6487,7 +6489,7 @@ dissect_p1_T_teletex_initials(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_T_teletex_generation_qualifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 963 "./asn1/p1/p1.cnf"
+#line 981 "./asn1/p1/p1.cnf"
tvbuff_t *tstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6540,7 +6542,7 @@ dissect_p1_UniversalPersonalName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, i
static int
dissect_p1_TeletexOrganizationalUnitName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 783 "./asn1/p1/p1.cnf"
+#line 801 "./asn1/p1/p1.cnf"
tvbuff_t *string = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -6605,7 +6607,7 @@ dissect_p1_PDSName(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_,
static int
dissect_p1_T_x121_dcc_code_01(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 880 "./asn1/p1/p1.cnf"
+#line 898 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -6624,7 +6626,7 @@ dissect_p1_T_x121_dcc_code_01(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p1_T_iso_3166_alpha2_code_01(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 838 "./asn1/p1/p1.cnf"
+#line 856 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_PrintableString,
@@ -6665,7 +6667,7 @@ dissect_p1_PhysicalDeliveryCountryName(gboolean implicit_tag _U_, tvbuff_t *tvb
static int
dissect_p1_T_numeric_code(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 887 "./asn1/p1/p1.cnf"
+#line 905 "./asn1/p1/p1.cnf"
tvbuff_t *nstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_NumericString,
@@ -7089,7 +7091,7 @@ dissect_p1_TerminalType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
static int
dissect_p1_T_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 895 "./asn1/p1/p1.cnf"
+#line 913 "./asn1/p1/p1.cnf"
tvbuff_t *tstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -7108,7 +7110,7 @@ dissect_p1_T_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_,
static int
dissect_p1_T_teletex_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 902 "./asn1/p1/p1.cnf"
+#line 920 "./asn1/p1/p1.cnf"
tvbuff_t *tstring = NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -7132,7 +7134,7 @@ static const ber_sequence_t TeletexDomainDefinedAttribute_sequence[] = {
static int
dissect_p1_TeletexDomainDefinedAttribute(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 909 "./asn1/p1/p1.cnf"
+#line 927 "./asn1/p1/p1.cnf"
actx->value_ptr = wmem_strbuf_new(wmem_packet_scope(), "");
offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
@@ -7195,7 +7197,7 @@ static const ber_sequence_t MTANameAndOptionalGDI_sequence[] = {
static int
dissect_p1_MTANameAndOptionalGDI(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1082 "./asn1/p1/p1.cnf"
+#line 1100 "./asn1/p1/p1.cnf"
set_do_address(actx, TRUE);
@@ -7255,7 +7257,7 @@ dissect_p1_TokenDataType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
static int
dissect_p1_T_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 1184 "./asn1/p1/p1.cnf"
+#line 1202 "./asn1/p1/p1.cnf"
proto_item_append_text(tree, " (%s)", val_to_str(actx->external.indirect_reference, p1_TokenDataType_vals, "tokendata-type %d"));
if (dissector_try_uint(p1_tokendata_dissector_table, actx->external.indirect_reference, tvb, actx->pinfo, tree)) {
@@ -9346,7 +9348,7 @@ void proto_register_p1(void) {
FT_NONE, BASE_NONE, NULL, 0,
"AuthenticatedArgument", HFILL }},
{ &hf_p1_authenticated_initiator_name,
- { "initiator-name", "p1.initiator_name",
+ { "initiator-name", "p1.authenticated.initiator-name",
FT_STRING, BASE_NONE, NULL, 0,
"MTAName", HFILL }},
{ &hf_p1_initiator_credentials,
@@ -9362,7 +9364,7 @@ void proto_register_p1(void) {
FT_NONE, BASE_NONE, NULL, 0,
"AuthenticatedResult", HFILL }},
{ &hf_p1_authenticated_responder_name,
- { "responder-name", "p1.responder_name",
+ { "responder-name", "p1.authenticated.responder-name",
FT_STRING, BASE_NONE, NULL, 0,
"MTAName", HFILL }},
{ &hf_p1_responder_credentials,
@@ -9401,8 +9403,8 @@ void proto_register_p1(void) {
{ "message-identifier", "p1.message_identifier_element",
FT_NONE, BASE_NONE, NULL, 0,
"MessageIdentifier", HFILL }},
- { &hf_p1_originator_name,
- { "originator-name", "p1.originator_name_element",
+ { &hf_p1_perMessageTransferFields_originator_name,
+ { "originator-name", "p1.perMessageTransferFields.originator-name_element",
FT_NONE, BASE_NONE, NULL, 0,
"MTAOriginatorName", HFILL }},
{ &hf_p1_original_encoded_information_types,
@@ -9469,6 +9471,10 @@ void proto_register_p1(void) {
{ "probe-identifier", "p1.probe_identifier_element",
FT_NONE, BASE_NONE, NULL, 0,
"ProbeIdentifier", HFILL }},
+ { &hf_p1_perProbeTransferFields_originator_name,
+ { "originator-name", "p1.perProbeTransferFields.originator-name_element",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "MTAOriginatorName", HFILL }},
{ &hf_p1_content_length,
{ "content-length", "p1.content_length",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -9622,7 +9628,7 @@ void proto_register_p1(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"INTEGER_0_ub_queue_size", HFILL }},
{ &hf_p1_delivery_queue_octets,
- { "octets", "p1.octets",
+ { "octets", "p1.delivery-queue.octets",
FT_UINT32, BASE_DEC, NULL, 0,
"INTEGER_0_ub_content_length", HFILL }},
{ &hf_p1_simple,
@@ -9961,8 +9967,8 @@ void proto_register_p1(void) {
{ "extensions item", "p1.extensions_item",
FT_UINT32, BASE_DEC, VALS(p1_ExtensionType_vals), 0,
"T_type_extensions_item", HFILL }},
- { &hf_p1_originator_name_01,
- { "originator-name", "p1.originator_name_element",
+ { &hf_p1_perMessageSubmissionFields_originator_name,
+ { "originator-name", "p1.perMessageSubmissionFields.originator-name_element",
FT_NONE, BASE_NONE, NULL, 0,
"OriginatorName", HFILL }},
{ &hf_p1_submission_recipient_name,
@@ -9973,6 +9979,10 @@ void proto_register_p1(void) {
{ "originator-report-request", "p1.originator_report_request",
FT_BYTES, BASE_NONE, NULL, 0,
"OriginatorReportRequest", HFILL }},
+ { &hf_p1_perProbeSubmissionFields_originator_name,
+ { "originator-name", "p1.perProbeSubmissionFields.originator-name_element",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "OriginatorName", HFILL }},
{ &hf_p1_probe_recipient_name,
{ "recipient-name", "p1.recipient_name_element",
FT_NONE, BASE_NONE, NULL, 0,
@@ -10070,7 +10080,7 @@ void proto_register_p1(void) {
FT_OID, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_p1_extension_type,
- { "type", "p1.type",
+ { "type", "p1.extension.type",
FT_UINT32, BASE_DEC, VALS(p1_ExtensionType_vals), 0,
"ExtensionType", HFILL }},
{ &hf_p1_criticality,
@@ -10278,7 +10288,7 @@ void proto_register_p1(void) {
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_p1_printable_type,
- { "type", "p1.type",
+ { "type", "p1.printable.type",
FT_STRING, BASE_NONE, NULL, 0,
"T_printable_type", HFILL }},
{ &hf_p1_printable_value,
@@ -10422,7 +10432,7 @@ void proto_register_p1(void) {
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_p1_universal_type,
- { "type", "p1.type_element",
+ { "type", "p1.universal.type_element",
FT_NONE, BASE_NONE, NULL, 0,
"UniversalOrBMPString", HFILL }},
{ &hf_p1_universal_value,
@@ -10510,7 +10520,7 @@ void proto_register_p1(void) {
FT_NONE, BASE_NONE, NULL, 0,
"AlgorithmIdentifier", HFILL }},
{ &hf_p1_token_data_type,
- { "type", "p1.type",
+ { "type", "p1.token-data-type",
FT_INT32, BASE_DEC, VALS(p1_TokenDataType_vals), 0,
"TokenDataType", HFILL }},
{ &hf_p1_value,
@@ -10566,7 +10576,7 @@ void proto_register_p1(void) {
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_p1_category_type,
- { "type", "p1.type",
+ { "type", "p1.category.type",
FT_OID, BASE_NONE, NULL, 0,
"SecurityCategoryIdentifier", HFILL }},
{ &hf_p1_category_value,
diff --git a/epan/dissectors/packet-p22.c b/epan/dissectors/packet-p22.c
index b47e746f59..0db6b41515 100644
--- a/epan/dissectors/packet-p22.c
+++ b/epan/dissectors/packet-p22.c
@@ -1017,7 +1017,7 @@ dissect_p22_BOOLEAN(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_
static int
dissect_p22_T_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 220 "./asn1/p22/p22.cnf"
+#line 231 "./asn1/p22/p22.cnf"
const char *name = NULL;
offset = dissect_ber_object_identifier_str(implicit_tag, actx, tree, tvb, offset, hf_index, &actx->external.direct_reference);
@@ -1035,7 +1035,7 @@ dissect_p22_T_type(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_,
static int
dissect_p22_T_value(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 228 "./asn1/p22/p22.cnf"
+#line 239 "./asn1/p22/p22.cnf"
offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL);
@@ -1212,7 +1212,7 @@ dissect_p22_RelatedIPMsField(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int o
static int
dissect_p22_SubjectField(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 248 "./asn1/p22/p22.cnf"
+#line 259 "./asn1/p22/p22.cnf"
tvbuff_t *subject=NULL;
offset = dissect_ber_constrained_restricted_string(implicit_tag, BER_UNI_TAG_TeletexString,
@@ -1479,7 +1479,7 @@ dissect_p22_G3FacsimileBodyPart(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, in
static int
dissect_p22_Interchange_Data_Element(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 279 "./asn1/p22/p22.cnf"
+#line 290 "./asn1/p22/p22.cnf"
/* XXX Not implemented yet */
@@ -1720,7 +1720,7 @@ dissect_p22_BilaterallyDefinedBodyPart(gboolean implicit_tag _U_, tvbuff_t *tvb
static int
dissect_p22_NationallyDefinedBodyPart(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 282 "./asn1/p22/p22.cnf"
+#line 293 "./asn1/p22/p22.cnf"
/* XXX Not implemented yet */
@@ -1834,7 +1834,7 @@ static const ber_sequence_t IPM_sequence[] = {
int
dissect_p22_IPM(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 232 "./asn1/p22/p22.cnf"
+#line 243 "./asn1/p22/p22.cnf"
col_append_str(actx->pinfo->cinfo, COL_INFO, " Message");
@@ -2105,7 +2105,7 @@ static const ber_sequence_t IPN_set[] = {
int
dissect_p22_IPN(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 239 "./asn1/p22/p22.cnf"
+#line 250 "./asn1/p22/p22.cnf"
col_append_str(actx->pinfo->cinfo, COL_INFO, " Notification");
@@ -2690,7 +2690,7 @@ dissect_p22_Precedence(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
static int
dissect_p22_CharacterSetRegistration(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 272 "./asn1/p22/p22.cnf"
+#line 283 "./asn1/p22/p22.cnf"
guint32 crs;
offset = dissect_ber_constrained_integer(implicit_tag, actx, tree, tvb, offset,
1U, 32767U, hf_index, &crs);
@@ -2931,7 +2931,7 @@ dissect_p22_Document_Type_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
static int
dissect_p22_T_parameter(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 285 "./asn1/p22/p22.cnf"
+#line 296 "./asn1/p22/p22.cnf"
/* XXX: Not implemented yet */
@@ -3087,7 +3087,7 @@ dissect_p22_EnvironmentParameter(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, i
static int
dissect_p22_T_compression_algorithm_id(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 288 "./asn1/p22/p22.cnf"
+#line 299 "./asn1/p22/p22.cnf"
offset = dissect_ber_object_identifier_str(implicit_tag, actx, tree, tvb, offset, hf_index, &actx->external.direct_reference);
@@ -3099,7 +3099,7 @@ dissect_p22_T_compression_algorithm_id(gboolean implicit_tag _U_, tvbuff_t *tvb
static int
dissect_p22_T_compression_algorithm_param(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
-#line 291 "./asn1/p22/p22.cnf"
+#line 302 "./asn1/p22/p22.cnf"
/* XXX: Not implemented yet */
@@ -5248,7 +5248,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"INSTANCE_OF", HFILL }},
{ &hf_p22_extended_data,
- { "data", "p22.data_element",
+ { "data", "p22.extended.data_element",
FT_NONE, BASE_NONE, NULL, 0,
"INSTANCE_OF", HFILL }},
{ &hf_p22_ia5text_parameters,
@@ -5256,7 +5256,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"IA5TextParameters", HFILL }},
{ &hf_p22_ia5text_data,
- { "data", "p22.data",
+ { "data", "p22.ia5text.data",
FT_STRING, BASE_NONE, NULL, 0,
"IA5TextData", HFILL }},
{ &hf_p22_repertoire,
@@ -5268,7 +5268,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"G3FacsimileParameters", HFILL }},
{ &hf_p22_g3facsimile_data,
- { "data", "p22.data",
+ { "data", "p22.g3facsimile.data",
FT_UINT32, BASE_DEC, NULL, 0,
"G3FacsimileData", HFILL }},
{ &hf_p22_number_of_pages,
@@ -5296,7 +5296,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"TeletexParameters", HFILL }},
{ &hf_p22_teletex_data,
- { "data", "p22.data",
+ { "data", "p22.teletex.data",
FT_UINT32, BASE_DEC, NULL, 0,
"TeletexData", HFILL }},
{ &hf_p22_telex_compatible,
@@ -5316,7 +5316,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"VideotexParameters", HFILL }},
{ &hf_p22_videotex_data,
- { "data", "p22.data",
+ { "data", "p22.videotex.data",
FT_STRING, STR_UNICODE, NULL, 0,
"VideotexData", HFILL }},
{ &hf_p22_syntax,
@@ -5328,7 +5328,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"EncryptedParameters", HFILL }},
{ &hf_p22_encrypted_data,
- { "data", "p22.data",
+ { "data", "p22.encrypted.data",
FT_BYTES, BASE_NONE, NULL, 0,
"EncryptedData", HFILL }},
{ &hf_p22_algorithm_identifier,
@@ -5344,7 +5344,7 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
"MessageParameters", HFILL }},
{ &hf_p22_message_data,
- { "data", "p22.data_element",
+ { "data", "p22.message.data_element",
FT_NONE, BASE_NONE, NULL, 0,
"MessageData", HFILL }},
{ &hf_p22_delivery_time,
@@ -5816,11 +5816,11 @@ void proto_register_p22(void) {
FT_NONE, BASE_NONE, NULL, 0,
NULL, HFILL }},
{ &hf_p22_account_actual_values,
- { "actual-values", "p22.actual_values",
+ { "actual-values", "p22.account.actual-values",
FT_STRING, BASE_NONE, NULL, 0,
"Account", HFILL }},
{ &hf_p22_identity_actual_values,
- { "actual-values", "p22.actual_values",
+ { "actual-values", "p22.identity.actual-values",
FT_STRING, BASE_NONE, NULL, 0,
"User_Identity", HFILL }},
{ &hf_p22_actual_values,
diff --git a/epan/dissectors/packet-p7.c b/epan/dissectors/packet-p7.c
index fc08122695..e9c24366e0 100644
--- a/epan/dissectors/packet-p7.c
+++ b/epan/dissectors/packet-p7.c
@@ -4628,19 +4628,19 @@ void proto_register_p7(void) {
FT_NONE, BASE_NONE, NULL, 0,
"TimeRange", HFILL }},
{ &hf_p7_from_number,
- { "from", "p7.from",
+ { "from", "p7.numberRange.number",
FT_UINT32, BASE_DEC, NULL, 0,
"T_from_number", HFILL }},
{ &hf_p7_to_number,
- { "to", "p7.to",
+ { "to", "p7.NumberRange.to",
FT_UINT32, BASE_DEC, NULL, 0,
"T_to_number", HFILL }},
{ &hf_p7_from_time,
- { "from", "p7.from",
+ { "from", "p7.timeRange.time",
FT_STRING, BASE_NONE, NULL, 0,
"CreationTime", HFILL }},
{ &hf_p7_to_time,
- { "to", "p7.to",
+ { "to", "p7.timeRange.to",
FT_STRING, BASE_NONE, NULL, 0,
"CreationTime", HFILL }},
{ &hf_p7_filter_item,
@@ -4872,7 +4872,7 @@ void proto_register_p7(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"INTEGER_1_ub_messages", HFILL }},
{ &hf_p7_summary_present,
- { "present", "p7.present",
+ { "present", "p7.summary.present",
FT_UINT32, BASE_DEC, NULL, 0,
"T_summary_present", HFILL }},
{ &hf_p7_summary_present_item,
@@ -5400,7 +5400,7 @@ void proto_register_p7(void) {
FT_NONE, BASE_NONE, NULL, 0,
"FetchRestrictionProblemItem", HFILL }},
{ &hf_p7_fetch_restriction_problem,
- { "problem", "p7.problem",
+ { "problem", "p7.fetch-restriction-problem",
FT_UINT32, BASE_DEC, VALS(p7_FetchRestrictionProblem_vals), 0,
"FetchRestrictionProblem", HFILL }},
{ &hf_p7_restriction,
@@ -5408,7 +5408,7 @@ void proto_register_p7(void) {
FT_UINT32, BASE_DEC, VALS(p7_T_restriction_vals), 0,
NULL, HFILL }},
{ &hf_p7_extended_content_type,
- { "content-type", "p7.content_type",
+ { "content-type", "p7.extended-content-type",
FT_OID, BASE_NONE, NULL, 0,
"OBJECT_IDENTIFIER", HFILL }},
{ &hf_p7_eit,
@@ -5420,7 +5420,7 @@ void proto_register_p7(void) {
FT_INT32, BASE_DEC, NULL, 0,
"INTEGER", HFILL }},
{ &hf_p7_range_problem,
- { "problem", "p7.problem",
+ { "problem", "p7.pAR-range-error.problem",
FT_UINT32, BASE_DEC, VALS(p7_RangeProblem_vals), 0,
"RangeProblem", HFILL }},
{ &hf_p7_sequence_number_problems,
@@ -5436,11 +5436,11 @@ void proto_register_p7(void) {
FT_UINT32, BASE_DEC, VALS(p7_SequenceNumberProblem_vals), 0,
"SequenceNumberProblem", HFILL }},
{ &hf_p7_service_problem,
- { "problem", "p7.problem",
+ { "problem", "p7.serviceErrorParameter.problem",
FT_UINT32, BASE_DEC, VALS(p7_ServiceProblem_vals), 0,
"ServiceProblem", HFILL }},
{ &hf_p7_message_group_problem,
- { "problem", "p7.problem",
+ { "problem", "p7.messageGroupErrorParameter.group-problem",
FT_UINT32, BASE_DEC, VALS(p7_MessageGroupProblem_vals), 0,
"MessageGroupProblem", HFILL }},
{ &hf_p7_name,
@@ -5472,11 +5472,11 @@ void proto_register_p7(void) {
FT_INT32, BASE_DEC, NULL, 0,
"INTEGER", HFILL }},
{ &hf_p7_modify_problem,
- { "problem", "p7.problem",
+ { "problem", "p7.modifyErrorParameter.problem",
FT_UINT32, BASE_DEC, VALS(p7_ModifyProblem_vals), 0,
"ModifyProblem", HFILL }},
{ &hf_p7_entry_class_problem,
- { "problem", "p7.problem",
+ { "problem", "p7.entryClassErrorParameter.problem",
FT_BYTES, BASE_NONE, NULL, 0,
"T_entry_class_problem", HFILL }},
{ &hf_p7_no_correlated_reports,
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index 0c37030c78..470638e9f7 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -901,7 +901,7 @@ static int hf_pcap_almanacSatInfoList = -1; /* AlmanacSatInfoList */
static int hf_pcap_svGlobalHealth = -1; /* BIT_STRING_SIZE_364 */
static int hf_pcap_AlmanacSatInfoList_item = -1; /* AlmanacSatInfo */
static int hf_pcap_e = -1; /* BIT_STRING_SIZE_16 */
-static int hf_pcap_t_oa_01 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_almanacSatInfo_t_oa = -1; /* BIT_STRING_SIZE_8 */
static int hf_pcap_deltaI = -1; /* BIT_STRING_SIZE_16 */
static int hf_pcap_omegaDot = -1; /* BIT_STRING_SIZE_16 */
static int hf_pcap_satHealth = -1; /* BIT_STRING_SIZE_8 */
@@ -1014,7 +1014,7 @@ static int hf_pcap_clockModelID = -1; /* INTEGER_0_7 */
static int hf_pcap_utcModelID = -1; /* INTEGER_0_7 */
static int hf_pcap_almanacModelID = -1; /* INTEGER_0_7 */
static int hf_pcap_dataBitAssistancelist_01 = -1; /* ReqDataBitAssistanceList */
-static int hf_pcap_ganssSignalID_01 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_reqDataBitAssistanceList_ganssSignalID = -1; /* BIT_STRING_SIZE_8 */
static int hf_pcap_ganssDataBitInterval = -1; /* INTEGER_0_15 */
static int hf_pcap_ganssSatelliteInfo = -1; /* T_ganssSatelliteInfo */
static int hf_pcap_ganssSatelliteInfo_item = -1; /* INTEGER_0_63 */
@@ -1140,7 +1140,7 @@ static int hf_pcap_supportForUEAGPSinCellPCH = -1; /* BOOLEAN */
static int hf_pcap_supportForSFNSFNTimeDiff = -1; /* BOOLEAN */
static int hf_pcap_NetworkAssistedGANSSSupport_item = -1; /* NetworkAssistedGANSSSupport_item */
static int hf_pcap_ganssMode = -1; /* T_ganssMode */
-static int hf_pcap_ganssSignalID_02 = -1; /* GANSS_SignalID */
+static int hf_pcap_networkAssistedGANSSSupport_item_ganssSignalID = -1; /* GANSS_SignalID */
static int hf_pcap_supportGANSSTimingOfCellFrame = -1; /* BOOLEAN */
static int hf_pcap_supportGANSSCarrierPhaseMeasurement = -1; /* BOOLEAN */
static int hf_pcap_ganss_sbas_ids = -1; /* BIT_STRING_SIZE_8 */
@@ -1154,7 +1154,7 @@ static int hf_pcap_gpsTimingOfCellWanted = -1; /* BOOLEAN */
static int hf_pcap_additionalAssistanceDataRequest = -1; /* BOOLEAN */
static int hf_pcap_ganssPositioningInstructions = -1; /* GANSS_PositioningInstructions */
static int hf_pcap_ganssTimingOfCellWanted = -1; /* BIT_STRING_SIZE_8 */
-static int hf_pcap_additionalAssistanceDataRequest_01 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_gANSS_PositioningInstructions_additionalAssistanceDataRequest = -1; /* BIT_STRING_SIZE_8 */
static int hf_pcap_uE_Positioning_OTDOA_AssistanceData = -1; /* UE_Positioning_OTDOA_AssistanceData */
static int hf_pcap_ue_positioning_OTDOA_ReferenceCellInfo = -1; /* UE_Positioning_OTDOA_ReferenceCellInfo */
static int hf_pcap_ue_positioning_OTDOA_NeighbourCellList = -1; /* UE_Positioning_OTDOA_NeighbourCellList */
@@ -2340,7 +2340,7 @@ static const per_sequence_t AlmanacSatInfo_sequence[] = {
{ &hf_pcap_dataID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_2 },
{ &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
{ &hf_pcap_e , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
- { &hf_pcap_t_oa_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_almanacSatInfo_t_oa, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
{ &hf_pcap_deltaI , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
{ &hf_pcap_omegaDot , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
{ &hf_pcap_satHealth , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
@@ -7325,7 +7325,7 @@ dissect_pcap_T_ganssSatelliteInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t
static const per_sequence_t ReqDataBitAssistanceList_sequence[] = {
- { &hf_pcap_ganssSignalID_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_reqDataBitAssistanceList_ganssSignalID, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
{ &hf_pcap_ganssDataBitInterval, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_15 },
{ &hf_pcap_ganssSatelliteInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_T_ganssSatelliteInfo },
{ &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
@@ -9074,7 +9074,7 @@ dissect_pcap_T_ganssMode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
static const per_sequence_t NetworkAssistedGANSSSupport_item_sequence[] = {
{ &hf_pcap_ganssID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
{ &hf_pcap_ganssMode , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_ganssMode },
- { &hf_pcap_ganssSignalID_02, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_SignalID },
+ { &hf_pcap_networkAssistedGANSSSupport_item_ganssSignalID, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_SignalID },
{ &hf_pcap_supportGANSSTimingOfCellFrame, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
{ &hf_pcap_supportGANSSCarrierPhaseMeasurement, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
{ &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
@@ -9244,7 +9244,7 @@ static const per_sequence_t GANSS_PositioningInstructions_sequence[] = {
{ &hf_pcap_horizontalAccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_HorizontalAccuracyCode },
{ &hf_pcap_verticalAccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_VerticalAccuracyCode },
{ &hf_pcap_ganssTimingOfCellWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
- { &hf_pcap_additionalAssistanceDataRequest_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_gANSS_PositioningInstructions_additionalAssistanceDataRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
{ &hf_pcap_measurementValidity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_MeasurementValidity },
{ &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
{ NULL, 0, 0, NULL }
@@ -16363,8 +16363,8 @@ void proto_register_pcap(void) {
{ "e", "pcap.e",
FT_BYTES, BASE_NONE, NULL, 0,
"BIT_STRING_SIZE_16", HFILL }},
- { &hf_pcap_t_oa_01,
- { "t-oa", "pcap.t_oa",
+ { &hf_pcap_almanacSatInfo_t_oa,
+ { "t-oa", "pcap.almanacSatInfo.t-oa",
FT_BYTES, BASE_NONE, NULL, 0,
"BIT_STRING_SIZE_8", HFILL }},
{ &hf_pcap_deltaI,
@@ -16815,8 +16815,8 @@ void proto_register_pcap(void) {
{ "dataBitAssistancelist", "pcap.dataBitAssistancelist_element",
FT_NONE, BASE_NONE, NULL, 0,
"ReqDataBitAssistanceList", HFILL }},
- { &hf_pcap_ganssSignalID_01,
- { "ganssSignalID", "pcap.ganssSignalID",
+ { &hf_pcap_reqDataBitAssistanceList_ganssSignalID,
+ { "ganssSignalID", "pcap.reqDataBitAssistanceList.ganssSignalID",
FT_BYTES, BASE_NONE, NULL, 0,
"BIT_STRING_SIZE_8", HFILL }},
{ &hf_pcap_ganssDataBitInterval,
@@ -17319,8 +17319,8 @@ void proto_register_pcap(void) {
{ "ganssMode", "pcap.ganssMode",
FT_UINT32, BASE_DEC, VALS(pcap_T_ganssMode_vals), 0,
NULL, HFILL }},
- { &hf_pcap_ganssSignalID_02,
- { "ganssSignalID", "pcap.ganssSignalID_element",
+ { &hf_pcap_networkAssistedGANSSSupport_item_ganssSignalID,
+ { "ganssSignalID", "pcap.networkAssistedGANSSSupport.item.ganssSignalID_element",
FT_NONE, BASE_NONE, NULL, 0,
"GANSS_SignalID", HFILL }},
{ &hf_pcap_supportGANSSTimingOfCellFrame,
@@ -17375,8 +17375,8 @@ void proto_register_pcap(void) {
{ "ganssTimingOfCellWanted", "pcap.ganssTimingOfCellWanted",
FT_BYTES, BASE_NONE, NULL, 0,
"BIT_STRING_SIZE_8", HFILL }},
- { &hf_pcap_additionalAssistanceDataRequest_01,
- { "additionalAssistanceDataRequest", "pcap.additionalAssistanceDataRequest",
+ { &hf_pcap_gANSS_PositioningInstructions_additionalAssistanceDataRequest,
+ { "additionalAssistanceDataRequest", "pcap.gANSS-PositioningInstructions.additionalAssistanceDataRequest",
FT_BYTES, BASE_NONE, NULL, 0,
"BIT_STRING_SIZE_8", HFILL }},
{ &hf_pcap_uE_Positioning_OTDOA_AssistanceData,