aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tap.c')
-rw-r--r--epan/tap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tap.c b/epan/tap.c
index 6c8529414c..ada6275a2d 100644
--- a/epan/tap.c
+++ b/epan/tap.c
@@ -268,7 +268,7 @@ tap_push_tapped_queue(epan_dissect_t *edt)
* use "filters" and should specify the "filter" as NULL when registering
* the tap listener.
*/
-void *
+const void *
fetch_tapped_data(int tap_id, int idx)
{
tap_packet_t *tp;