3 Overview of changes in OpcUa plugin:
7 * initial implementation without security
11 * released implementation that works for OPC UA V1.0.
12 - The protocol is not compatible to the previous version.
13 Transport-layer, security-layer as well as the application-layer
14 data types have changed.
15 - This implementation is compliant to
16 "OPC UA Part 6 - Mappings 1.00 Specification"
17 - The security-layer is always present, but this plugin can only
18 decode communication with security policy
19 http://opcfoundation.org/UA/SecurityPolicy#None, which means
20 that neither encryption nor signing is active.