We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087de58 commit 465f758Copy full SHA for 465f758
…EEE_Standards_Registration_Authority.csv …EEE_Standards_Registration_Authority.csvScripts/_IEEE_Standards_Registration_Authority.csv renamed to Scripts/IEEE_Standards_Registration_Authority.csv
Scripts/New-IPv4Scan.ps1
@@ -129,8 +129,8 @@ Begin{
129
$IEEE_MACVendorList_WebUri = "http://standards.ieee.org/develop/regauth/oui/oui.csv"
130
131
# MAC-Vendor list path
132
- $CSV_MACVendorList_Path = "$PSScriptRoot\_IEEE_Standards_Registration_Authority.csv"
133
- $CSV_MACVendorList_BackupPath = "$PSScriptRoot\_IEEE_Standards_Registration_Authority.csv.bak"
+ $CSV_MACVendorList_Path = "$PSScriptRoot\IEEE_Standards_Registration_Authority.csv"
+ $CSV_MACVendorList_BackupPath = "$PSScriptRoot\IEEE_Standards_Registration_Authority.csv.bak"
134
135
# Function to update the list from IEEE (MAC-Vendor)
136
function UpdateListFromIEEE
0 commit comments