Defines | |
#define | PCAP_SAMP_NOSAMP0 |
No sampling has to be done on the current capture. | |
#define | PCAP_SAMP_1_EVERY_N1 |
It defines that only 1 out of N packets must be returned to the user. | |
#define | PCAP_SAMP_FIRST_AFTER_N_MS2 |
It defines that we have to return 1 packet every N milliseconds. |