Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
epan
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 */
Generated by
1.9.8