mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Merge from svn://svn.insecure.org/nmap-exp/david/nmap-traceroute. This
brings in a new, faster, parallel version of traceroute.
This commit is contained in:
parent
86e7a63bf6
commit
577a1be0e7
11 changed files with 1472 additions and 1597 deletions
3
output.h
3
output.h
|
|
@ -194,6 +194,9 @@ void printserviceinfooutput(Target *currenths);
|
|||
|
||||
void printhostscriptresults(Target *currenths);
|
||||
|
||||
/* Print a table with traceroute hops. */
|
||||
void printtraceroute(Target *currenths);
|
||||
|
||||
/* Print a detailed list of Nmap interfaces and routes to
|
||||
normal/skiddy/stdout output */
|
||||
int print_iflist(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue