Lines Matching +full:re +full:- +full:sampling

58  * If we're compiling with Visual Studio, make sure we have at least
61 * XXX - verify that we have at least C99 support on UN*Xes?
63 * What about MinGW or various DOS toolchains? We're currently assuming
88 * it's not thread-safe, and is marked as deprecated, on all
91 * on Windows, it may return UTF-16LE strings, which the program
94 * check for UTF-16LE strings using a hack, and that hack 1)
105 * If pcapint_utf_8_mode is set, on Windows we treat strings as UTF-8.
107 * On UN*Xes, we assume all strings are and should be in UTF-8, regardless
130 * 1) big enough for maximum-size Linux loopback packets (65549)
142 * so a size of, say, 2^31-1 might not work well. (libpcap uses it
145 * per-linktype maximum snapshot length. Other code might naively
146 * use it; we want to avoid writing a too-large snapshot length,
154 * Locale-independent macros for testing character types.
156 * example, sign-extending char values, unlike the C macros.
171 int immediate; /* immediate mode - deliver packets as soon as they arrive */
172 …int nonblock; /* non-blocking mode - don't wait for packets to be delivered, return "no packets av…
177 * Platform-dependent options.
245 sig_atomic_t break_loop; /* flag set to force break from packet-reading loop */
250 struct pcap_samp rmt_samp; /* parameters related to the sampling process. */
254 FILE *rfile; /* null if live capture, non-null if savefile */
272 int oldstyle; /* if we're opening with pcap_open_live() */
285 /* We're accepting only packets in this direction/these directions. */
302 * be put into non-blocking mode, and, if the timeout expires on
375 * User data structure for the one-shot callback used for pcap_next()
397 * Routines that most pcap implementations can use for non-blocking mode.
441 * A get_if_flags_func is a platform-dependent function called to get
444 * "pcapint_platform_finddevs()" is the platform-dependent routine to
492 * "pcapint_adjust_snapshot()" adjusts the snapshot to be non-zero and
499 * "pcapint_charset_fopen()", in UTF-8 mode on Windows, does an fopen() that
500 * treats the pathname as being in UTF-8, rather than the local
540 * Internal interfaces for doing user-mode filtering of packets and
574 * "pcapint_oneshot()" is the standard one-shot callback for "pcap_next()"