aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtap-icmpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-icmpstat.c b/tap-icmpstat.c
index 8ff7ff4fe4..56b8813208 100755
--- a/tap-icmpstat.c
+++ b/tap-icmpstat.c
@@ -106,7 +106,7 @@ icmpstat_reset(void *tapdata)
* !0: state has changed, call (*draw) sometime later
*/
static int
-icmpstat_packet(void *tapdata, packet_info *pinfo, epan_dissect_t *edt _U_, const void *data)
+icmpstat_packet(void *tapdata, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *data)
{
icmpstat_t *icmpstat = tapdata;
const icmp_transaction_t *trans = data;