aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
diff options
context:
space:
mode:
authorJan Spevak <jan.spevak@nokia.com>2017-02-03 11:07:12 +0100
committerAnders Broman <a.broman58@gmail.com>2017-02-10 20:27:02 +0000
commitd13da6c408bd3b8fe908bc90ea2b60f6059c388d (patch)
treeceaa186f0c277e42ac604e4833b36fddffd1f241 /epan/dissectors/packet-gtpv2.c
parent0bf7ba3de5a3d3b9de81506820dc3301cb96be0f (diff)
diameter_3gpp: added decoding of TWAN-Identifier AVP
Change-Id: Ib3adec4f7abbdd0313e0017f540044ac45a8883a Reviewed-on: https://code.wireshark.org/review/19930 Petri-Dish: Anders Broman <a.broman58@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-gtpv2.c')
-rw-r--r--epan/dissectors/packet-gtpv2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 41bfd28aca..cd5a7ad5a6 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -5827,7 +5827,8 @@ static const value_string gtpv2_twan_relay_id_type_vals[] = {
{ 1, "FQDN" },
{ 0, NULL }
};
-static void
+
+void
dissect_gtpv2_twan_identifier(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_)
{
int offset = 0;