mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Note a completed task (Ndiff installation issues)
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
DONE:
|
DONE:
|
||||||
|
|
||||||
|
o We should improve the Windows build process for Ndiff, since it
|
||||||
|
works differently now that it is modularized. To build the Nmap
|
||||||
|
6.45 release, we (as a temporary hack, not in SVN):
|
||||||
|
- Added 'ndiff' to zenmap/setup.py 'packages' list in
|
||||||
|
COMMON_SETUP_ARGS
|
||||||
|
- Created a zenmap/ndiff subdir (empty) and copy ndiff/ndiff.py into zenmap/ before build.
|
||||||
|
We should find a more elegant solution and check it into SVN. The
|
||||||
|
fundamental issue is that the ndiff.exe we generate needs to be
|
||||||
|
able to access the new ndiff.py module.
|
||||||
|
Also, we need to make sure the -win32.zip Nmap distribution works
|
||||||
|
properly.
|
||||||
|
|
||||||
o [Zenmap] Combine parallel timed-out hops into one node in the
|
o [Zenmap] Combine parallel timed-out hops into one node in the
|
||||||
topology view. http://seclists.org/nmap-dev/2012/q1/82 has a patch,
|
topology view. http://seclists.org/nmap-dev/2012/q1/82 has a patch,
|
||||||
however it doesn't handle the case of two or more consecutive
|
however it doesn't handle the case of two or more consecutive
|
||||||
|
|||||||
@@ -49,18 +49,6 @@ o Integrate latest IPv6 OS detection submissions and corrections
|
|||||||
|
|
||||||
o Integrate latest version detection submissions and corrections
|
o Integrate latest version detection submissions and corrections
|
||||||
|
|
||||||
o We should improve the Windows build process for Ndiff, since it
|
|
||||||
works differently now that it is modularized. To build the Nmap
|
|
||||||
6.45 release, we (as a temporary hack, not in SVN):
|
|
||||||
- Added 'ndiff' to zenmap/setup.py 'packages' list in
|
|
||||||
COMMON_SETUP_ARGS
|
|
||||||
- Created a zenmap/ndiff subdir (empty) and copy ndiff/ndiff.py into zenmap/ before build.
|
|
||||||
We should find a more elegant solution and check it into SVN. The
|
|
||||||
fundamental issue is that the ndiff.exe we generate needs to be
|
|
||||||
able to access the new ndiff.py module.
|
|
||||||
Also, we need to make sure the -win32.zip Nmap distribution works
|
|
||||||
properly.
|
|
||||||
|
|
||||||
o Our "make uninstall" should uninstall ndiff if it was installed too.
|
o Our "make uninstall" should uninstall ndiff if it was installed too.
|
||||||
We should probably do it in pretty much the same way we handle
|
We should probably do it in pretty much the same way we handle
|
||||||
Zenmap (configure.ac, Makefile.in, and ndiff/setup.pl)
|
Zenmap (configure.ac, Makefile.in, and ndiff/setup.pl)
|
||||||
|
|||||||
Reference in New Issue
Block a user