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-link16.h
1
/* packet-link16.h
2
* Routines for Link 16 message dissection (MIL-STD-6016)
3
* William Robertson <aliask@gmail.com>
4
* Peter Ross <peter.ross@dsto.defence.gov.au>
5
*
6
* SPDX-License-Identifier: GPL-2.0-or-later
7
*/
8
9
#ifndef __PACKET_LINK16_H__
10
#define __PACKET_LINK16_H__
11
12
extern
const
value_string
Link16_NPG_Strings[];
13
14
typedef
struct
{
15
int
label;
16
int
sublabel;
17
int
extension;
18
}
Link16State
;
14
typedef
struct
{
…
};
19
20
#endif
/* __PACKET_LINK16_H__ */
_value_string
Definition
value_string.h:25
Link16State
Definition
packet-link16.h:14
Generated by
1.9.8