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
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
dissectors
packet-s5066sis.h
1
/* packet-s5066sis.h
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef __PACKET_S5066SIS_H__
11
#define __PACKET_S5066SIS_H__
12
13
/* S5066 Client Application IDs */
14
#define S5066_CLIENT_BFTP 0x1002
15
#define S5066_CLIENT_FRAP 0x100B
16
#define S5066_CLIENT_FRAP_V2 0x100C
17
#define S5066_CLIENT_S4406_ANNEX_E_TMI_1_P_MUL 0x2000
18
#define S5066_CLIENT_S4406_ANNEX_E_TMI_2 0x2001
19
#define S5066_CLIENT_S4406_ANNEX_E_TMI_3 0x2002
20
#define S5066_CLIENT_S4406_ANNEX_E_TMI_4_DMP 0x2003
/* TMI-4 is updated with DMP spec. */
21
#define S5066_CLIENT_S4406_ANNEX_E_TMI_5_ACP_127 0x2004
22
23
#endif
/* PACKET_S5066SIS_H */
24
25
/*
26
* Editor modelines - https://www.wireshark.org/tools/modelines.html
27
*
28
* Local variables:
29
* c-basic-offset: 8
30
* tab-width: 8
31
* indent-tabs-mode: t
32
* End:
33
*
34
* vi: set shiftwidth=8 tabstop=8 noexpandtab:
35
* :indentSize=8:tabSize=8:noTabs=false:
36
*/
Generated by
1.9.8