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
plugins
epan
unistim
defines.h
1
/* defines.h
2
* Contains all bitmask defines for unistim dissecting
3
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <gerald@wireshark.org>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef UNISTIM_DEFINES
13
#define UNISTIM_DEFINES
14
15
16
17
#define QUERY_AUDIO_MGR_ATTRIBUTES 0x01
18
#define QUERY_AUDIO_MGR_OPTIONS 0x02
19
#define QUERY_AUDIO_MGR_ALERTING 0x04
20
#define QUERY_AUDIO_MGR_ADJ_RX_VOL 0x08
21
#define QUERY_AUDIO_MGR_DEF_RX_VOL 0x10
22
#define QUERY_AUDIO_MGR_HANDSET 0x40
23
#define QUERY_AUDIO_MGR_HEADSET 0x80
24
#define AUDIO_MGR_OPTS_MAX_VOL 0x01
25
#define AUDIO_MGR_ADJ_VOL 0x02
26
#define AUDIO_MGR_AUTO_RX_VOL_RPT 0x04
27
#define AUDIO_MGR_HS_ON_AIR 0x08
28
#define AUDIO_MGR_HD_ON_AIR 0x10
29
#define AUDIO_MGR_NOISE_SQUELCH 0x20
30
#define AUDIO_MGR_MUTE 0x01
31
#define AUDIO_MGR_TX_RX 0x02
32
#define AUDIO_MGR_ATTENUATED 0x08
33
#define AUDIO_MGR_VISUAL_TONE 0x01
34
#define AUDIO_STREAM_BASED_TONE_RX_TX 0x40
35
#define AUDIO_STREAM_BASED_TONE_MUTE 0x80
36
#define AUDIO_VOCODER_CONFIG_PARAM 0x3f
37
#define AUDIO_VOCODER_CONFIG_ENTITY 0xc0
38
#define AUDIO_VOCODER_ANNEXA 0x01
39
#define AUDIO_VOCODER_ANNEXB 0x02
40
#define AUDIO_TYPE_OF_SERVICE 0x0f
41
#define AUDIO_PRECENDENCE 0x70
42
#define AUDIO_FRF_11 0x80
43
#define AUDIO_RTCP_BUCKET_ID 0x0f
44
#define AUDIO_CLEAR_BUCKET 0x10
45
#define AUDIO_TRANSDUCER_PAIR_ID 0x3f
46
#define AUDIO_RX_ENABLE 0x40
47
#define AUDIO_TX_ENABLE 0x80
48
#define AUDIO_APB_NUMBER 0x0f
49
#define AUDIO_SIDETONE_DISABLE 0x10
50
#define AUDIO_DESTRUCT_ADD 0x20
51
#define AUDIO_DONT_FORCE_ACTIVE 0x40
52
#define AUDIO_SOURCE_DESCRIPTION 0x0f
53
#define AUDIO_SDES_RTCP_BUCKET 0xf0
54
#define AUDIO_DIRECTION_CODE 0x03
55
#define AUDIO_HF_SUPPORT 0x01
56
#define AUDIO_ENABLED_MAX_TONE 0x01
57
#define AUDIO_ENABLED_ADJ_VOL 0x02
58
#define AUDIO_AUTO_ADJ_RX_REP 0x04
59
#define AUDIO_HS_ON_AIR_FEATURE 0x08
60
#define AUDIO_HD_ON_AIR_FEATURE 0x10
61
#define AUDIO_NOISE_SQUELCH_DIS 0x20
62
#define AUDIO_APB_VOL_RPT 0x1f
63
#define AUDIO_VOL_UP_RPT 0x20
64
#define AUDIO_VOL_FLR_RPT 0x40
65
#define AUDIO_VOL_CEIL_RPT 0x80
66
#define AUDIO_ALERT_CADENCE_SEL 0x07
67
#define AUDIO_ALERT_WARBLER_SEL 0x38
68
#define AUDIO_SDES_INFO_RPT_DESC 0x0f
69
#define AUDIO_SDES_INFO_RPT_BUK 0xf0
70
#define AUDIO_STREAM_DIRECTION 0x03
71
#define AUDIO_STREAM_DIRECTION_RX 0x01
72
#define AUDIO_STREAM_DIRECTION_TX 0x02
73
#define AUDIO_STREAM_STATE 0x01
74
75
76
#define BASIC_QUERY_ATTRIBUTES 0x01
77
#define BASIC_QUERY_OPTIONS 0x02
78
#define BASIC_QUERY_FW 0x04
79
#define BASIC_QUERY_HW_ID 0x08
80
#define BASIC_QUERY_IT_TYPE 0x10
81
#define BASIC_QUERY_PROD_ENG_CODE 0x40
82
#define BASIC_QUERY_GRAY_MKT_INFO 0x80
83
#define BASIC_OPTION_SECURE 0x01
84
85
86
87
88
#define QUERY_NETWORK_MANAGER_DIAGNOSTIC 0x01
89
#define QUERY_NETWORK_MANAGER_MANAGERS 0x02
90
#define QUERY_NETWORK_MANAGER_ATTRIBUTES 0x04
91
#define QUERY_NETWORK_MANAGER_SERVER_INFO 0x08
92
#define QUERY_NETWORK_MANAGER_OPTIONS 0x10
93
#define QUERY_NETWORK_MANAGER_SANITY 0x80
94
#define NETWORK_MANAGER_ENABLE_DIAG 0x01
95
#define NETWORK_MANAGER_ENABLE_RUDP 0x02
96
#define RX_BUFFER_OVERFLOW 0x01
97
#define TX_BUFFER_OVERFLOW 0x02
98
#define RX_UNEXPECT_EMPTY 0x08
99
#define INVALID_MSG 0x20
100
#define EEPROM_INSANE 0x40
101
#define EEPROM_UNSAFE 0x80
102
#define NETWORK_MGR_REPORT_DIAG 0x01
103
#define NETWORK_MGR_REPORT_RUDP 0x02
104
105
106
107
108
#define DISPLAY_WRITE_ADDRESS_NUMERIC_FLAG 0x01
109
#define DISPLAY_WRITE_ADDRESS_CONTEXT_FLAG 0x02
110
#define DISPLAY_WRITE_ADDRESS_LINE_FLAG 0x04
111
#define DISPLAY_WRITE_ADDRESS_SOFT_KEY_FLAG 0x08
112
#define DISPLAY_WRITE_ADDRESS_SOFT_LABEL_FLAG 0x10
113
#define DISPLAY_WRITE_ADDRESS_SOFT_KEY_ID 0xe0
114
#define DISPLAY_WRITE_ADDRESS_CHAR_POS 0x1f
115
#define DISPLAY_WRITE_ADDRESS_LINE_NUM 0xe0
116
#define DISPLAY_WRITE_CURSOR_MOVE 0x01
117
#define DISPLAY_WRITE_CLEAR_LEFT 0x02
118
#define DISPLAY_WRITE_CLEAR_RIGHT 0x04
119
#define DISPLAY_WRITE_SHIFT_LEFT 0x08
120
#define DISPLAY_WRITE_SHIFT_RIGHT 0x10
121
#define DISPLAY_WRITE_HIGHLIGHT 0x20
122
#define DISPLAY_CURSOR_BLINK 0x80
123
#define DISPLAY_CURSOR_MOVE_CMD 0x0f
124
125
#define DISPLAY_CLEAR_NUMERIC 0x01
126
#define DISPLAY_CLEAR_CONTEXT 0x02
127
#define DISPLAY_CLEAR_DATE 0x04
128
#define DISPLAY_CLEAR_TIME 0x08
129
#define DISPLAY_CLEAR_LINE 0x10
130
#define DISPLAY_CLEAR_STATUS_BAR_ICON 0x20
131
#define DISPLAY_CLEAR_SOFTKEY 0x40
132
#define DISPLAY_CLEAR_SOFTKEY_LABEL 0x80
133
134
#define DISPLAY_CLEAR_LINE_1 0x01
135
#define DISPLAY_CLEAR_LINE_2 0x02
136
#define DISPLAY_CLEAR_LINE_3 0x04
137
#define DISPLAY_CLEAR_LINE_4 0x08
138
#define DISPLAY_CLEAR_LINE_5 0x10
139
#define DISPLAY_CLEAR_LINE_6 0x20
140
#define DISPLAY_CLEAR_LINE_7 0x40
141
#define DISPLAY_CLEAR_LINE_8 0x80
142
143
#define DISPLAY_STATUS_BAR_ICON_1 0x01
144
#define DISPLAY_STATUS_BAR_ICON_2 0x02
145
#define DISPLAY_STATUS_BAR_ICON_3 0x04
146
#define DISPLAY_STATUS_BAR_ICON_4 0x08
147
#define DISPLAY_STATUS_BAR_ICON_5 0x10
148
#define DISPLAY_STATUS_BAR_ICON_6 0x20
149
#define DISPLAY_STATUS_BAR_ICON_7 0x40
150
#define DISPLAY_STATUS_BAR_ICON_8 0x80
151
#define DISPLAY_ICON_ID 0x1f
152
153
#define DISPLAY_SOFT_KEY_1 0x01
154
#define DISPLAY_SOFT_KEY_2 0x02
155
#define DISPLAY_SOFT_KEY_3 0x04
156
#define DISPLAY_SOFT_KEY_4 0x08
157
#define DISPLAY_SOFT_KEY_5 0x10
158
#define DISPLAY_SOFT_KEY_6 0x20
159
#define DISPLAY_SOFT_KEY_7 0x40
160
#define DISPLAY_SOFT_KEY_8 0x80
161
162
#define DISPLAY_CLEAR_SK_LABEL_KEY_ID 0x1f
163
#define DISPLAY_CLEAR_ALL_SLKS 0x20
164
165
#define KEY_LED_CADENCE 0x07
166
#define KEY_LED_ID 0x18
167
168
#define DISPLAY_LINE_WIDTH 0x1f
169
#define DISPLAY_LINES 0xe0
170
#define DISPLAY_SKEY_WIDTH 0x0f
171
#define DISPLAY_SKEYS 0x70
172
#define DISPLAY_ICON 0x80
173
#define DISPLAY_SOFTLABEL_WIDTH 0x0f
174
#define DISPLAY_CONTEXT_WIDTH 0xf0
175
#define DISPLAY_NUMERIC_WIDTH 0x03
176
#define DISPLAY_TIME_WIDTH 0x1c
177
#define DISPLAY_DATE_WIDTH 0xe0
178
#define DISPLAY_CHAR_DLOAD 0x0f
179
#define DISPLAY_FFORM_ICON_DLOAD 0x70
180
#define DISPLAY_ICON_TYPE 0x80
181
#define DISPLAY_CHARSET 0x0f
182
#define DISPLAY_CURSOR_NUMERIC 0x01
183
#define DISPLAY_CURSOR_CONTEXT 0x02
184
#define DISPLAY_CURSOR_LINE 0x04
185
#define DISPLAY_CURSOR_SKEY 0x08
186
#define DISPLAY_CURSOR_SKEY_ID 0xe0
187
#define DISPLAY_CURSOR_CHAR_POS 0x1f
188
#define DISPLAY_CURSOR_LINE_NUM 0xe0
189
#define DISPLAY_TIME_FORMAT 0x03
190
#define DISPLAY_DATE_FORMAT 0x0c
191
#define DISPLAY_USE_DATE_FORMAT 0x20
192
#define DISPLAY_USE_TIME_FORMAT 0x10
193
#define DISPLAY_CTX_FORMAT 0x0f
194
#define DISPLAY_CTX_FIELD 0x30
195
#define DISPLAY_LAYER_SKEY_ID 0x07
196
#define DISPLAY_LAYER_ALL_SKEYS 0x80
197
#define DISPLAY_ONE_OR_CYCLIC 0x80
198
199
#define DISPLAY_CALL_TIMER_MODE 0x01
200
#define DISPLAY_CALL_TIMER_RESET 0x02
201
#define DISPLAY_CALL_TIMER_DISPLAY 0x04
202
#define DISPLAY_CALL_TIMER_DELAY 0x08
203
#define DISPLAY_CALL_TIMER_ID 0x3f
204
205
#define KEY_NUM_PROG_KEYS 0x1f
206
#define KEY_NUM_SOFT_KEYS 0xe0
207
#define KEY_HD_KEY_EXISTS 0x01
208
#define KEY_MUTE_KEY_EXISTS 0x02
209
#define KEY_QUIT_KEY_EXISTS 0x04
210
#define KEY_COPY_KEY_EXISTS 0x08
211
#define KEY_MWI_EXISTS 0x10
212
#define KEY_NUM_NAV_KEYS 0x03
213
#define KEY_NUM_CONSPIC_KEYS 0x1c
214
#define KEY_SEND_KEY_RELEASE 0x01
215
#define KEY_ENABLE_VOL_KEY 0x02
216
#define KEY_CONSPIC_PROG_KEY0 0x08
217
#define KEY_ACD_SUP_CONTROL 0x10
218
#define KEY_LOCAL_DIAL_PAD_FEED 0x60
219
#define KEY_ADMIN_CMD 0xe0
220
221
#define NETWORK_FILE_XFER_MODE 0x1f
222
#define NETWORK_FORCE_DLOAD 0x20
223
#define NETWORK_USE_FSERV_PORT 0x40
224
#define NETWORK_USE_LOCAL_PORT 0x80
225
226
227
228
#endif
Generated by
1.9.8