Nmap Development mailing list archives

Re: trying to update qscan patch for svn


From: "DePriest, Jason R." <jrdepriest () gmail com>
Date: Tue, 29 Jul 2008 22:25:15 -0500

You were right, of course.  Thank you.

Using rev 9194, I have a working patch with your suggestion.  I also
fixed the file names in the patch since I had .old and .new extensions
on them while working with them.

Attached the fixed patch.

-Jason

On Tue, Jul 29, 2008 at 7:38 PM, Michael Pattrick <> wrote:
Hey Jason,

I cant try compiling this right now for various reasons, but line 419
of that patch file looks incorrect.
myip = (struct ip *) readip_pcap(pd, &len, TIMEVAL_SUBTRACT(tv, now),
&seen, NULL);

should be

myip = (struct ip *) readip_pcap(pd, &len, TIMEVAL_SUBTRACT(tv, now),
&seen, NULL, false);

Hope that helps.

Cheers,
Michael

Attachment: nmap-svn9194-qscan.patch
Description:


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

Current thread: