Правильное время пакета при обработке pcap файла

This commit is contained in:
serega6531
2020-04-06 23:10:01 +03:00
parent 0391d55e91
commit 733d92cbf8
6 changed files with 60 additions and 25 deletions

View File

@@ -24,10 +24,6 @@ public class PcapController {
return service.isStarted();
}
public boolean isRunning() {
return true; //TODO
}
@PostMapping("/start")
public void start() throws PcapNativeException {
service.start();