http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34906
User: morriss
Date: 2010/11/16 09:00 AM
Log:
From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5410 :
This patch adds support for displaying OPC UA ExtensionObjects.
An ExtensionObject is a mechanism to transport user defined structures as
serialized blobs. Some types of ExtensionObjects are already defined by the OPC
Foundation's OPC UA Specifications.
These types can be implemented by this dissector, because they are well-known.
Real user-defined or vendor-defined types are unlikely to be implemented by a
passive dissector, because this would require browsing of the UA server's
address space to retrieve the type information.
Currently only the following types are supported:
* DataChangeNotification
* EventNotification
Others OPC defined types will follow.
From me: fix warnings: "format not a string literal and no format arguments"
Directory: /trunk/plugins/opcua/
Changes Path Action
+2 -0 Makefile.common Modified
+22 -0 opcua_extensionobjectids.h Added
+86 -0 opcua_extensionobjecttable.c Added
+7 -0 opcua_identifiers.h Modified
+40 -1 opcua_simpletypes.c Modified
+1 -0 opcua_simpletypes.h Modified
Directory: /trunk/
Changes Path Action
+4 -0 AUTHORS Modified