Add support for SNA-over-X.25. Add QLLC dissector. I still need to
[obnox/wireshark/wip.git] / packet-osi-options.h
1 /* packet-osi-options.h
2  * Defines for OSI options part decode 
3  *
4  * $Id: packet-osi-options.h,v 1.2 2000/11/18 10:38:24 guy Exp $
5  * Ralf Schneider <Ralf.Schneider@t-online.de>
6  *
7  * Ethereal - Network traffic analyzer
8  * By Gerald Combs <gerald@zing.org>
9  * Copyright 1998 Gerald Combs
10  *
11  * 
12  * This program is free software; you can redistribute it and/or
13  * modify it under the terms of the GNU General Public License
14  * as published by the Free Software Foundation; either version 2
15  * of the License, or (at your option) any later version.
16  * 
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  * 
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25  *
26  *
27  */
28
29 #ifndef _PACKET_OSI_OPTION_H
30 #define _PACKET_OSI_OPTIONS_H
31
32 /*
33  * published API functions
34  */ 
35 extern void dissect_osi_options( u_char, u_char, tvbuff_t *, int,
36                                  packet_info *, proto_tree *);
37 extern void proto_register_osi_options(void);
38
39 #endif /* _PACKET_OSI_OPTIONS_H */