mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Increase the size of OS fingerprint attribute values from 128 to 256. Some
attributes are that big now.
This commit is contained in:
parent
1d582dfafc
commit
e36cc5ceba
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ struct ftpinfo {
|
|||
|
||||
struct AVal {
|
||||
char *attribute;
|
||||
char value[128];
|
||||
char value[256];
|
||||
struct AVal *next;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue