mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Improve string representation of DNS query in debug output
This commit is contained in:
@@ -256,7 +256,7 @@ struct Request
|
||||
std::string name;
|
||||
void *userdata;
|
||||
Request() : type(NONE), ssv(), name(), userdata(NULL) {}
|
||||
const char *repr(); // string representation
|
||||
const char *repr() const; // string representation
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user