Guy Harris
Guy Harris
Note that `pcap_stop_capture()` would cause all packets received by the machine after it's called not to be provided the the program, so, unless you only call it when you know...
> I think it would be in line with what will happen with the buffer. I.e., the input buffer will be deprived of any further packets, as in "[further packets...
It's calling `pcap_dump_flush()` from a signal handler, which means it could happen in the middle of a call to `pcap_dump()` and completely mess things up out from under `pcap_dump()`. It...
I'm not sure what all these numbers (878, 9779) mean, but a page such as this might be useful; any other votes?