aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.h
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2017-06-22 03:53:26 +0300
committerAnders Broman <a.broman58@gmail.com>2017-06-22 16:25:53 +0000
commit2954a69d7d5627bf330eb9bb05eb5a1274e01f3a (patch)
tree3c780478e2c590deb515d42e70cded4f14bd0abc /epan/dissectors/packet-s1ap.h
parentf24ffb0bcd12c3dce1e48b7a34c48a6be62c45e4 (diff)
sbc-ap: Dissect several IEs
Add dissection of the following IEs: - Serial-Number - Warning-Type - Data-Coding-Scheme - Warning-Message-Contents - Message-Identifier Reuse the code from S1AP wherever possible Change-Id: Icaf78b21532cf91fc2cd225d687a6a11813a20d8 Reviewed-on: https://code.wireshark.org/review/22352 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 */