summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-s1ap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-s1ap.h')
-rw-r--r--epan/dissectors/packet-s1ap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/dissectors/packet-s1ap.h b/epan/dissectors/packet-s1ap.h
index 8a175927ef..8da5fb4a09 100644
--- a/epan/dissectors/packet-s1ap.h
+++ b/epan/dissectors/packet-s1ap.h
@@ -38,6 +38,10 @@ typedef struct _s1ap_ctx_t {
guint32 ProtocolExtensionID;
} s1ap_ctx_t;
+extern const value_string s1ap_warningType_vals[];
+extern const value_string s1ap_serialNumber_gs_vals[];
+
+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);
/*--- Included file: packet-s1ap-exp.h ---*/
@@ -62,7 +66,7 @@ int dissect_s1ap_SONtransferResponseContainer_PDU(tvbuff_t *tvb _U_, packet_info
int dissect_s1ap_SONtransferCause_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, void *data _U_);
/*--- End of included file: packet-s1ap-exp.h ---*/
-#line 35 "./asn1/s1ap/packet-s1ap-template.h"
+#line 39 "./asn1/s1ap/packet-s1ap-template.h"
#endif /* PACKET_S1AP_H */