summaryrefslogtreecommitdiffstats
path: root/plugins/epan/opcua/README
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/epan/opcua/README')
-rw-r--r--plugins/epan/opcua/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/epan/opcua/README b/plugins/epan/opcua/README
index 8c4993be..225fbea5 100644
--- a/plugins/epan/opcua/README
+++ b/plugins/epan/opcua/README
@@ -28,7 +28,7 @@ Protocol Mappings:
Binary (TCP): The fastest and most flexible version (small footprint, no XML and SOAP necessary)
can easily be tunneled (SSH, IPSEC, etc.), redirected, ...
-SOAP version: Easy to implement with verious tools like .Net, JAVA, gSOAP, etc.
+SOAP version: Easy to implement with various tools like .Net, JAVA, gSOAP, etc.
Better to communicate through firewalls via HTTP.
SOAP with Binary Attachment: Combines the advantages of both.
The messages are encoded as Binary, and transported via SOAP as binary
@@ -60,7 +60,7 @@ marked "DON'T MODIFY THIS FILE!" for this reason.
However, the code to create this dissector is not part of the Wireshark source
source code distribution. This was discussed prior to the plugin's inclusion.
-From https://www.wireshark.org/lists/wireshark-dev/200704/msg00025.html :
+From https://lists.wireshark.org/archives/wireshark-dev/200704/msg00025.html :
~~~
> a lot of the code seems to be autogenerated (as the comments suggest)