2 * Headers for tn3270.packet dissection
5 * 3270 Information Display System: Data Stream Programmer's Reference
8 * Copyright 2009, Robert Hogan <robert@roberthogan.net>
12 * Wireshark - Network traffic analyzer
13 * By Gerald Combs <gerald@wireshark.org>
14 * Copyright 1998 Gerald Combs
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.
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.
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.
31 #ifndef TN3270_H_INCLUDED
32 #define TN3270_H_INCLUDED
34 void add_tn3270_conversation(packet_info
*pinfo
, int tn3270e
, int model
);
35 int find_tn3270_conversation(packet_info
*pinfo
);