Wireshark  4.3.0
The Wireshark network protocol analyzer
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  */
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35