1
0
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:
fyodor
2007-08-11 06:01:12 +00:00
parent 9269e71cd8
commit 3da2091ba4
5 changed files with 8 additions and 5 deletions

2
configure vendored
View File

@@ -3163,7 +3163,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */ /* end confdefs.h. */
include <stdio.h> #include <stdio.h>
int int
main () main ()

View File

@@ -76,7 +76,7 @@ fi
# Remember that all following tests will run with this CXXFLAGS by default # Remember that all following tests will run with this CXXFLAGS by default
AC_MSG_CHECKING(for __func__) AC_MSG_CHECKING(for __func__)
AC_TRY_COMPILE([ AC_TRY_COMPILE([
include <stdio.h> #include <stdio.h>
],[printf ("%s", __func__);], ],[printf ("%s", __func__);],
have_func=yes, have_func=no) have_func=yes, have_func=no)
if test "x$have_func" = "xyes"; then if test "x$have_func" = "xyes"; then

Binary file not shown.

Binary file not shown.

View File

@@ -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 You should only have to change the version number. The section you need to look at
starts like this 'Section "WinPcap X.X" SecWinPcap' 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 it with nmap already installed and with different versions installed. Also check
everything appears in add/remove programs correctly 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) /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 :)