aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-21 01:52:09 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-21 01:52:09 +0000
commite88b3ccb323aa7df6f1c89ff56c28cdfb4b1265a (patch)
tree5fdb47d4231b1f6e1095cd959bf4f60b60866ecc /epan/dissectors/packet-gtp.c
parentbc3abb6aceefa058ed8b97a66a113834eb34f75e (diff)
remove sprintf from gsm_a
svn path=/trunk/; revision=15492
Diffstat (limited to 'epan/dissectors/packet-gtp.c')
-rw-r--r--epan/dissectors/packet-gtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-gtp.c b/epan/dissectors/packet-gtp.c
index 910a9f5272..1be5079616 100644
--- a/epan/dissectors/packet-gtp.c
+++ b/epan/dissectors/packet-gtp.c
@@ -2837,7 +2837,7 @@ decode_gtp_mm_cntxt(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tre
/*
* 3GPP TS 24.008 10.5.5.6 ( see packet-gsm_a.c )
*/
- de_gmm_drx_param(tvb, ext_tree_mm, offset, 2, NULL);
+ de_gmm_drx_param(tvb, ext_tree_mm, offset, 2, NULL, 0);
offset = offset +2;
len = tvb_get_guint8(tvb, offset);
@@ -2853,7 +2853,7 @@ decode_gtp_mm_cntxt(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tre
/*
* GPP TS 24.008 10.5.5.12 ( see packet-gsm_a.c )
*/
- de_gmm_ms_net_cap(tvb, tf_tree, offset, len, NULL);
+ de_gmm_ms_net_cap(tvb, tf_tree, offset, len, NULL, 0);
offset = offset +len;
/* Container contains one or several optional information elements as described in the clause 'Overview',