nmap/nping
david cb68c85409 Don't use exit in PCAP_IS_SUITABLE.
John Spencer reported that musl libc doesn't automatically include
<stdlib.h>, as Glibc does, so the configure check was wrongly failing.

conftest.c: In function 'main':
conftest.c:35:5: error: implicit declaration of function 'exit'
2012-09-08 19:44:24 +00:00
..
docs Bump the Nmap version number in SVN up to 6.02 2012-06-16 19:44:58 +00:00
nping-dev
aclocal.m4
ArgParser.cc
ArgParser.h
common.cc
common.h
common_modified.cc Use one, not two, spaces after "WARNING:". 2012-06-20 20:13:51 +00:00
common_modified.h
config.guess
config.sub
configure Don't use exit in PCAP_IS_SUITABLE. 2012-09-08 19:44:24 +00:00
configure.ac
COPYING
Crypto.cc
Crypto.h
doxyfile
EchoClient.cc
EchoClient.h
EchoHeader.cc
EchoHeader.h
EchoServer.cc Changed the outFatal to an outError for consistancy with the other error messages 2012-06-21 01:36:22 +00:00
EchoServer.h
global_structures.h
Makefile.in Uniform handling of makefile.dep in makefiles. 2012-06-19 14:06:49 +00:00
NEPContext.cc
NEPContext.h
nping.cc General File cleanup. Added closing paren for the port error message 2012-08-04 01:18:40 +00:00
nping.h Bump the Nmap version number in SVN up to 6.02 2012-06-16 19:44:58 +00:00
nping.sln
nping.spec
nping.vcxproj
nping_config.h.in
nping_winconfig.h
NpingOps.cc Added a function to check if port specification will do anything. Changed over my logic to use this new functioni. (scan_mode_uses_target_ports) 2012-08-04 01:08:31 +00:00
NpingOps.h Added a function to check if port specification will do anything. Changed over my logic to use this new functioni. (scan_mode_uses_target_ports) 2012-08-04 01:08:31 +00:00
NpingTarget.cc
NpingTarget.h
NpingTargets.cc
NpingTargets.h
output.cc
output.h
PacketDiff.cc
PacketDiff.h
ProbeMode.cc Fixed the race condition where nping would print out an error after running. I removed the call to create a time since we don't really need a timer there. 2012-08-05 18:23:10 +00:00
ProbeMode.h
stats.cc
stats.h
utils.cc
utils.h
utils_net.cc Fixed some stylistic mistakes in the previous commit. 2012-06-12 04:10:08 +00:00
utils_net.h
winclude.h
winfix.cc
winfix.h