mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Restore empty rpc_info field to gnmap port output from r29619.
Patch by Daniel Miller.
This commit is contained in:
parent
2a61d7229d
commit
13abd4df8a
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue