Add another function from epan/stats_tree.c to the list of exported functions in...
[obnox/wireshark/wip.git] / arcnet_pids.h
1 /* arcnet_pids.h
2  * ARCNET protocol ID values
3  * Copyright 2001-2002, Peter Fales <ethereal@fales-lorenz.net>
4  *
5  * $Id$
6  *
7  * Ethereal - Network traffic analyzer
8  * By Gerald Combs <gerald@ethereal.com>
9  * Copyright 1998 Gerald Combs
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  * 
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  * 
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24  */
25
26 /* RFC 1051 */
27 #define ARCNET_PROTO_IP_1051    240
28 #define ARCNET_PROTO_ARP_1051   241
29
30 /* RFC 1201 */
31 #define ARCNET_PROTO_IP_1201    212
32 #define ARCNET_PROTO_ARP_1201   213
33 #define ARCNET_PROTO_RARP_1201  214
34
35 #define ARCNET_PROTO_IPX        250
36 #define ARCNET_PROTO_NOVELL_EC  236
37
38 #define ARCNET_PROTO_IPv6       196     /* or so BSD's arcnet.h claims */
39
40 /*
41  * Raw Ethernet over ARCNET - Linux's "if_arcnet.h" calls this
42  * "MS LanMan/WfWg 'NDIS' encapsuation".
43  */
44 #define ARCNET_PROTO_ETHERNET   232
45
46 #define ARCNET_PROTO_DATAPOINT_BOOT     0
47 #define ARCNET_PROTO_DATAPOINT_MOUNT    1
48 #define ARCNET_PROTO_POWERLAN_BEACON    8
49 #define ARCNET_PROTO_POWERLAN_BEACON2   243
50 #define ARCNET_PROTO_LANSOFT    251
51
52 #define ARCNET_PROTO_APPLETALK  221
53 #define ARCNET_PROTO_BANYAN     247     /* Banyan VINES */
54
55 #define ARCNET_PROTO_DIAGNOSE   128     /* as per ANSI/ATA 878.1 */
56
57 #define ARCNET_PROTO_BACNET     205