Actions
Bug #10432
closedArpwatch show unknown vendor
Start date:
04/05/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
2.5.x
Affected Plus Version:
Affected Architecture:
Description
arpwatch.inc
line 164
if (preg_match("/^$oui\s+(.*)$/m", file_get_contents(ARPWATCH_LOCAL_DIR.'/ethercodes.dat'), $matches)) {
$vendor = $matches1;
} else {
$vendor = 'unknown';
}
the array is always empty,
ethercodes.dat is available and populated
Files
Actions