mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add a lineno member to MatchDetails.
This commit is contained in:
@@ -124,6 +124,9 @@ struct MatchDetails {
|
||||
// The service that was matched (Or NULL) zero-terminated.
|
||||
const char *serviceName;
|
||||
|
||||
// The line number of this match in nmap-service-probes.
|
||||
int lineno;
|
||||
|
||||
// The product/verson/info for the service that was matched (Or NULL)
|
||||
// zero-terminated.
|
||||
const char *product;
|
||||
|
||||
Reference in New Issue
Block a user