mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +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:
parent
62955f75e6
commit
859ef5ecaf
14 changed files with 1059 additions and 431 deletions
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue