Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-arcnet.h
Go to the documentation of this file.
1
13#ifndef __PACKET_ARCNET_H__
14#define __PACKET_ARCNET_H__
15
16/* RFC 1051 */
17#define ARCNET_PROTO_IP_1051 240
18#define ARCNET_PROTO_ARP_1051 241
19
20/* RFC 1201 */
21#define ARCNET_PROTO_IP_1201 212
22#define ARCNET_PROTO_ARP_1201 213
23#define ARCNET_PROTO_RARP_1201 214
24
25#define ARCNET_PROTO_IPX 250
26#define ARCNET_PROTO_NOVELL_EC 236
27
28#define ARCNET_PROTO_IPv6 196 /* or so BSD's arcnet.h claims */
29
30/*
31 * Raw Ethernet over ARCNET - Linux's "if_arcnet.h" calls this
32 * "MS LanMan/WfWg 'NDIS' encapsulation".
33 */
34#define ARCNET_PROTO_ETHERNET 232
35
36#define ARCNET_PROTO_DATAPOINT_BOOT 0
37#define ARCNET_PROTO_DATAPOINT_MOUNT 1
38#define ARCNET_PROTO_POWERLAN_BEACON 8
39#define ARCNET_PROTO_POWERLAN_BEACON2 243
40#define ARCNET_PROTO_LANSOFT 251
41
42#define ARCNET_PROTO_APPLETALK 221
43#define ARCNET_PROTO_BANYAN 247 /* Banyan VINES */
44
45#define ARCNET_PROTO_DIAGNOSE 128 /* as per ANSI/ATA 878.1 */
46
47#define ARCNET_PROTO_BACNET 205
48
49#endif /* packet_arcnet.h */