aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-skype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-skype.c b/epan/dissectors/packet-skype.c
index 71b7503562..d735953d79 100644
--- a/epan/dissectors/packet-skype.c
+++ b/epan/dissectors/packet-skype.c
@@ -315,7 +315,7 @@ test_skype_udp(tvbuff_t *tvb)
}
static gboolean
-dissect_skype_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_skype_heur(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
if (pinfo->ptype == PT_UDP) {
if ( !test_skype_udp(tvb) ) {