aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-10-05 20:50:25 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-11 04:44:49 +0000
commita5df18e51e3b5c643eccddda7bf563dbdfcf418e (patch)
treee882c169f1261d87aa6365b51b432bc4489e7391 /plugins/epan
parentab34ebbc7b24fb31c4ec588f640fe7d9f24267a6 (diff)
Fix some spelling errors
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/ethercat/packet-ethercat-datagram.c2
-rw-r--r--plugins/epan/opcua/README2
-rw-r--r--plugins/epan/unistim/packet-unistim.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/epan/ethercat/packet-ethercat-datagram.c b/plugins/epan/ethercat/packet-ethercat-datagram.c
index b708f71f7e..09ae5faa0b 100644
--- a/plugins/epan/ethercat/packet-ethercat-datagram.c
+++ b/plugins/epan/ethercat/packet-ethercat-datagram.c
@@ -1709,7 +1709,7 @@ void proto_register_ecat(void)
},
#if 0
{ &hf_ecat_header,
- { "eader", "ecat.header",
+ { "header", "ecat.header",
FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
#endif
diff --git a/plugins/epan/opcua/README b/plugins/epan/opcua/README
index beefb801fe..8c4993be10 100644
--- a/plugins/epan/opcua/README
+++ b/plugins/epan/opcua/README
@@ -30,7 +30,7 @@ Binary (TCP): The fastest and most flexible version (small footprint, no XML and
can easily be tunneled (SSH, IPSEC, etc.), redirected, ...
SOAP version: Easy to implement with verious tools like .Net, JAVA, gSOAP, etc.
Better to communicate through firewalls via HTTP.
-SOAP with Binary Attchment: Combines the advantages of both.
+SOAP with Binary Attachment: Combines the advantages of both.
The messages are encoded as Binary, and transported via SOAP as binary
attachment.
diff --git a/plugins/epan/unistim/packet-unistim.c b/plugins/epan/unistim/packet-unistim.c
index 221cc1bfb9..493f2a481a 100644
--- a/plugins/epan/unistim/packet-unistim.c
+++ b/plugins/epan/unistim/packet-unistim.c
@@ -3017,7 +3017,7 @@ proto_register_unistim(void){
8,NULL,DISPLAY_WRITE_ADDRESS_SOFT_LABEL_FLAG,NULL,HFILL}
},
{ &hf_display_write_address_softkey_id,
- {"Soft Key ID","unistim.write.addres.softkey.id",FT_UINT8,
+ {"Soft Key ID","unistim.write.address.softkey.id",FT_UINT8,
BASE_HEX,NULL,DISPLAY_WRITE_ADDRESS_SOFT_KEY_ID,NULL,HFILL}
},
{ &hf_display_write_address_char_pos,