Browse Source

add extra tests to get_botnet_db

Jens Keim 5 years ago
parent
commit
6e9afad961
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/ID2TLib/Utility.py

+ 1 - 0
code/ID2TLib/Utility.py

@@ -403,6 +403,7 @@ def get_botnet_pcap_db():
 
     bot_pcap = PcapFile.PcapFile(BOTNET_PCAP)
     bot_stats = Core.Statistics.Statistics(bot_pcap)
+    bot_stats.do_extra_tests = True
     bot_stats.load_pcap_statistics(False, False, True, True, [], False, False)
 
     return bot_pcap.get_db_path()