MSWSP: append to proto column instaed of overwriting it
[wireshark-wip.git] / plugins / opcua / ChangeLog
blobbae7195ea98ded43e685d7b943fc6f9786cc1a3b
1 $Id$
3 Overview of changes in OpcUa plugin:
5 Version 0.0.1:
7 * initial implementation without security
9 Version 1.0.0:
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.