From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in a
[obnox/wireshark/wip.git] / packet-arp.h
1 /* packet-arp.h
2  * Definitions of routines for ARP packet disassembly that are used
3  * elsewhere
4  *
5  * $Id: packet-arp.h,v 1.5 2001/03/13 21:34:23 gram Exp $
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 #ifndef __PACKET_ARP_H__
28 #define __PACKET_ARP_H__
29
30 gchar *arphrdaddr_to_str(const guint8 *ad, int ad_len, guint16 type);
31 gchar *arphrdtype_to_str(guint16 hwtype, const char *fmt);
32
33 void dissect_atm_nsap(tvbuff_t *tvb, int offset, int len, proto_tree *tree);
34
35 #endif /* packet-atm.h */