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

IPv6 hop limit feature for OS detection, patch by Alexandru Geana

This commit is contained in:
dmiller
2015-04-07 17:12:55 +00:00
parent 3c3d3bc55a
commit d17ec63ba5
6 changed files with 947 additions and 851 deletions

10
FPModel.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _FPMODEL_H_
#define _FPMODEL_H_
extern struct model FPModel;
extern double FPscale[][2];
extern double FPmean[][676];
extern double FPvariance[][676];
extern FingerMatch FPmatches[];
#endif