summaryrefslogtreecommitdiff
path: root/epan/dissectors/asn1/s1ap/packet-s1ap-template.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/s1ap/packet-s1ap-template.h')
-rw-r--r--epan/dissectors/asn1/s1ap/packet-s1ap-template.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/s1ap/packet-s1ap-template.h b/epan/dissectors/asn1/s1ap/packet-s1ap-template.h
index 51be20e70e..45348f1bd7 100644
--- a/epan/dissectors/asn1/s1ap/packet-s1ap-template.h
+++ b/epan/dissectors/asn1/s1ap/packet-s1ap-template.h
@@ -30,6 +30,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);
#include "packet-s1ap-exp.h"