mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Mark an item done (fixed by Rob Nicholls\!)
This commit is contained in:
parent
4b2528a3c9
commit
71773451d5
1 changed files with 9 additions and 0 deletions
|
|
@ -646,6 +646,15 @@ o random tip database
|
|||
|
||||
DONE:
|
||||
|
||||
o When our winpcap installer is run in silent mode
|
||||
(e.g. "winpcap-nmap-4.12.exe /S"), it seems to execute nmap.exe if
|
||||
that binary exists in the same directory. This leads to a cmd.exe
|
||||
window briefly poping up as Nmap displays its console help output.
|
||||
Moving the Winpcap installer into its own subdir and running it from
|
||||
there seems to fix this (because it then can't find nmap.exe to
|
||||
run), but it would be better to determine why this is happening in
|
||||
the first place and fix it.
|
||||
|
||||
o Obtain Nmap data directory information from nmaprc at runtime rather than
|
||||
compiled in -- among other advantages this is needed to make
|
||||
relocateable rpm. [actually we ended up doing this without needing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue