Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Nmap Development: [PATCH][TRIVIAL] Get 3.59ALPHA3 to compile on Solaris

[PATCH][TRIVIAL] Get 3.59ALPHA3 to compile on Solaris

From: Tom Duffy <tduffy_at_sun.com>
Date: Fri, 20 Aug 2004 14:44:38 -0700

--- nmap-3.59ALPHA3/osscan.cc.orig 2004-08-20 14:39:46.065658000 -0700
+++ nmap-3.59ALPHA3/osscan.cc 2004-08-20 14:38:20.524825000 -0700
@@ -1709,7 +1709,7 @@ sethdrinclude(sd);
 realcheck = in_cksum((unsigned short *)pseudo, 20 /* pseudo + UDP headers */ +
  datalen);
 #if STUPID_SOLARIS_CHECKSUM_BUG
- udp->uh_sum = sizeof(struct udphdr_bsd) + datalen;
+ udp->uh_sum = sizeof(udphdr_bsd) + datalen;
 #else
 udp->uh_sum = realcheck;
 #endif

Received on Aug 20 2004
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos