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