Documentation ¶
Index ¶
- func GetAliasedNetworks() ([]*net.IPNet, error)
- func GetBlacklist() (*blacklist.NetworkBlacklist, error)
- func GetBloomFilter() (*bloom.BloomFilter, error)
- func GetCandidatePingResults() ([]*net.IP, error)
- func GetCleanPingResults() ([]*net.IP, error)
- func GetMostRecentFilePathFromDir(candidateDir string) (string, error)
- func GetMostRecentTargetNetworkString() (string, error)
- func GetProbabilisticClusterModel() (*modeling.ClusterModel, error)
- func GetScanResultsNetworkRanges() ([]*net.IPNet, error)
- func LoadBloomFilterFromOutput() (*bloom.BloomFilter, error)
- func UpdateAliasedNetworks(nets []*net.IPNet, filePath string)
- func UpdateBlacklist(blacklist *blacklist.NetworkBlacklist, filePath string)
- func UpdateBloomFilter(filter *bloom.BloomFilter, filePath string)
- func UpdateCandidatePingResults(ips []*net.IP, filePath string)
- func UpdateCleanPingResults(addrs []*net.IP, filePath string)
- func UpdateScanResultsNetworkRanges(networks []*net.IPNet, filePath string)
- func WriteMostRecentTargetNetwork(toWrite *net.IPNet) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAliasedNetworks ¶
func GetBlacklist ¶
func GetBlacklist() (*blacklist.NetworkBlacklist, error)
func GetBloomFilter ¶
func GetBloomFilter() (*bloom.BloomFilter, error)
func GetCandidatePingResults ¶
func GetCleanPingResults ¶
func GetProbabilisticClusterModel ¶
func GetProbabilisticClusterModel() (*modeling.ClusterModel, error)
func LoadBloomFilterFromOutput ¶
func LoadBloomFilterFromOutput() (*bloom.BloomFilter, error)
func UpdateAliasedNetworks ¶
func UpdateBlacklist ¶
func UpdateBlacklist(blacklist *blacklist.NetworkBlacklist, filePath string)
func UpdateBloomFilter ¶
func UpdateBloomFilter(filter *bloom.BloomFilter, filePath string)
func UpdateCleanPingResults ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.