nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /****************************************************************************** |
2 | ** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved. |
||
3 | ** Web: http://www.ascolab.com |
||
4 | ** |
||
5 | ** This program is free software; you can redistribute it and/or |
||
6 | ** modify it under the terms of the GNU General Public License |
||
7 | ** as published by the Free Software Foundation; either version 2 |
||
8 | ** of the License, or (at your option) any later version. |
||
9 | ** |
||
10 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
||
11 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
||
12 | ** |
||
13 | ** Project: OpcUa Wireshark Plugin |
||
14 | ** |
||
15 | ** Description: OpcUa Application Layer Decoder. |
||
16 | ** |
||
17 | ** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com> |
||
18 | ******************************************************************************/ |
||
19 | |||
20 | void registerApplicationLayerTypes(int proto); |
||
21 | |||
22 | /* Ua type parsers */ |
||
23 | int parseServiceNodeId(proto_tree *tree, tvbuff_t *tvb, gint *pOffset); |