1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

fingermatch/fingerdiff updates from Zhao

This commit is contained in:
fyodor
2006-08-26 09:48:31 +00:00
parent c124f4ff9b
commit 1f6fbad3dd
3 changed files with 14 additions and 10 deletions

View File

@@ -182,9 +182,11 @@ int readFP(FILE *filep, char *newFP, int newFPsz ) {
/* Now we validate that all elements are present */
p = newFP;
if (!strstr(p, "TSeq(") || !strstr(p, "T1(") || !strstr(p, "T2(") ||
if (!strstr(p, "SEQ(") || !strstr(p, "OPS(") || !strstr(p, "WIN(") ||
!strstr(p, "ECN(") || !strstr(p, "T1(") || !strstr(p, "T2(") ||
!strstr(p, "T3(") || !strstr(p, "T4(") || !strstr(p, "T5(") ||
!strstr(p, "T6(") || !strstr(p, "T7(") || !strstr(p, "PU(")) {
!strstr(p, "T6(") || !strstr(p, "T7(") || !strstr(p, "U1(") ||
!strstr(p, "IE(")) {
/* This ought to get my attention :) */
printf("\n"
"********************************************************\n"