20 uint32_t message_type;
21 uint32_t ProcedureCode;
22 uint32_t ProtocolIE_ID;
23 uint32_t ProtocolExtensionID;
29void dissect_s1ap_warningMessageContents(
tvbuff_t *warning_msg_tvb,
proto_tree *tree,
packet_info *pinfo, uint8_t dcs,
int hf_nb_pages,
int hf_decoded_page);
33WS_DLL_PUBLIC
const value_string s1ap_CauseProtocol_vals[];
34WS_DLL_PUBLIC
const value_string s1ap_CauseRadioNetwork_vals[];
35WS_DLL_PUBLIC
const value_string s1ap_CauseTransport_vals[];
37extern const value_string s1ap_SONtransferRequestContainer_vals[];
38extern const value_string s1ap_SONtransferResponseContainer_vals[];
40int dissect_s1ap_SONtransferRequestContainer(
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
41int dissect_s1ap_SONtransferResponseContainer(
tvbuff_t *tvb _U_,
int offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
53int dissect_s1ap_SourceeNB_ToTargeteNB_TransparentContainer_PDU(
tvbuff_t *tvb _U_,
packet_info *pinfo _U_,
proto_tree *tree _U_,
void *data _U_);
54int dissect_s1ap_TargeteNB_ToSourceeNB_TransparentContainer_PDU(
tvbuff_t *tvb _U_,
packet_info *pinfo _U_,
proto_tree *tree _U_,
void *data _U_);
Definition packet_info.h:43
Definition packet-s1ap.h:19
Definition value_string.h:25
Definition tvbuff-int.h:35