aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_application_layer.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-05-15 09:53:26 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-05-15 09:53:26 +0000
commitbfa57bdb6d0af3657b05b243295cc1b676a2cd3d (patch)
treee0081ae675ccde46c153ae73ee0b6adf1e834e2b /plugins/opcua/opcua_application_layer.h
parenta944d1a3e89561e6223913fc61d881081bfb23f7 (diff)
from Gerhard Gappmeier:
renamed prefix ua_ -> opcua_ remove unused code svn path=/trunk/; revision=21784
Diffstat (limited to 'plugins/opcua/opcua_application_layer.h')
-rw-r--r--plugins/opcua/opcua_application_layer.h27
1 files changed, 27 insertions, 0 deletions
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 <gerhard.gappmeier@ascolab.com>
+** Last change by: $Author: gergap $
+**
+******************************************************************************/
+
+void registerApplicationLayerTypes(int proto);
+
+/* Ua type parsers */
+int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset, char *szFieldName);