Function scan_until_interrupt
Source pub fn scan_until_interrupt(interface: &str)
Expand description
Continuously scans the specified interface until an interrupt is received.
§Arguments
output - The file path to save the scan results as a CSV file.
interface - The network interface to scan.
§Returns
A Result<(), Box<dyn Error>> indicating success or failure.