aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e100.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-e100.c')
-rw-r--r--epan/dissectors/packet-e100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e100.c b/epan/dissectors/packet-e100.c
index 6994f47f78..7d87dcf20d 100644
--- a/epan/dissectors/packet-e100.c
+++ b/epan/dissectors/packet-e100.c
@@ -65,7 +65,7 @@ static guint e100_encap_len = 28;
static int
-dissect_e100(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_e100(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
int ret_val = 0;
tvbuff_t *next_tvb = NULL;