summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-wccp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wccp.c')
-rw-r--r--epan/dissectors/packet-wccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wccp.c b/epan/dissectors/packet-wccp.c
index 7e98f46113..9d423ad117 100644
--- a/epan/dissectors/packet-wccp.c
+++ b/epan/dissectors/packet-wccp.c
@@ -280,7 +280,7 @@ static gboolean dissect_wccp2_alt_assignment_info(tvbuff_t *tvb, int offset,
int length, packet_info *pinfo, proto_tree *info_tree, proto_item *info_item);
static int
-dissect_wccp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_wccp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
int offset = 0;
proto_tree *wccp_tree = NULL;