From 962c3b20c26b575168c0fc677594fe203e87917d Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Tue, 20 Sep 2016 14:35:38 +0200 Subject: [PATCH] [GTPv2] Export dissect_gtpv2_tai() Change-Id: If4daaf8d53734c00ba922ca61d21db3c09e859d1 Reviewed-on: https://code.wireshark.org/review/17818 Reviewed-by: Anders Broman --- epan/dissectors/packet-gtpv2.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epan/dissectors/packet-gtpv2.h b/epan/dissectors/packet-gtpv2.h index 09760b076b..6e6d55fb4b 100644 --- a/epan/dissectors/packet-gtpv2.h +++ b/epan/dissectors/packet-gtpv2.h @@ -27,5 +27,6 @@ extern void dissect_gtpv2_arp(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree extern void dissect_gtpv2_fq_csid(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_, session_args_t * args _U_); extern void dissect_gtpv2_selec_mode(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_, session_args_t * args _U_); extern void dissect_gtpv2_epc_timer(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_, session_args_t * args _U_); - +/*Used by custom dissector*/ +extern gchar* dissect_gtpv2_tai(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int *offset); extern value_string_ext gtpv2_cause_vals_ext;