aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-03-03 07:20:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-03-03 07:20:34 +0000
commit675d79871e344cbb744c8948fb51866190e30703 (patch)
tree1ca68404035c29887788ac4f0e2671ad22ccec0b /epan/dissectors/packet-s1ap.h
parent2ea51a7ad2af658564591e5a7277c3aac28a1b99 (diff)
Export SONtransferRequestContaine, SONtransferResponseContainerand and Global-ENB-ID
svn path=/trunk/; revision=36130
Diffstat (limited to 'epan/dissectors/packet-s1ap.h')
-rw-r--r--epan/dissectors/packet-s1ap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-s1ap.h b/epan/dissectors/packet-s1ap.h
index 6e48166c48..3d511c4761 100644
--- a/epan/dissectors/packet-s1ap.h
+++ b/epan/dissectors/packet-s1ap.h
@@ -41,6 +41,11 @@ WS_VAR_IMPORT const value_string s1ap_CauseProtocol_vals[];
WS_VAR_IMPORT const value_string s1ap_CauseRadioNetwork_vals[];
WS_VAR_IMPORT const value_string s1ap_CauseTransport_vals[];
WS_VAR_IMPORT const value_string s1ap_CauseNas_vals[];
+extern const value_string s1ap_SONtransferRequestContainer_vals[];
+extern const value_string s1ap_SONtransferResponseContainer_vals[];
+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_);
+int dissect_s1ap_SONtransferRequestContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
+int dissect_s1ap_SONtransferResponseContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_s1ap_Global_ENB_ID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
int dissect_s1ap_ENB_StatusTransfer_TransparentContainer_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
int dissect_s1ap_SONtransferApplicationIdentity_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);