package com.it_jaros.network_scanner; import java.util.BitSet; public record ScanResult(String target, BitSet openPorts, BitSet filteredPorts) {}