diff options
Diffstat (limited to 'testprogs/capturetest.c')
-rw-r--r-- | testprogs/capturetest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testprogs/capturetest.c b/testprogs/capturetest.c index 75e06620..ed649529 100644 --- a/testprogs/capturetest.c +++ b/testprogs/capturetest.c @@ -103,8 +103,10 @@ main(int argc, char **argv) int timeout = 1000; int immediate = 0; int nonblock = 0; +#ifndef _WIN32 int sigrestart = 0; int catchsigint = 0; +#endif pcap_if_t *devlist; bpf_u_int32 localnet, netmask; struct bpf_program fcode; |