mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 02:19:04 +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:
@@ -115,7 +115,7 @@ class NmapOps {
|
||||
const struct timeval *getStartTime() { return &start_time; }
|
||||
// Number of milliseconds since getStartTime(). The current time is an
|
||||
// optional argument to avoid an extra gettimeofday() call.
|
||||
int TimeSinceStartMS(struct timeval *now=NULL);
|
||||
int TimeSinceStartMS(const struct timeval *now=NULL);
|
||||
struct in_addr v4source();
|
||||
const struct in_addr *v4sourceip();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user