S A wrote: > I'm using Winpcap 4.0.2 in a cygwin application for > local packet capture. > > My application registers a SIG_TERM signal handler.
Unless you built winpcap as a Cygwin application, I don't think you should expect this to work. The winpcap as downloaded from their site is a native library (i.e. MSVCRT) and so signal handling for Cygwin signals is bound to have strange effects, on account of MSVCRT having a much different and restricted view of what a signal is. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/