1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 12:06:35 +00:00

Restore empty rpc_info field to gnmap port output from r29619.

Patch by Daniel Miller.
This commit is contained in:
david
2013-04-17 22:48:31 +00:00
parent 2a61d7229d
commit 13abd4df8a
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o Fixed a regression that changed the number of delimiters in machine
output. [Daniel Miller]
o [Zenmap] Updated the Italian translation. [Giacomo]
o Handle ICMP type 11 (Time Exceeded) responses to port scan probes.

View File

@@ -760,7 +760,7 @@ void printportoutput(Target *currenths, PortList *plist) {
p++;
}
}
log_write(LOG_MACHINE, "%d/%s/%s//%s/%s/", current->portno,
log_write(LOG_MACHINE, "%d/%s/%s//%s//%s/", current->portno,
state, protocol, serviceinfo, grepvers);
xml_open_start_tag("port");