- remove support for custom IPv4 only kernel [1] Short summary: - 12 new NSE scripts - hundreds of new OS/version fingerprints - dozens if smaller improvements and bug fixes Full Changelog: https://nmap.org/changelog.html [1] nmap does no longer build agains custom kernel without IPv6!
12 lines
209 B
C++
12 lines
209 B
C++
--- tcpip.cc.orig 2015-06-30 18:34:28 UTC
|
|
+++ tcpip.cc
|
|
@@ -144,6 +144,8 @@
|
|
#endif /* NETINET_IF_ETHER_H */
|
|
#endif /* HAVE_NETINET_IF_ETHER_H */
|
|
|
|
+#include <sys/param.h>
|
|
+
|
|
extern NmapOps o;
|
|
|
|
#ifdef WIN32
|