diff options
Diffstat (limited to 'plugins/epan/opcua/opcua_statuscode.h')
-rw-r--r-- | plugins/epan/opcua/opcua_statuscode.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/epan/opcua/opcua_statuscode.h b/plugins/epan/opcua/opcua_statuscode.h new file mode 100644 index 00000000..a48c2666 --- /dev/null +++ b/plugins/epan/opcua/opcua_statuscode.h @@ -0,0 +1,16 @@ +/****************************************************************************** +** Copyright (C) 2014 ascolab GmbH. All Rights Reserved. +** Web: http://www.ascolab.com +** +** SPDX-License-Identifier: GPL-2.0-or-later +** +** 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 +** +** Author: Hannes Mezger <hannes.mezger@ascolab.com> +** +******************************************************************************/ + +extern const value_string g_statusCodes[]; |