From bfa57bdb6d0af3657b05b243295cc1b676a2cd3d Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 15 May 2007 09:53:26 +0000 Subject: from Gerhard Gappmeier: renamed prefix ua_ -> opcua_ remove unused code svn path=/trunk/; revision=21784 --- plugins/opcua/opcua_application_layer.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/opcua/opcua_application_layer.h (limited to 'plugins/opcua/opcua_application_layer.h') diff --git a/plugins/opcua/opcua_application_layer.h b/plugins/opcua/opcua_application_layer.h new file mode 100644 index 0000000000..13a52e07b1 --- /dev/null +++ b/plugins/opcua/opcua_application_layer.h @@ -0,0 +1,27 @@ +/****************************************************************************** +** $Id$ +** +** 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 Application Layer Decoder. +** +** Author: Gerhard Gappmeier +** Last change by: $Author: gergap $ +** +******************************************************************************/ + +void registerApplicationLayerTypes(int proto); + +/* Ua type parsers */ +int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, char *szFieldName); -- cgit v1.2.3