aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-linux.c')
-rw-r--r--pcap-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-linux.c b/pcap-linux.c
index 3525129..075b8b8 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -1745,7 +1745,7 @@ pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats)
stats->ps_recv = handle->md.packets_read;
stats->ps_drop = 0;
- stats->ps_ifdrop = handle->md.stat.ps_drop;
+ stats->ps_ifdrop = handle->md.stat.ps_ifdrop;
return 0;
}