9b743fa397
- 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!
10 lines
194 B
C++
10 lines
194 B
C++
--- output.cc.orig 2016-01-13 20:53:39 UTC
|
|
+++ output.cc
|
|
@@ -148,6 +148,7 @@
|
|
#include <set>
|
|
#include <vector>
|
|
#include <list>
|
|
+#include <sys/param.h>
|
|
#include <sstream>
|
|
|
|
extern NmapOps o;
|