nmap/nsock
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
..
examples Update the headers for each code file. This updates code copyright dates to 2012, notes the awesome NSE in the list of technology, and slightly rewords the derivative works clarification 2012-03-01 06:32:23 +00:00
include Added a --nsock-engine option to nmap, nping and ncat to enforce use of a 2012-03-01 09:05:02 +00:00
src Don't try to do FD_ISSET on a nonselectable pcap descriptor. 2012-04-05 03:30:09 +00:00
nsock.vcxproj Merged nsock-engines from nmap-exp. This rewrite of the nsock library adds 2012-01-05 01:08:16 +00:00