mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
Debug build
This commit is contained in:
@@ -49,8 +49,9 @@ internal static class Program
|
||||
{
|
||||
mac = await Arp.LookupAsync(ipAddress);
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
ConsoleExt.WriteLine($"Failed to lookup MAC address for {ipAddress}: {ex.Message}", ConsoleColor.Red);
|
||||
fail = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user