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-x2ap.h
1
/* Do not modify this file. Changes will be overwritten. */
2
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3
/* packet-x2ap.h */
4
/* asn2wrs.py -q -L -p x2ap -c ./x2ap.cnf -s ./packet-x2ap-template -D . -O ../.. X2AP-CommonDataTypes.asn X2AP-Constants.asn X2AP-Containers.asn X2AP-IEs.asn X2AP-PDU-Contents.asn X2AP-PDU-Descriptions.asn */
5
6
/* packet-x2ap.h
7
* Routines for E-UTRAN X2 Application Protocol (X2AP) 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_X2AP_H
17
#define PACKET_X2AP_H
18
19
int
dissect_x2ap_MeNBResourceCoordinationInformation_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
20
int
dissect_x2ap_ProtectedEUTRAResourceIndication_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
21
int
dissect_x2ap_SgNBResourceCoordinationInformation_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
22
int
dissect_x2ap_EUTRANRCellResourceCoordinationRequest_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
23
int
dissect_x2ap_EUTRANRCellResourceCoordinationResponse_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
24
25
#endif
/* PACKET_X2AP_H */
26
27
/*
28
* Editor modelines
29
*
30
* Local Variables:
31
* c-basic-offset: 2
32
* tab-width: 8
33
* indent-tabs-mode: nil
34
* End:
35
*
36
* ex: set shiftwidth=2 tabstop=8 expandtab:
37
* :indentSize=2:tabSize=8:noTabs=true:
38
*/
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:906
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8