mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
merge soc07 r4868 - Just fixing a typo. wsacle -> wscale in tcppacketoptinfo()
This commit is contained in:
parent
47dd05d4d9
commit
e81becd90f
1 changed files with 1 additions and 1 deletions
2
tcpip.cc
2
tcpip.cc
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue