Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

bpf_stat Struct Reference
[Definitions and data structuresDefinitions and data structures]

Structure that contains a couple of statistics values on the current capture. More...

#include <PACKET32.H>

List of all members.

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.


Detailed Description

Structure that contains a couple of statistics values on the current capture.

It is used by packet.dll to return statistics about a capture session.

Definition at line 120 of file PACKET32.H.


Member Data Documentation

UINT bpf_stat::bs_capt
 

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.

u_int bpf_stat::bs_drop
 

Definition at line 84 of file Bpf.h.

UINT bpf_stat::bs_drop
 

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.

u_int bpf_stat::bs_recv
 

Definition at line 83 of file Bpf.h.

UINT bpf_stat::bs_recv
 

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.

UINT bpf_stat::ps_ifdrop
 

drops by interface. XXX not yet supported

Definition at line 155 of file Packet32.h.


The documentation for this struct was generated from the following files:
Generated on Sun May 14 14:51:32 2006 by  doxygen 1.4.2