mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 14:06:33 +00:00
Add a lineno member to MatchDetails.
This commit is contained in:
@@ -484,6 +484,7 @@ const struct MatchDetails *ServiceProbeMatch::testMatch(const u8 *buf, int bufle
|
||||
if (*devicetype) MD_return.devicetype = devicetype;
|
||||
|
||||
MD_return.serviceName = servicename;
|
||||
MD_return.lineno = getLineNo();
|
||||
}
|
||||
|
||||
return &MD_return;
|
||||
|
||||
Reference in New Issue
Block a user