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