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
bridged_pids.h
Go to the documentation of this file.
1
13
#ifndef __BRIDGED_PID_H__
14
#define __BRIDGED_PID_H__
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
/* __cplusplus */
19
20
#define BPID_ETH_WITH_FCS 0x0001
/* 802.3/Ethernet with preserved FCS */
21
#define BPID_ETH_WITHOUT_FCS 0x0007
/* 802.3/Ethernet without preserved FCS */
22
23
#define BPID_802_4_WITH_FCS 0x0002
/* 802.4 with preserved FCS */
24
#define BPID_802_4_WITHOUT_FCS 0x0008
/* 802.4 without preserved FCS */
25
26
#define BPID_802_5_WITH_FCS 0x0003
/* 802.5 with preserved FCS */
27
#define BPID_802_5_WITHOUT_FCS 0x0009
/* 802.5 without preserved FCS */
28
29
#define BPID_FDDI_WITH_FCS 0x0004
/* FDDI with preserved FCS */
30
#define BPID_FDDI_WITHOUT_FCS 0x000A
/* FDDI without preserved FCS */
31
32
#define BPID_802_6_WITH_FCS 0x0005
/* 802.6 with preserved FCS */
33
#define BPID_802_6_WITHOUT_FCS 0x000B
/* 802.6 without preserved FCS */
34
35
#define BPID_FRAGMENTS 0x000D
36
37
#define BPID_BPDU 0x000E
/* 802.1(d) or 802.1(g) BPDUs */
38
39
#define BPID_SR_BPDU 0x000F
/* Source Routing BPDUs */
40
41
#ifdef __cplusplus
42
}
43
#endif
/* __cplusplus */
44
45
#endif
/* bridged_pid.h */
Generated by
1.9.8