summaryrefslogtreecommitdiff
path: root/plugins/opcua/opcua_security_layer.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-05-16 08:13:11 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-05-16 08:13:11 +0000
commit872f29e29355ee7bd25648e507d89a6e08d46f0d (patch)
tree599ce83a9c1d8f5b4b9128ed71b1bf291aa6346e /plugins/opcua/opcua_security_layer.c
parent2c0a60004644841332c6d844e44dd40cb64b4e46 (diff)
downloadwireshark-872f29e29355ee7bd25648e507d89a6e08d46f0d.tar.gz
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. svn path=/trunk/; revision=21802
Diffstat (limited to 'plugins/opcua/opcua_security_layer.c')
-rw-r--r--plugins/opcua/opcua_security_layer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_security_layer.c b/plugins/opcua/opcua_security_layer.c
index 61d97e5c40..fc19dc57f6 100644
--- a/plugins/opcua/opcua_security_layer.c
+++ b/plugins/opcua/opcua_security_layer.c
@@ -38,7 +38,6 @@ static const value_string g_SecSigTable[] = {
{ 3, "Message" },
{ 0, NULL }
};
-static int hf_opcua_SecuritySigEnum = -1;
static int hf_opcua_security_sig = -1;
static int hf_opcua_security_policy = -1;
@@ -97,3 +96,4 @@ void parseSecurityLayer(proto_tree *tree, tvbuff_t *tvb, gint *pOffset)
}
}
+