s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionally
[metze/wireshark/wip.git] / plugins / opcua / ChangeLog
1 Overview of changes in OpcUa plugin:
2
3 Version 0.0.1:
4
5 * initial implementation without security
6
7 Version 1.0.0:
8
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.
19