Nmap Development mailing list archives

Re: Small bug in nmap


From: Fyodor <fyodor () insecure org>
Date: Wed, 1 Feb 2006 20:24:32 -0800

On Wed, Feb 01, 2006 at 02:12:26PM +0100, J.W. Hoogervorst wrote:

Quick fix to scan_engine.cc (including the printing of some extra info):

@@ -2060,7 +2060,7 @@
-    error("WARNING:  eth_send of ARP packet returned %u rather than
expected %d\n", rc, (int) sizeof(frame));
+    error("WARNING:  eth_send of ARP packet returned %i rather than
expected %d (errno=%i)\n", rc, (int) sizeof(frame), errno);

The problem itself turned out to be the particular version of the linux
kernel I was running, giving -EINVAL. This was easily fixed by upgrading
to the latest-and-greatest.

Thanks, I have applied this (with my own little changes) for the next
version.

Cheers,
-F


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev


Current thread: