Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-s1ap.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-s1ap.h */
4 /* asn2wrs.py -p s1ap -c ./s1ap.cnf -s ./packet-s1ap-template -D . -O ../.. S1AP-CommonDataTypes.asn S1AP-Constants.asn S1AP-Containers.asn S1AP-IEs.asn S1AP-PDU-Contents.asn S1AP-PDU-Descriptions.asn S1AP-SonTransfer-IEs.asn */
5 
6 /* Input file: packet-s1ap-template.h */
7 
8 #line 1 "./asn1/s1ap/packet-s1ap-template.h"
9 /* packet-s1ap.h
10  * Routines for E-UTRAN S1 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_S1AP_H
20 #define PACKET_S1AP_H
21 
22 typedef struct _s1ap_ctx_t {
23  guint32 message_type;
24  guint32 ProcedureCode;
25  guint32 ProtocolIE_ID;
26  guint32 ProtocolExtensionID;
27 } s1ap_ctx_t;
28 
29 extern const value_string s1ap_warningType_vals[];
30 extern const value_string s1ap_serialNumber_gs_vals[];
31 
32 void dissect_s1ap_warningMessageContents(tvbuff_t *warning_msg_tvb, proto_tree *tree, packet_info *pinfo, guint8 dcs, int hf_nb_pages, int hf_decoded_page);
33 
34 
35 /*--- Included file: packet-s1ap-exp.h ---*/
36 #line 1 "./asn1/s1ap/packet-s1ap-exp.h"
37 WS_DLL_PUBLIC const value_string s1ap_Cause_vals[];
38 WS_DLL_PUBLIC const value_string s1ap_CauseMisc_vals[];
39 WS_DLL_PUBLIC const value_string s1ap_CauseProtocol_vals[];
40 WS_DLL_PUBLIC const value_string s1ap_CauseRadioNetwork_vals[];
41 WS_DLL_PUBLIC const value_string s1ap_CauseTransport_vals[];
42 WS_DLL_PUBLIC const value_string s1ap_CauseNas_vals[];
43 extern const value_string s1ap_SONtransferRequestContainer_vals[];
44 extern const value_string s1ap_SONtransferResponseContainer_vals[];
45 int dissect_s1ap_Global_ENB_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
46 int dissect_s1ap_SONtransferRequestContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
47 int dissect_s1ap_SONtransferResponseContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
48 int dissect_s1ap_Global_ENB_ID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
49 int dissect_s1ap_ENB_StatusTransfer_TransparentContainer_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
50 int dissect_s1ap_UE_HistoryInformation_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
51 int dissect_s1ap_SONtransferApplicationIdentity_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
52 int dissect_s1ap_SONtransferRequestContainer_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
53 int dissect_s1ap_SONtransferResponseContainer_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
54 int dissect_s1ap_SONtransferCause_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
55 
56 /*--- End of included file: packet-s1ap-exp.h ---*/
57 #line 27 "./asn1/s1ap/packet-s1ap-template.h"
58 
59 #endif /* PACKET_S1AP_H */
60 
61 /*
62  * Editor modelines
63  *
64  * Local Variables:
65  * c-basic-offset: 2
66  * tab-width: 8
67  * indent-tabs-mode: nil
68  * End:
69  *
70  * ex: set shiftwidth=2 tabstop=8 expandtab:
71  * :indentSize=2:tabSize=8:noTabs=true:
72  */
Definition: packet_info.h:44
Definition: packet-s1ap-template.h:14
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: value_string.h:24
Definition: proto.h:759