mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Increase xmloutputversion to 1.03 for Zenmap unification changes.
This commit is contained in:
parent
45213685a9
commit
85a8d61536
1 changed files with 1 additions and 1 deletions
2
nmap.cc
2
nmap.cc
|
|
@ -1502,7 +1502,7 @@ int nmap_main(int argc, char *argv[]) {
|
|||
free(p);
|
||||
}
|
||||
|
||||
log_write(LOG_XML, "start=\"%lu\" startstr=\"%s\" version=\"%s\" xmloutputversion=\"1.02\">\n",
|
||||
log_write(LOG_XML, "start=\"%lu\" startstr=\"%s\" version=\"%s\" xmloutputversion=\"1.03\">\n",
|
||||
(unsigned long) timep, mytime, NMAP_VERSION);
|
||||
|
||||
output_xml_scaninfo_records(&ports);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue