Wireshark
4.7.0
The Wireshark network protocol analyzer
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 <
[email protected]
>
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
#include <
epan/asn1.h
>
20
21
int
dissect_x2ap_MeNBResourceCoordinationInformation_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
22
int
dissect_x2ap_ProtectedEUTRAResourceIndication_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
23
int
dissect_x2ap_SgNBResourceCoordinationInformation_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
24
int
dissect_x2ap_EUTRANRCellResourceCoordinationRequest_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
25
int
dissect_x2ap_EUTRANRCellResourceCoordinationResponse_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
26
27
#endif
/* PACKET_X2AP_H */
28
29
/*
30
* Editor modelines
31
*
32
* Local Variables:
33
* c-basic-offset: 2
34
* tab-width: 8
35
* indent-tabs-mode: nil
36
* End:
37
*
38
* ex: set shiftwidth=2 tabstop=8 expandtab:
39
* :indentSize=2:tabSize=8:noTabs=true:
40
*/
asn1.h
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:907
tvbuff
Definition
tvbuff-int.h:36
Generated by
1.9.8