1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 00:49:01 +00:00

Merge r17202:17298 from /nmap-exp/david/nmap-xml. This brings in

structured XML output, automatic closing of XML elements on error, and
inclusion of error messages in XML output.
This commit is contained in:
david
2010-04-14 01:05:51 +00:00
parent 62955f75e6
commit 859ef5ecaf
14 changed files with 1059 additions and 431 deletions

View File

@@ -211,6 +211,10 @@ int print_iflist(void);
/* Prints a status message while the program is running */
void printStatusMessage();
void print_xml_finished_open(time_t timep, const struct timeval *tv);
void print_xml_hosts();
/* Prints the statistics and other information that goes at the very end
of an Nmap run */
void printfinaloutput();
@@ -219,5 +223,4 @@ void printfinaloutput();
were found. */
void printdatafilepaths();
char* xml_convert (const char* str);
#endif /* OUTPUT_H */