> > As I just found out, this ONLY happens if pcap_open is called > from inside a thread. If I use it only inside main all works > as expected. > > Clueless...
Sounds to me like your main function opens the handle to WinPcap, and the sub-thread is unable to inherit the handle. ... Just a guess. SLH. --- Steighton Haley [EMAIL PROTECTED] Software Engineer "There are 10 types of people in this world, those who understand binary, and those who don't." ================================================================= This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] =================================================================
