From 7abf048c5fe4e602937b68aabe4f5906d8729413 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 1 Jan 2005 23:22:10 +0000 Subject: Fix the signature of "iostat_packet()" - the pointer to data supplied by the dissector is a const pointer. svn path=/trunk/; revision=12917 --- tap-iostat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap-iostat.c') diff --git a/tap-iostat.c b/tap-iostat.c index e9cdac6284..2821ffdade 100644 --- a/tap-iostat.c +++ b/tap-iostat.c @@ -67,7 +67,7 @@ typedef struct _io_stat_item_t { static int -iostat_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt _U_, void *dummy _U_) +iostat_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt _U_, const void *dummy _U_) { io_stat_item_t *mit = arg; io_stat_item_t *it; -- cgit v1.2.1