1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

merge soc07 r4868 - Just fixing a typo. wsacle -> wscale in tcppacketoptinfo()

This commit is contained in:
fyodor
2007-08-11 04:01:31 +00:00
parent 47dd05d4d9
commit e81becd90f

View File

@@ -325,7 +325,7 @@ static void tcppacketoptinfo(u8 *optp, int len, char *result, int bufsize) {
q++;
snprintf(p, bufsize, "wsacle %u", *q);
snprintf(p, bufsize, "wscale %u", *q);
bufsize -= strlen(p);
p += strlen(p);