1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +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

@@ -190,11 +190,13 @@ int main(int argc, char *argv[]) {
}
/* Now we validate that all elements are present */
if (!strstr(fprint, "TSeq(") || !strstr(fprint, "T1(") ||
!strstr(fprint, "T2(") || !strstr(fprint, "T3(") ||
!strstr(fprint, "T4(") || !strstr(fprint, "T5(") ||
!strstr(fprint, "T6(") || !strstr(fprint, "T7(") ||
!strstr(fprint, "PU(")) {
if (!strstr(fprint, "SEQ(") || !strstr(fprint, "OPS(") ||
!strstr(fprint, "WIN(") || !strstr(fprint, "ECN(") ||
!strstr(fprint, "T1(") || !strstr(fprint, "T2(") ||
!strstr(fprint, "T3(") || !strstr(fprint, "T4(") ||
!strstr(fprint, "T5(") || !strstr(fprint, "T6(") ||
!strstr(fprint, "T7(") || !strstr(fprint, "U1(") ||
!strstr(fprint, "IE(")) {
/* This ought to get my attention :) */
printf("\n"
"********************************************************\n"