Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 35119: /trunk/plugins/opcua/ /trunk/plugins/opcua/: opcu

Date: Sat, 04 Dec 2010 02:55:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35119

User: morriss
Date: 2010/12/03 06:55 PM

Log:
 From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5429 :
 
 Until now the info column only shows the OPC UA transport protocol type (Hello,
 Ack, Secure Conversion message).
 After connections establishment has finished this column shows only Secure
 Conversion message, because every service is sent over the secure channel.
 
 This patch adds the useful support of displaying the service type in the info
 column. This makes it easier to find specific service calls in huge capture
 files.

Directory: /trunk/plugins/opcua/
  Changes    Path                       Action
  +21 -2     opcua.c                    Modified
  +12 -6     opcua_transport_layer.c    Modified
  +7 -7      opcua_transport_layer.h    Modified