aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-09-04 21:40:20 +0100
committerGerald Combs <gerald@wireshark.org>2020-09-05 00:51:48 +0000
commit51cbb47e1ffef1de5949432a6a03519468a8ae3f (patch)
tree33887c13a5853057a94358b84bfa03d051d5999e /epan/dissectors/asn1
parentfa9f718692dae293e16bf9e081780f5947010926 (diff)
Fix some detected spelling errors in ASN1 dissectors.
Done by scanning the asan1 template files. If there are spelling mistakes in the specifications, we should ignore. Note that for z3950, I had already found and accidentally fixed the same errors in the generated file (before I taught my script to ignore gnerated dissector files).
Diffstat (limited to 'epan/dissectors/asn1')
-rw-r--r--epan/dissectors/asn1/camel/packet-camel-template.c2
-rw-r--r--epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c2
-rw-r--r--epan/dissectors/asn1/h248/packet-h248-template.c2
-rw-r--r--epan/dissectors/asn1/nbap/packet-nbap-template.c2
-rw-r--r--epan/dissectors/asn1/z3950/packet-z3950-template.c6
5 files changed, 7 insertions, 7 deletions
diff --git a/epan/dissectors/asn1/camel/packet-camel-template.c b/epan/dissectors/asn1/camel/packet-camel-template.c
index 473073ed7d..f9f940403d 100644
--- a/epan/dissectors/asn1/camel/packet-camel-template.c
+++ b/epan/dissectors/asn1/camel/packet-camel-template.c
@@ -1425,7 +1425,7 @@ void proto_register_camel(void) {
{ "Service Response Time",
"camel.srt.deltatime35",
FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
- "DeltaTime between ApplyCharginReport and ApplyCharging", HFILL }
+ "DeltaTime between ApplyChargingReport and ApplyCharging", HFILL }
},
{ &hf_camelsrt_DeltaTime22,
{ "Service Response Time",
diff --git a/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c b/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c
index 09c918d663..3dcbe1b7a7 100644
--- a/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c
+++ b/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c
@@ -3048,7 +3048,7 @@ void proto_register_gsm_map(void) {
FT_BOOLEAN, 8, TFS(&redirecting_presentation_value), 0x40,
NULL, HFILL }},
{ &hf_gsm_map_notification_to_calling_party,
- { "Notification to calling party", "gsm_map.notification_to_clling_party",
+ { "Notification to calling party", "gsm_map.notification_to_calling_party",
FT_BOOLEAN, 8, TFS(&notification_value), 0x20,
NULL, HFILL }},
{ &hf_gsm_map_forwarding_reason,
diff --git a/epan/dissectors/asn1/h248/packet-h248-template.c b/epan/dissectors/asn1/h248/packet-h248-template.c
index e3c61c269e..7c0a596aca 100644
--- a/epan/dissectors/asn1/h248/packet-h248-template.c
+++ b/epan/dissectors/asn1/h248/packet-h248-template.c
@@ -1331,7 +1331,7 @@ static const value_string h248_reasons[] = {
{ 518, "Event buffer full"},
{ 519, "Out of space to store digit map"},
{ 520, "Digit Map undefined in the MG"},
- { 521, "Termination is ServiceChangeing"},
+ { 521, "Termination is ServiceChanging"},
{ 522, "Functionality Requested in Topology Triple Not Supported"},
{ 526, "Insufficient bandwidth"},
{ 529, "Internal hardware failure in MG"},
diff --git a/epan/dissectors/asn1/nbap/packet-nbap-template.c b/epan/dissectors/asn1/nbap/packet-nbap-template.c
index 9b01e8c6ed..b287688f75 100644
--- a/epan/dissectors/asn1/nbap/packet-nbap-template.c
+++ b/epan/dissectors/asn1/nbap/packet-nbap-template.c
@@ -582,7 +582,7 @@ static nbap_setup_conv_t* find_setup_conv(const guint32 transaction_id, const gu
conv = (nbap_setup_conv_t*) wmem_map_lookup(nbap_setup_conv_table, GUINT_TO_POINTER(key));
if(conv == NULL){
- nbap_debug("\tDidnt found Setup Conversation match");
+ nbap_debug("\tDidn't find Setup Conversation match");
}else{
nbap_debug("\tFOUND Setup Conversation match\t TransactionID: %u\t ddMode: %u\t ChannelID: %u\t %s:%u",
conv->transaction_id, conv->dd_mode, conv->channel_id, address_to_str(wmem_packet_scope(), &(conv->addr)), conv->port);
diff --git a/epan/dissectors/asn1/z3950/packet-z3950-template.c b/epan/dissectors/asn1/z3950/packet-z3950-template.c
index 682edcd01b..d7c026fbf4 100644
--- a/epan/dissectors/asn1/z3950/packet-z3950-template.c
+++ b/epan/dissectors/asn1/z3950/packet-z3950-template.c
@@ -219,7 +219,7 @@ static const value_string z3950_bib1_at_use[] = {
{ 1034, "Content-type" },
{ 1035, "Anywhere" },
{ 1036, "Author-Title-Subject" },
- { 1037, "Serial Item and Contribution Identifer (SICI)" },
+ { 1037, "Serial Item and Contribution Identifier (SICI)" },
{ 1038, "Abstract-language" },
{ 1039, "Application-kind" },
{ 1040, "Classification" },
@@ -719,7 +719,7 @@ static const value_string marc_tag_names[] = {
{ 1, "Control Number" },
{ 3, "Control Number Identifier" },
{ 5, "Date and Time of Latest Transaction" },
- { 6, "Fixed-length Data Elements - Addiional Matieral Characteristics" },
+ { 6, "Fixed-length Data Elements - Additional Material Characteristics" },
{ 8, "Fixed-length Data Elements" },
{ 7, "Physical Description Fixed Field" },
{ 10, "Library of Congress Control Number" },
@@ -875,7 +875,7 @@ static const value_string marc_tag_names[] = {
{ 955, "Local LoC Functional Identifying Information" },
{ 984, "Local LoC Shelflist Compare Status" },
{ 985, "Local LoC Record History" },
- { 987, "Local LoC Converstion History" },
+ { 987, "Local LoC Conversation History" },
{ 991, "Local LoC Location Information" },
{ 992, "Local LoC Location Information" },
{ 0, NULL}