aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/opcua/ChangeLog
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2018-01-15 12:40:55 +0000
committerJoão Valverde <j@v6e.pt>2018-01-16 08:51:37 +0000
commit5352ef42f94b5c14a24eb2e5559440c71fdcae8f (patch)
tree22901b1d228d76360b22af10021564bcee36390e /plugins/epan/opcua/ChangeLog
parenta069a4f856c29b25bae05f2a91d7b2b71e1905f3 (diff)
plugins: Add source tree subfolder for plugin library
This allows some simplification and makes things more consistent, particularly for loading plugins from the build dir. Also fixes the issue reported here: https://www.wireshark.org/lists/wireshark-dev/201801/msg00061.html Change-Id: I0d8a000ee679172bccad546a3b0c47a79486f44d Reviewed-on: https://code.wireshark.org/review/25329 Petri-Dish: João Valverde <j@v6e.pt> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'plugins/epan/opcua/ChangeLog')
-rw-r--r--plugins/epan/opcua/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/epan/opcua/ChangeLog b/plugins/epan/opcua/ChangeLog
new file mode 100644
index 0000000000..5ebfc8f91a
--- /dev/null
+++ b/plugins/epan/opcua/ChangeLog
@@ -0,0 +1,19 @@
+Overview of changes in OpcUa plugin:
+
+Version 0.0.1:
+
+* initial implementation without security
+
+Version 1.0.0:
+
+* released implementation that works for OPC UA V1.0.
+ - The protocol is not compatible to the previous version.
+ Transport-layer, security-layer as well as the application-layer
+ data types have changed.
+ - This implementation is compliant to
+ "OPC UA Part 6 - Mappings 1.00 Specification"
+ - The security-layer is always present, but this plugin can only
+ decode communication with security policy
+ http://opcfoundation.org/UA/SecurityPolicy#None, which means
+ that neither encryption nor signing is active.
+