Багфиксы

This commit is contained in:
serega6531
2020-04-07 15:57:18 +03:00
parent b8967f5486
commit d35046b2a6
5 changed files with 10 additions and 4 deletions

View File

@@ -42,6 +42,7 @@ public class FilePcapWorker extends AbstractPcapWorker {
@SneakyThrows
@Override
public void start() {
log.info("Using file " + file.getAbsolutePath());
pcap = Pcaps.openOffline(file.getAbsolutePath());
loopExecutorService.execute(this::runScan);
}