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
l
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-lppa.h
1
/* Do not modify this file. Changes will be overwritten. */
2
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3
/* packet-lppa.h */
4
/* asn2wrs.py -q -L -p lppa -c ./lppa.cnf -s ./packet-lppa-template -D . -O ../.. LPPA-CommonDataTypes.asn LPPA-Constants.asn LPPA-Containers.asn LPPA-IEs.asn LPPA-PDU-Contents.asn LPPA-PDU-Descriptions.asn */
5
6
/* packet-lppa.h
7
* Routines for 3GPP LTE Positioning Protocol A (LLPa) packet dissection
8
*
9
* Wireshark - Network traffic analyzer
10
* By Gerald Combs <gerald@wireshark.org>
11
* Copyright 1998 Gerald Combs
12
*
13
* SPDX-License-Identifier: GPL-2.0-or-later
14
*/
15
16
#ifndef PACKET_LPPA_H
17
#define PACKET_LPPA_H
18
19
typedef
struct
_lppa_ctx_t
{
20
uint32_t message_type;
21
uint32_t ProcedureCode;
22
uint32_t ProtocolIE_ID;
23
uint32_t ProtocolExtensionID;
24
}
lppa_ctx_t
;
19
typedef
struct
_lppa_ctx_t
{
…
};
25
26
27
28
#endif
/* PACKET_LPPA_H */
29
30
/*
31
* Editor modelines
32
*
33
* Local Variables:
34
* c-basic-offset: 2
35
* tab-width: 8
36
* indent-tabs-mode: nil
37
* End:
38
*
39
* ex: set shiftwidth=2 tabstop=8 expandtab:
40
* :indentSize=2:tabSize=8:noTabs=true:
41
*/
_lppa_ctx_t
Definition
packet-lppa.h:19
Generated by
1.9.8