Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-e1ap.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-e1ap.h */
4 /* asn2wrs.py -q -L -p e1ap -c ./e1ap.cnf -s ./packet-e1ap-template -D . -O ../.. E1AP-CommonDataTypes.asn E1AP-Constants.asn E1AP-Containers.asn E1AP-IEs.asn E1AP-PDU-Contents.asn E1AP-PDU-Descriptions.asn */
5 
6 /* packet-e1ap.h
7  * Routines for E-UTRAN E1 Application Protocol (E1AP) 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_E1AP_H
17 #define PACKET_E1AP_H
18 
19 typedef struct {
20  guint32 message_type;
21  guint32 ProcedureCode;
22  guint32 ProtocolIE_ID;
23  guint32 ProtocolExtensionID;
24 } e1ap_ctx_t;
25 
26 
27 
28 #endif /* PACKET_E1AP_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  */
Definition: packet-e1ap.h:19