aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-carp.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-10 03:11:34 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-12-10 03:11:34 +0000
commitca174aedf2cbf66ff5da5401e9310588648498b6 (patch)
treed92d6e301166ecc36ff2331438210625d6abb6a5 /epan/dissectors/packet-carp.c
parentbabc735c3a59bc947dd17f95601495b8c95fd786 (diff)
Remove _U_ from dissect_carp's data argument; it's passed to test_carp_packet(), which doesn't actually use it, but dissect_carp technically does.
svn path=/trunk/; revision=53897
Diffstat (limited to 'epan/dissectors/packet-carp.c')
-rw-r--r--epan/dissectors/packet-carp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-carp.c b/epan/dissectors/packet-carp.c
index 85250fde2e..4b4aa88b37 100644
--- a/epan/dissectors/packet-carp.c
+++ b/epan/dissectors/packet-carp.c
@@ -80,7 +80,7 @@ test_carp_packet(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, vo
}
static int
-dissect_carp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
+dissect_carp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
int offset = 0;
gint carp_len;