Ethereal-users: [Ethereal-users] Select() related issue when using ethereal on a proprietory car

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

From: "Umesha S Anand" <umeshuv@xxxxxxxxxxxx>
Date: Tue, 6 Jul 2004 10:38:47 +0530
Hi All,
   I have modified libpcap library to capture packets from a proprietary
card. Our
Device driver does not support select() call and hence in the pcap_t
structure created for our device, I have set the selectable_fd value to -1.
However, ethereal does not seem to be looking at this value before calling
select()
On our device fd due to the #define MUST_DO_SELECT defined for Linux in
capture.c
File. Is this the expected behaviour from ethereal ??

-thanks,
Umesh