mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
Set Private to null instead of false
This commit is contained in:
@@ -88,7 +88,7 @@ internal partial class MacVendorLookup
|
|||||||
MacPrefix = macAdress,
|
MacPrefix = macAdress,
|
||||||
VendorName = "Unknown",
|
VendorName = "Unknown",
|
||||||
BlockType = "Unknown",
|
BlockType = "Unknown",
|
||||||
Private = false,
|
Private = null,
|
||||||
LastUpdate = "Unknown"
|
LastUpdate = "Unknown"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user