RE: [WinPcap-users] Overlapped I/O with Win32 version (W2K) of packet32 ?

2003-08-04 Thread Fred N. van Kempen
Hi, > The NPF driver doesn't support overlapped IO. However, you can > probably obtain the result you need using the ReadEvent filed > of the ADAPTER structure or the handle returned by pcap_getevent(). Hmm.. I only try to use Packet[32] functions, and do raw ReadFile and WriteFile operations on t

Re: [WinPcap-users] Overlapped I/O with Win32 version (W2K) of packet32 ?

2003-08-04 Thread Loris Degioanni
CTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 10:13 PM Subject: [WinPcap-users] Overlapped I/O with Win32 version (W2K) of packet32 ? Hi all, For a rather strange application, I need async I/O support from the packet32.dll module. What I *really* need is select()-like behavior on

[WinPcap-users] Overlapped I/O with Win32 version (W2K) of packet32 ?

2003-07-31 Thread Fred N. van Kempen
Hi all, For a rather strange application, I need async I/O support from the packet32.dll module. What I *really* need is select()-like behavior on a bunch of open interfaces, but I can easily simulate that as long as I have async (overlapped) I/O on the interface handles. While implementing the