Hi, I'm writing a cross platform application. I'm using ACE (www.cs.wustl.edu/~schmidt/ACE.html) as the framework. I need to sniff packets and wanted to use winpacap for that. My application process events from number of sources (file descriptors and timers) using the reactor class. I've tried to register the pcap file descriptor (i.e. pcap_fileno() ) with the reactor, but without a success. I've read that this function does not work on Win32 platforms (which is currently my development env). Is there a way that I can get a file descriptor to be used with the ACE reactor?
Tnx, Benny ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
