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

pcap_samp Struct Reference
[Remote_struct]

This structure defines the information related to sampling. More...

#include <remote-ext.h>

List of all members.

Public Attributes

int method
int value


Detailed Description

This structure defines the information related to sampling.

In case the sampling is requested, the capturing device should read only a subset of the packets coming from the source. The returned packets depend on the sampling parameters.

Warning:
The sampling process is applied after the filtering process. In other words, packets are filtered first, then the sampling process selects a subset of the 'filtered' packets and it returns them to the caller.

Definition at line 356 of file remote-ext.h.


Member Data Documentation

int pcap_samp::method
 

Method used for sampling. Currently, the supported methods are listed in the Sampling Methods Section.

Definition at line 362 of file remote-ext.h.

int pcap_samp::value
 

This value depends on the sampling method defined. For its meaning, please check at the Sampling Methods Section.

Definition at line 368 of file remote-ext.h.


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