Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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 -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
/* Input file: packet-x2ap-template.h */
7
8
#line 1 "./asn1/x2ap/packet-x2ap-template.h"
9
/* packet-x2ap.h
10
* Routines for E-UTRAN X2 Application Protocol (S1AP) packet dissection
11
*
12
* Wireshark - Network traffic analyzer
13
* By Gerald Combs <gerald@wireshark.org>
14
* Copyright 1998 Gerald Combs
15
*
16
* SPDX-License-Identifier: GPL-2.0-or-later
17
*/
18
19
#ifndef PACKET_X2AP_H
20
#define PACKET_X2AP_H
21
22
23
/*--- Included file: packet-x2ap-exp.h ---*/
24
#line 1 "./asn1/x2ap/packet-x2ap-exp.h"
25
int
dissect_x2ap_MeNBResourceCoordinationInformation_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
26
int
dissect_x2ap_SgNBResourceCoordinationInformation_PDU(
tvbuff_t
*tvb _U_,
packet_info
*pinfo _U_,
proto_tree
*tree _U_,
void
*data _U_);
27
28
/*--- End of included file: packet-x2ap-exp.h ---*/
29
#line 15 "./asn1/x2ap/packet-x2ap-template.h"
30
31
#endif
/* PACKET_X2AP_H */
32
33
/*
34
* Editor modelines
35
*
36
* Local Variables:
37
* c-basic-offset: 2
38
* tab-width: 8
39
* indent-tabs-mode: nil
40
* End:
41
*
42
* ex: set shiftwidth=2 tabstop=8 expandtab:
43
* :indentSize=2:tabSize=8:noTabs=true:
44
*/
_packet_info
Definition:
packet_info.h:44
tvbuff
Definition:
tvbuff-int.h:35
_proto_node
Definition:
proto.h:759
Generated by
1.8.11