#include <PACKET32.H>
Public Attributes | |
UINT | bs_recv |
UINT | bs_drop |
u_int | bs_recv |
u_int | bs_drop |
UINT | ps_ifdrop |
drops by interface. XXX not yet supported | |
UINT | bs_capt |
thus reach the application. |
It is used by packet.dll to return statistics about a capture session.
Definition at line 120 of file PACKET32.H.
|
thus reach the application. number of packets that pass the filter, find place in the kernel buffer and Definition at line 156 of file Packet32.h. |
|
|
|
number of packets that the driver lost from the beginning of a capture. Basically, a packet is lost when the the buffer of the driver is full. In this situation the packet cannot be stored and the driver rejects it. Definition at line 152 of file Packet32.h. |
|
|
|
Number of packets that the driver received from the network adapter from the beginning of the current capture. This value includes the packets lost by the driver as well. Definition at line 149 of file Packet32.h. |
|
drops by interface. XXX not yet supported
Definition at line 155 of file Packet32.h. |