Wireshark  4.3.0
The Wireshark network protocol analyzer
arcnet_pids.h
Go to the documentation of this file.
1 
13 #ifndef __ARCNET_PIDS_H__
14 #define __ARCNET_PIDS_H__
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
19 
20 /* RFC 1051 */
21 #define ARCNET_PROTO_IP_1051 240
22 #define ARCNET_PROTO_ARP_1051 241
23 
24 /* RFC 1201 */
25 #define ARCNET_PROTO_IP_1201 212
26 #define ARCNET_PROTO_ARP_1201 213
27 #define ARCNET_PROTO_RARP_1201 214
28 
29 #define ARCNET_PROTO_IPX 250
30 #define ARCNET_PROTO_NOVELL_EC 236
31 
32 #define ARCNET_PROTO_IPv6 196 /* or so BSD's arcnet.h claims */
33 
34 /*
35  * Raw Ethernet over ARCNET - Linux's "if_arcnet.h" calls this
36  * "MS LanMan/WfWg 'NDIS' encapsuation".
37  */
38 #define ARCNET_PROTO_ETHERNET 232
39 
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
45 
46 #define ARCNET_PROTO_APPLETALK 221
47 #define ARCNET_PROTO_BANYAN 247 /* Banyan VINES */
48 
49 #define ARCNET_PROTO_DIAGNOSE 128 /* as per ANSI/ATA 878.1 */
50 
51 #define ARCNET_PROTO_BACNET 205
52 
53 #ifdef __cplusplus
54 }
55 #endif /* __cplusplus */
56 
57 #endif /* arcnet_pids.h */