mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Added a dropped reason to portreasons.cc
This commit is contained in:
parent
17d49b21fa
commit
95a1cb52de
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ reason_map_type::reason_map_type(){
|
|||
reason_map[ER_TIMEEXCEEDED] = reason_string("time-exceeded","time-exceededs");
|
||||
reason_map[ER_TIMESTAMPREPLY] = reason_string("timestamp-reply","timestamp-replies");
|
||||
|
||||
reason_map[ER_ADDRESSMASKREPLY] = reason_string("addressmask-reply","addressmask-replies");
|
||||
reason_map[ER_NOIPIDCHANGE] = reason_string("no-ipid-change","no-ipid-changes");
|
||||
reason_map[ER_IPIDCHANGE] = reason_string("ipid-change","ipid-changes");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue