added ITA Scanner IMC/IMV pair which detects open server ports on TNC clients

This commit is contained in:
Andreas Steffen
2011-07-04 21:40:25 +02:00
parent 956759533f
commit d9cdab9249
15 changed files with 1474 additions and 4 deletions
+7
View File
@@ -26,3 +26,10 @@ if USE_IMV_TEST
SUBDIRS += plugins/imv_test
endif
if USE_IMC_SCANNER
SUBDIRS += plugins/imc_scanner
endif
if USE_IMV_SCANNER
SUBDIRS += plugins/imv_scanner
endif