1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 15:09:01 +00:00
david 05c713d22a Don't try to do FD_ISSET on a nonselectable pcap descriptor.
The Nsock select engine stores readiness information in a mask instead
of doing an FD_ISSET against the descriptor every time. This is a good
idea, but it removed a special case in the pre-engines code: in case
PCAP_CAN_DO_SELECT is not defined, we can't do FD_ISSET on the
descriptor because it is -1. Here we check for that occurrence and set
EV_READ in the mask so that a non-blocking pcap read can happen every
iteration.
2012-04-05 03:30:09 +00:00
2012-04-02 08:13:54 +00:00
2012-04-03 17:29:48 +00:00
2012-03-07 03:15:51 +00:00
2012-03-07 03:15:51 +00:00
2012-03-19 16:48:27 +00:00
2012-03-07 17:59:55 +00:00
2010-05-23 17:42:44 +00:00
2008-07-31 14:18:21 +00:00
2012-03-19 16:48:27 +00:00
2012-03-31 03:21:22 +00:00

Here is some documentation for Nmap, but these files are much less
comprehensive than what you'll find at the actual Nmap documentation
site ( http://nmap.org ).
Languages
C 37.8%
Lua 28.1%
C++ 16.7%
Shell 5.8%
Python 4.2%
Other 7.2%