1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

merge soc07 r4899:4902 - Add a note to the reference guide saying that --servicedb implies -F; Rewrite in C the dirname and basename replacements used in printdatafilepaths and move them into nbase. Their names are now path_get_dirname and path_get_basename.; Give a fatal error in printdatafilepaths if memory can't be allocated, rather than returning silently.

This commit is contained in:
fyodor
2007-08-11 04:15:39 +00:00
parent 6877d8329d
commit f69d93c65a
2 changed files with 23 additions and 48 deletions

View File

@@ -3110,8 +3110,10 @@ overwhelming requests. Specify <option>--open</option> to only see
<indexterm significance="normal"><primary>--servicedb</primary></indexterm>
<para>Asks Nmap to use the specified services file rather than
the <filename>nmap-services</filename> data file that
comes with Nmap. See the description for <option>--datadir</option>
for more information on Nmap's data files.</para>
comes with Nmap. Using this option also causes a fast scan
(<option>-F</option>) to be used. See the description for
<option>--datadir</option> for more information on Nmap's data
files.</para>
</listitem>
</varlistentry>