mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
fix reason typo "arp-reponse"
This commit is contained in:
parent
aa80ac4b40
commit
e93656e273
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ char *reason_text[ER_MAX+1]={
|
|||
"source-quench", "net-prohibited", "host-prohibited", "unknown",
|
||||
"unknown", "admin-prohibited", "unknown", "time-exceeded", "unknown", "unknown",
|
||||
"timestamp-reply", "unknown", "unknown", "unknown", "addressmask-reply",
|
||||
"no-ipid-change", "ipid-change", "arp-reponse", "tcp-response",
|
||||
"no-ipid-change", "ipid-change", "arp-response", "tcp-response",
|
||||
"no-response", "localhost-response", "script-set", "unknown-response"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue