1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Modify some offensive terminology in comments.

This commit is contained in:
dmiller
2014-11-05 15:02:09 +00:00
parent b73dc0e762
commit 111fbe4b41
5 changed files with 7 additions and 6 deletions

View File

@@ -3169,7 +3169,7 @@ bool HostOsScan::processTUdpResp(HostOsScanStats *hss, struct ip *ip) {
if (in_cksum((unsigned short *)ip2, 20) == checksum) {
AV.value = "G"; /* The "expected" good value */
} else {
AV.value = "I"; /* They fucked it up */
AV.value = "I"; /* They modified it */
}
*checksumptr = checksum;
}
@@ -3194,7 +3194,7 @@ bool HostOsScan::processTUdpResp(HostOsScanStats *hss, struct ip *ip) {
}
AV.attribute = "RUD";
if (datastart < dataend)
AV.value = "I"; /* They fucked it up */
AV.value = "I"; /* They modified it */
else
AV.value = "G";
AVs.push_back(AV);