http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21802
User: ulfl
Date: 2007/05/16 08:13 AM
Log:
from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):
I updated the files for the build process to fit the current wireshark
version.
I don't know much about it so a just copied the missing parts from
another module.
I'm not sure of it's right, so please have a look at it.
Modifications:
* added plugin.rc.in
* added moduleinfo.nmake
* updated Makefile.am/nmake/common
* removed unused variable from opcua_application_layer.c
* fixed unused parameter warning in opcua.c
I tested it on Windows with VC6 and on Gentoo linux with gcc 3.4.6.
Directory: /trunk/plugins/opcua/
Changes Path Action
+9 -1 Makefile.am Modified
+13 -10 Makefile.common Modified
+25 -9 Makefile.nmake Modified
+28 -0 moduleinfo.nmake Added
+2 -1 opcua.c Modified
+2 -3 opcua_application_layer.c Modified
+9 -8 opcua_complextypeparser.c Modified
+1 -1 opcua_security_layer.c Modified
+34 -0 plugin.rc.in Added