aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-10-30 10:18:17 -0700
committerGuy Harris <guy@alum.mit.edu>2015-10-30 17:20:37 +0000
commitd6dd50b1e33de97ed540efdf984ac1564b9c84ef (patch)
tree6e5af7e224ed6d76011592bd16ef0d06fa913597 /epan
parent0cff6d63098cd7e4f674817025d98cc1b5657022 (diff)
The item argument is used.
Change-Id: I066c8364bcd12d78b41c336b42f235bdfe112515 Reviewed-on: https://code.wireshark.org/review/11441 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 02377c0d52..3e2c591fef 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -5733,7 +5733,7 @@ dissect_gtpv2_overload_control_inf(tvbuff_t *tvb, packet_info *pinfo _U_, proto_
* 8.112 Load Control Information
*/
static void
-dissect_gtpv2_load_control_inf(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_)
+dissect_gtpv2_load_control_inf(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item, guint16 length _U_, guint8 message_type _U_, guint8 instance _U_)
{
int offset = 0;
tvbuff_t *new_tvb;