openbsd-ports/net/nmap/patches/patch-tcpip_cc
giovanni 35ac3b7309 Update to version 5.51, lot of improvements since latest version,
full changelog available at http://nmap.org/changelog.html
Nping needs a very current libpcap to work as root
2011-03-28 09:01:24 +00:00

12 lines
230 B
Plaintext

--- tcpip.cc.orig Fri Jan 21 01:04:16 2011
+++ tcpip.cc Wed Feb 2 13:12:14 2011
@@ -120,6 +120,8 @@
#endif /* NETINET_IF_ETHER_H */
#endif /* HAVE_NETINET_IF_ETHER_H */
+#include "sctp.h"
+
extern NmapOps o;
#ifdef WIN32