Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-tn5250.h
1 /* packet-tn5250.h
2  * Headers for tn5250.packet dissection
3  *
4  * Reference:
5  *  5494 Remote Control Unit - Functions Reference
6  *  Release 3.0 Document Number SC30-3533-04
7  *  Chapters 12, 15, 16
8  *
9  * Copyright 2009, Robert Hogan <robert@roberthogan.net>
10  *
11  * Wireshark - Network traffic analyzer
12  * By Gerald Combs <gerald@wireshark.org>
13  * Copyright 1998 Gerald Combs
14  *
15  *
16  * This program is free software; you can redistribute it and/or
17  * modify it under the terms of the GNU General Public License
18  * as published by the Free Software Foundation; either version 2
19  * of the License, or (at your option) any later version.
20  *
21  * This program is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24  * GNU General Public License for more details.
25  *
26  * You should have received a copy of the GNU General Public License
27  * along with this program; if not, write to the Free Software
28  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
29  *
30  */
31
32 #ifndef TN5250_H_INCLUDED
33 #define TN5250_H_INCLUDED
34
35 void add_tn5250_conversation(packet_info *pinfo _U_, int tn5250e);
36 int find_tn5250_conversation(packet_info *pinfo _U_);
37 #endif