1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add ICMPV6_TYPE and ICMPV6_CODE features for IPv6 OS detection. http://seclists.org/nmap-dev/2015/q3/232 #224

This commit is contained in:
dmiller
2015-10-09 23:58:00 +00:00
parent f257fa592e
commit a50af99e42
3 changed files with 935 additions and 875 deletions

View File

@@ -3,8 +3,8 @@
extern struct model FPModel;
extern double FPscale[][2];
extern double FPmean[][689];
extern double FPvariance[][689];
extern double FPmean[][695];
extern double FPvariance[][695];
extern FingerMatch FPmatches[];
#endif