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:
5
output.h
5
output.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user