aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_identifiers.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-09Add missing consts in opcua plugin.Jakub Zawadzki1-2/+2
svn path=/trunk/; revision=42000
2010-11-16From Gerhard Gappmeier via ↵Jeff Morriss1-0/+7
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" svn path=/trunk/; revision=34906
2010-04-27Add some information about how/why this dissector is (partially) ↵Jeff Morriss1-3/+4
machine-generated and what that means to Wireshark maintainers. svn path=/trunk/; revision=32577
2009-10-07Don't include config.h in header files.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=30382
2009-04-06From Gerhard Gappmeier:Jaap Keuter1-1/+1
This patch updates the plugin to fit the released OPCUA protocol version. svn path=/trunk/; revision=27974
2007-05-21Make files more generic.Jaap Keuter1-1/+1
svn path=/trunk/; revision=21864
2007-05-15add svn properties for dir and filesUlf Lamping1-44/+44
svn path=/trunk/; revision=21780
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping1-0/+44
new dissector for OPCUA protocol svn path=/trunk/; revision=21760