aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-02-19 12:24:32 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-02-19 12:24:32 +0000
commitf2e0f951f7adffd70cd60ad8fe93559642adab4d (patch)
treeff2aa68272116925c322805c5d77cf4a3c796682 /epan/tap.c
parent3542de428740a6516c0e717e707648ba2d40a798 (diff)
fetch_tapped_data() returns a const pointer, so declare the function as returning such
svn path=/trunk/; revision=20861
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;