Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2039] Triggered Capture

Date: Thu, 10 Apr 2008 20:57:45 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2039





--- Comment #5 from Guy Harris <guy@xxxxxxxxxxxx>  2008-04-10 20:57:44 GMT ---
Note that:

    1) pcap_get_selectable_fd() isn't present in all versions of libpcap - it
first appeared in one of the 0.8.x releases - so we should probably check for
its availability and, if it's not available, use pcap_fileno().

    2) pcap_get_selectable_fd() can return -1, which means "sorry, the only
file descriptor I have for this capture device doesn't support select()";
unfortunately, the driver for Endace's DAG card doesn't support select(), so
the DAG module in libpcap sets the selectable FD to -1.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.