The non-SNAP vines doesn't work with dissect_vines(). We don't know what my
[obnox/wireshark/wip.git] / resolv.h
1 /* resolv.h
2  * Definitions for network object lookup
3  *
4  * $Id: resolv.h,v 1.2 1998/09/16 03:22:18 gerald Exp $
5  *
6  * Laurent Deniel <deniel@worldnet.fr>
7  *
8  * Ethereal - Network traffic analyzer
9  * By Gerald Combs <gerald@zing.org>
10  * Copyright 1998 Gerald Combs
11  *
12  * 
13  * This program is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  * 
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU General Public License for more details.
22  * 
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software
25  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
26  */
27
28 #ifndef __RESOLV_H__
29 #define __RESOLV_H__
30
31 /* global variable */
32
33 extern int g_resolving_actif;
34
35 /* Functions in resolv.c */
36
37 extern u_char *get_udp_port(u_int port);
38 extern u_char *get_tcp_port(u_int port);
39 extern u_char *get_hostname(u_int addr);
40
41 #endif /* __RESOLV_H__ */