summaryrefslogtreecommitdiff
path: root/plugins/opcua
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-23 16:59:34 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-23 16:59:34 +0000
commit8c220a6f7f8540914a0834bd114d97cdedd5d18f (patch)
tree91dacfe4ce1ab8fd33a5a0b55825562fdba82a57 /plugins/opcua
parent79d58dc6707a09466bed0f8ce173627259f29e4a (diff)
downloadwireshark-8c220a6f7f8540914a0834bd114d97cdedd5d18f.tar.gz
Fix (using '#if 0') a few more [-Wunused-const-variable] warnings
svn path=/trunk/; revision=52799
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/opcua_security_layer.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/opcua/opcua_security_layer.c b/plugins/opcua/opcua_security_layer.c
index e02af8327c..b9cb00425e 100644
--- a/plugins/opcua/opcua_security_layer.c
+++ b/plugins/opcua/opcua_security_layer.c
@@ -3,15 +3,15 @@
**
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
-**
+**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public License
** as published by the Free Software Foundation; either version 2
** of the License, or (at your option) any later version.
-**
+**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-**
+**
** Project: OpcUa Wireshark Plugin
**
** Description: OpcUa Security Layer Decoder.
@@ -28,6 +28,7 @@
#include "opcua_application_layer.h"
#include "opcua_simpletypes.h"
+#if 0
/** NodeClass enum table */
static const value_string g_SecSigTable[] = {
{ 0, "GetSecurityPolcies" },
@@ -36,6 +37,7 @@ static const value_string g_SecSigTable[] = {
{ 3, "Message" },
{ 0, NULL }
};
+#endif
static int hf_opcua_security_tokenid = -1;
static int hf_opcua_security_seq = -1;