Skip to content

Commit 89594ae

Browse files
committed
Update
1 parent f63b9a3 commit 89594ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/IPv4NetworkScan.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Begin{
138138
$IEEE_MACVendorList_WebUri = "http://standards.ieee.org/develop/regauth/oui/oui.csv"
139139

140140
# MAC-Vendor list path
141-
$CSV_MACVendorList_Path = "$PSScriptRoot\IEEE_Standards_Registration_Authority.csv"
142-
$CSV_MACVendorList_BackupPath = "$PSScriptRoot\IEEE_Standards_Registration_Authority.csv.bak"
141+
$CSV_MACVendorList_Path = "$PSScriptRoot\Resources\IEEE_Standards_Registration_Authority.csv"
142+
$CSV_MACVendorList_BackupPath = "$PSScriptRoot\Resources\IEEE_Standards_Registration_Authority.csv.bak"
143143

144144
# Function to update the list from IEEE (MAC-Vendor)
145145
function UpdateListFromIEEE

0 commit comments

Comments
 (0)