[Winpcap-users] Question about the struct type pcap_t.
Gianluca Varenni
gianluca.varenni at cacetech.com
Thu Oct 28 09:44:52 PDT 2010
ps_recv: it refers to the number of packets received by the driver. ps_recv is incremented even if the packet is dropped because the buffer is full.
ps_drop: driver refers to the WinPcap kernel driver used to capture packets. ps_drops is incremented if a packet is received by the WinPcap kernel driver but cannot be stored in the kernel buffer because the buffer is full.
Have a nice day
GV
From: yulou liu
Sent: Tuesday, October 26, 2010 4:16 AM
To: winpcap
Subject: [Winpcap-users] Question about the struct type pcap_t.
Question about the struct type pcap_t.
u_int ps_recv
number of packets transited on the network
Does it refer to the number of packets that reaches the kernel buffer?
u_int ps_drop
number of packets dropped by the driver
Here, what does 'driver' refer to ?
Liuyulou
--------------------------------------------------------------------------------
_______________________________________________
Winpcap-users mailing list
Winpcap-users at winpcap.org
https://www.winpcap.org/mailman/listinfo/winpcap-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winpcap.org/pipermail/winpcap-users/attachments/20101028/91221669/attachment.htm
More information about the Winpcap-users
mailing list