Ethereal-users: Re: [Ethereal-users] Ethereal in Windows 2000 Terminal Session

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Loris Degioanni" <loris@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 2 May 2001 12:54:47 +0200
Hi.


> There are other ways of reading from multiple interfaces - one could,
> for example, open each interface individually, and have the capture loop
> do something like a "select()" or "poll()" on UNIX - or a
> "WaitForMultipleEvents()" on Windows - and WinPcap 2.1 allows one to get
> a handle for the event for a libpcap stream, so one could probably do
> that on Windows.
>
> (However, so far, my attempt to do that with one event hasn't worked -
> but it's probably either a bug in GLib for Win32 or in the way my code
> is using it; I haven't had time to debug it yet.)

It's probably a bug of winpcap. I am rewriting the event implementation to
correct it.

Loris.