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-gmr1_rr.h
1
/* packet-gmr1_rr.h
2
*
3
* Exported routines for GMR-1 Radio Resource dissection in wireshark.
4
* Copyright (c) 2011 Sylvain Munaut <tnt@246tNt.com>
5
*
6
* References:
7
* [1] ETSI TS 101 376-4-8 V1.3.1 - GMR-1 04.008
8
* [2] ETSI TS 101 376-4-8 V2.2.1 - GMPRS-1 04.008
9
* [3] ETSI TS 101 376-4-8 V3.1.1 - GMR-1 3G 44.008
10
* [4] ETSI TS 100 940 V7.21.0 - GSM 04.08
11
* [5] ETSI TS 101 376-4-12 V3.2.1 - GMR-1 3G 44.060
12
* [6] ETSI TS 101 376-5-6 V1.3.1 - GMR-1 05.008
13
*
14
* Wireshark - Network traffic analyzer
15
* By Gerald Combs <gerald@wireshark.org>
16
* Copyright 1998 Gerald Combs
17
*
18
* SPDX-License-Identifier: GPL-2.0-or-later
19
*/
20
21
#ifndef __PACKET_GMR1_RR_H__
22
#define __PACKET_GMR1_RR_H__
23
24
extern
void
25
gmr1_get_msg_rr_params(uint8_t oct,
int
dcch,
const
char
**msg_str,
26
int
*ett_tree,
int
*hf_idx, gmr1_msg_func_t *msg_func_p);
27
28
#endif
/* __PACKET_GMR1_RR_H__ */
Generated by
1.9.8