mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
merge soc07 r5245:5252 - update winpcap libs; fix config optimization bug
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -3163,7 +3163,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
|
||||
include <stdio.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
|
||||
@@ -76,7 +76,7 @@ fi
|
||||
# Remember that all following tests will run with this CXXFLAGS by default
|
||||
AC_MSG_CHECKING(for __func__)
|
||||
AC_TRY_COMPILE([
|
||||
include <stdio.h>
|
||||
#include <stdio.h>
|
||||
],[printf ("%s", __func__);],
|
||||
have_func=yes, have_func=no)
|
||||
if test "x$have_func" = "xyes"; then
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -35,11 +35,14 @@ How to upgrade nmap to a new winpcap release (2007)
|
||||
You should only have to change the version number. The section you need to look at
|
||||
starts like this 'Section "WinPcap X.X" SecWinPcap'
|
||||
|
||||
8) Recompile Nmap.nsi in the same way as winpcap-nmap.nsi. Test it. You may want to try
|
||||
8) Download winpcap developer package and replace all files in mswin32/lib/ with the new
|
||||
versions inside the package
|
||||
|
||||
9) Recompile Nmap.nsi in the same way as winpcap-nmap.nsi. Test it. You may want to try
|
||||
it with nmap already installed and with different versions installed. Also check
|
||||
everything appears in add/remove programs correctly
|
||||
|
||||
9) Test nmap functionallity that uses winpcap. (E.G. Raw packet scans/raw packet pings
|
||||
10) Test nmap functionallity that uses winpcap. (E.G. Raw packet scans/raw packet pings
|
||||
/traceroute)
|
||||
|
||||
10) Sit back and have a cup of coffee, you deserve it :)
|
||||
11) Sit back and have a cup of coffee, you deserve it :)
|
||||
|
||||
Reference in New Issue
Block a user