This structure defines the information related to sampling. More...
#include <remote-ext.h>
Public Attributes | |
int | method |
int | value |
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.
Definition at line 380 of file remote-ext.h.
int pcap_samp::method |
Method used for sampling. Currently, the supported methods are listed in the Sampling Methods Section.
Definition at line 386 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 392 of file remote-ext.h.