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-ubx-galileo_e1b_inav.h
1
/* packet-ubx-galileo_e1b_inav.h
2
* u-blox UBX protocol dissection.
3
*
4
* By Timo Warns <timo.warns@gmail.com>
5
* Copyright 2024 Timo Warns
6
*
7
* Wireshark - Network traffic analyzer
8
* By Gerald Combs <gerald@unicom.net>
9
* Copyright 1998 Gerald Combs
10
*
11
* SPDX-License-Identifier: GPL-2.0-or-later
12
*/
13
14
#ifndef PACKET_UBX_GALILEO_L1B_INAV_H
15
#define PACKET_UBX_H
16
17
#include <
wsutil/pint.h
>
18
#include <
epan/value_string.h
>
19
20
extern
const
value_string
DAY_NUMBER[];
21
22
extern
void
fmt_a0(
char
*label, int64_t c);
23
extern
void
fmt_a1(
char
*label, int32_t c);
24
extern
void
fmt_lat_correction(
char
*label, int32_t c);
25
extern
void
fmt_semi_circles_rate(
char
*label, int32_t c);
26
27
#endif
pint.h
_value_string
Definition
value_string.h:25
value_string.h
Generated by
1.9.8