3 * ARCNET protocol ID values
4 * Copyright 2001-2002, Peter Fales <ethereal@fales-lorenz.net>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __ARCNET_PIDS_H__
14 #define __ARCNET_PIDS_H__
18 #endif /* __cplusplus */
21 #define ARCNET_PROTO_IP_1051 240
22 #define ARCNET_PROTO_ARP_1051 241
25 #define ARCNET_PROTO_IP_1201 212
26 #define ARCNET_PROTO_ARP_1201 213
27 #define ARCNET_PROTO_RARP_1201 214
29 #define ARCNET_PROTO_IPX 250
30 #define ARCNET_PROTO_NOVELL_EC 236
32 #define ARCNET_PROTO_IPv6 196 /* or so BSD's arcnet.h claims */
35 * Raw Ethernet over ARCNET - Linux's "if_arcnet.h" calls this
36 * "MS LanMan/WfWg 'NDIS' encapsuation".
38 #define ARCNET_PROTO_ETHERNET 232
40 #define ARCNET_PROTO_DATAPOINT_BOOT 0
41 #define ARCNET_PROTO_DATAPOINT_MOUNT 1
42 #define ARCNET_PROTO_POWERLAN_BEACON 8
43 #define ARCNET_PROTO_POWERLAN_BEACON2 243
44 #define ARCNET_PROTO_LANSOFT 251
46 #define ARCNET_PROTO_APPLETALK 221
47 #define ARCNET_PROTO_BANYAN 247 /* Banyan VINES */
49 #define ARCNET_PROTO_DIAGNOSE 128 /* as per ANSI/ATA 878.1 */
51 #define ARCNET_PROTO_BACNET 205
55 #endif /* __cplusplus */
57 #endif /* arcnet_pids.h */