aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iec104.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-iec104.c')
-rw-r--r--epan/dissectors/packet-iec104.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/epan/dissectors/packet-iec104.c b/epan/dissectors/packet-iec104.c
index 476d65d678..4c1500d185 100644
--- a/epan/dissectors/packet-iec104.c
+++ b/epan/dissectors/packet-iec104.c
@@ -112,7 +112,7 @@ static const value_string apci_types [] = {
};
/* Constants relative to the filed, independent of the field position in the byte */
-/* U (Unnombered) constants */
+/* U (Unnumbered) constants */
#define U_STARTDT_ACT 0x01
#define U_STARTDT_CON 0x02
#define U_STOPDT_ACT 0x04
@@ -363,7 +363,7 @@ static const td_asdu_length asdu_length [] = {
{ 0, 0 }
};
-/* Cause of Transmision (CauseTx) */
+/* Cause of Transmission (CauseTx) */
#define Per_Cyc 1
#define Back 2
#define Spont 3
@@ -489,22 +489,22 @@ static const value_string coi_r_types[] = {
static const value_string qoi_r_types[] = {
{ 0, "Not specified" },
{ 20, "Station interrogation (global)" },
- { 21, "Group 1 interrotagion" },
- { 22, "Group 2 interrotagion" },
- { 23, "Group 3 interrotagion" },
- { 24, "Group 4 interrotagion" },
- { 25, "Group 5 interrotagion" },
- { 26, "Group 6 interrotagion" },
- { 27, "Group 7 interrotagion" },
- { 28, "Group 8 interrotagion" },
- { 29, "Group 9 interrotagion" },
- { 30, "Group 10 interrotagion" },
- { 31, "Group 11 interrotagion" },
- { 32, "Group 12 interrotagion" },
- { 33, "Group 13 interrotagion" },
- { 34, "Group 14 interrotagion" },
- { 35, "Group 15 interrotagion" },
- { 36, "Group 16 interrotagion" },
+ { 21, "Group 1 interrogation" },
+ { 22, "Group 2 interrogation" },
+ { 23, "Group 3 interrogation" },
+ { 24, "Group 4 interrogation" },
+ { 25, "Group 5 interrogation" },
+ { 26, "Group 6 interrogation" },
+ { 27, "Group 7 interrogation" },
+ { 28, "Group 8 interrogation" },
+ { 29, "Group 9 interrogation" },
+ { 30, "Group 10 interrogation" },
+ { 31, "Group 11 interrogation" },
+ { 32, "Group 12 interrogation" },
+ { 33, "Group 13 interrogation" },
+ { 34, "Group 14 interrogation" },
+ { 35, "Group 15 interrogation" },
+ { 36, "Group 16 interrogation" },
{ 0, NULL }
};