aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-05 13:39:41 +0100
committerAnders Broman <a.broman58@gmail.com>2016-02-04 09:44:43 +0000
commit81b457d0c461b06de836148733d31e2e8e40cdb3 (patch)
tree7d747faac049cab2b71a03a82b5e32943b0afc8c /asn1
parent35ef16bcaf80564991b3acf339bcf65429ab6f6f (diff)
ASN1: fix misspelling (found by Lintian)
Extention -> Extension Change-Id: I10278ce21da805b2b86cac6e2b14e921acf15544 Reviewed-on: https://code.wireshark.org/review/13052 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ftam/ISO8571-FTAM.asn2
-rw-r--r--asn1/gsm_map/gsm_map.cnf2
-rw-r--r--asn1/gsm_map/packet-gsm_map-template.c4
-rw-r--r--asn1/inap/inap.cnf2
-rw-r--r--asn1/inap/packet-inap-template.c4
-rw-r--r--asn1/rrc/InformationElements.asn4
-rw-r--r--asn1/rrc/PDU-definitions.asn4
-rw-r--r--asn1/rrlp/RRLP-Components.asn2
-rw-r--r--asn1/tetra/tetra.asn6
9 files changed, 19 insertions, 11 deletions
diff --git a/asn1/ftam/ISO8571-FTAM.asn b/asn1/ftam/ISO8571-FTAM.asn
index 469cfd3656..b2d8231f0f 100644
--- a/asn1/ftam/ISO8571-FTAM.asn
+++ b/asn1/ftam/ISO8571-FTAM.asn
@@ -1346,7 +1346,7 @@ Attribute-Extensions-Pattern ::=
{@.extension-attribute-identifier})
}}
--- conjunction with the extention attribute in Order to
+-- conjunction with the extension attribute in Order to
-- perform Pattern matthing operations on it. it may be
-- defined in terms of other Patterns within this
-- Standard.
diff --git a/asn1/gsm_map/gsm_map.cnf b/asn1/gsm_map/gsm_map.cnf
index 262184ae82..e8b1cbb1bb 100644
--- a/asn1/gsm_map/gsm_map.cnf
+++ b/asn1/gsm_map/gsm_map.cnf
@@ -229,7 +229,7 @@ MAP-DialoguePDU B "0.4.0.0.1.1.1.1" "map-DialogueAS"
#.FN_BODY PrivateExtension/extType
proto_tree *ext_tree;
- ext_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_gsm_map_extention_data, NULL, "Extension Data");
+ ext_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_gsm_map_extension_data, NULL, "Extension Data");
if (actx->external.direct_ref_present){
offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, ext_tree, NULL);
}else{
diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c
index ccd19f7b03..52d83a6c3d 100644
--- a/asn1/gsm_map/packet-gsm_map-template.c
+++ b/asn1/gsm_map/packet-gsm_map-template.c
@@ -176,7 +176,7 @@ static gint ett_gsm_map_GeographicalInformation = -1;
static gint ett_gsm_map_apn_str = -1;
static gint ett_gsm_map_LocationNumber = -1;
static gint ett_gsm_map_ericsson_locationInformation = -1;
-static gint ett_gsm_map_extention_data = -1;
+static gint ett_gsm_map_extension_data = -1;
static gint ett_gsm_map_tbcd_digits = -1;
static gint ett_gsm_map_ussd_string = -1;
@@ -3082,7 +3082,7 @@ void proto_register_gsm_map(void) {
&ett_gsm_map_apn_str,
&ett_gsm_map_LocationNumber,
&ett_gsm_map_ericsson_locationInformation,
- &ett_gsm_map_extention_data,
+ &ett_gsm_map_extension_data,
&ett_gsm_map_tbcd_digits,
&ett_gsm_map_ussd_string,
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index 06ab3e28d3..49aaba5f5b 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -211,7 +211,7 @@ static const inap_err_t inap_err_tab[] = {
#.FN_BODY ExtensionField/value
proto_tree *ext_tree;
- ext_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_inap_extention_data, NULL, "Extension Data");
+ ext_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_inap_extension_data, NULL, "Extension Data");
if (obj_id){
offset=call_ber_oid_callback(obj_id, tvb, offset, actx->pinfo, ext_tree, NULL);
}else{
diff --git a/asn1/inap/packet-inap-template.c b/asn1/inap/packet-inap-template.c
index 9986498dfd..d1fc40d8c3 100644
--- a/asn1/inap/packet-inap-template.c
+++ b/asn1/inap/packet-inap-template.c
@@ -80,7 +80,7 @@ static int hf_inap_cause_indicator = -1;
static gint ett_inap = -1;
static gint ett_inapisup_parameter = -1;
static gint ett_inap_HighLayerCompatibility = -1;
-static gint ett_inap_extention_data = -1;
+static gint ett_inap_extension_data = -1;
static gint ett_inap_cause = -1;
#include "packet-inap-ett.c"
@@ -222,7 +222,7 @@ void proto_register_inap(void) {
&ett_inap,
&ett_inapisup_parameter,
&ett_inap_HighLayerCompatibility,
- &ett_inap_extention_data,
+ &ett_inap_extension_data,
&ett_inap_cause,
#include "packet-inap-ettarr.c"
};
diff --git a/asn1/rrc/InformationElements.asn b/asn1/rrc/InformationElements.asn
index ecff9576d3..495400a8a7 100644
--- a/asn1/rrc/InformationElements.asn
+++ b/asn1/rrc/InformationElements.asn
@@ -23249,7 +23249,9 @@ SysInfoType1 ::= SEQUENCE {
-- Extension mechanism for non- release99 information
v3a0NonCriticalExtensions SEQUENCE {
sysInfoType1-v3a0ext SysInfoType1-v3a0ext-IEs,
- v860NonCriticalExtentions SEQUENCE {
+-- WS modification: fix misspelling
+ v860NonCriticalExtensions SEQUENCE {
+ -- End WS modification
sysInfoType1-v860ext SysInfoType1-v860ext-IEs,
nonCriticalExtensions SEQUENCE {} OPTIONAL
} OPTIONAL
diff --git a/asn1/rrc/PDU-definitions.asn b/asn1/rrc/PDU-definitions.asn
index a806c6aaf3..67d523bbae 100644
--- a/asn1/rrc/PDU-definitions.asn
+++ b/asn1/rrc/PDU-definitions.asn
@@ -10700,7 +10700,9 @@ SignallingConnectionReleaseIndication ::= SEQUENCE {
laterNonCriticalExtensions SEQUENCE {
-- Container for additional R99 extensions
signallingConnectionReleaseIndication-r3-add-ext BIT STRING OPTIONAL,
- v860nonCriticalExtentions SEQUENCE {
+ -- WS modification: fix misspelling
+ v860nonCriticalExtensions SEQUENCE {
+ -- End WS modification
signallingConnectionReleaseIndication-v860ext
SignallingConnectionReleaseIndication-v860ext,
nonCriticalExtensions SEQUENCE {} OPTIONAL
diff --git a/asn1/rrlp/RRLP-Components.asn b/asn1/rrlp/RRLP-Components.asn
index 191ecd6d61..11b13eeea6 100644
--- a/asn1/rrlp/RRLP-Components.asn
+++ b/asn1/rrlp/RRLP-Components.asn
@@ -1055,7 +1055,7 @@ Rel7-MsrPosition-Req-Extension ::= SEQUENCE {
add-GPS-AssistData Add-GPS-AssistData OPTIONAL,
ganssMultiFreqMeasurementRequest NULL OPTIONAL,
...
- -- Further Release 7 extentions here
+ -- Further Release 7 extensions here
}
-- additional satellite systems may be added in future versions of the protocol
diff --git a/asn1/tetra/tetra.asn b/asn1/tetra/tetra.asn
index fe2d7fcf8f..e197d13fb6 100644
--- a/asn1/tetra/tetra.asn
+++ b/asn1/tetra/tetra.asn
@@ -2290,9 +2290,13 @@ CALLMODE ::= ENUMERATED
Calling-party-address-type ::= CHOICE {
called-party-sna [0] INTEGER ( 0..255 ),
called-party-ssi [1] INTEGER ( 0..16777215 ),
- called-party-ssi-extention [2] SEQUENCE {
+ -- WS modification: fix misspelling
+ called-party-ssi-extension [2] SEQUENCE {
+ -- End WS modification
called-party-ssi INTEGER ( 0..16777215 ),
+ -- WS modification: fix misspelling
called-party-extention INTEGER ( 0..16777215 )
+ -- End WS modification
}
}