From e36cc5ceba384203237f18b130139c22ae8c7c92 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 12 Nov 2008 19:46:32 +0000 Subject: [PATCH] Increase the size of OS fingerprint attribute values from 128 to 256. Some attributes are that big now. --- global_structures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global_structures.h b/global_structures.h index 098b816e5..ab263e5d8 100644 --- a/global_structures.h +++ b/global_structures.h @@ -165,7 +165,7 @@ struct ftpinfo { struct AVal { char *attribute; - char value[128]; + char value[256]; struct AVal *next; };