From 12e4365d14e7622a310154dabf3735d3dae6a515 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 7 Feb 2011 09:51:31 +0000 Subject: added wifi vendors --- h-source/Application/Include/myFunctions.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'h-source/Application/Include/myFunctions.php') diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php index b7fe7e4..fefc376 100644 --- a/h-source/Application/Include/myFunctions.php +++ b/h-source/Application/Include/myFunctions.php @@ -380,6 +380,20 @@ function betterVendor($string) "Z-Star-Microelectronics-Corporation" => "Z-Star Microelectronics Corporation", "Micro-Star-International" => "Micro Star International", "VIA-Technologies-Inc" => "VIA Technologies, Inc", + "ALFA-NETWORK-Inc" => "ALFA NETWORK Inc", + "Amigo-Technology-Inc" => "Amigo Technology Inc", + "amit-Inc" => "amit Inc", + "Atlantis_S-p-A" => "Atlantis S.p.A.", + "Buffalo-Technology-Ltd" => "Buffalo Technology, Ltd", + "Compex-Systems-Pte-Ltd" => "Compex Systems Pte Ltd", + "Encore-Electronics-Inc" => "Encore Electronics Inc", + "JAHT-Technologies-Corp" => "JAHT Technologies Corp", + "Micronet-Communications-Inc" => "Micronet Communications, Inc", + "Minitar-Corporation" => "Minitar Corporation", + "OvisLink-Technologies-Corp" => "OvisLink Technologies Corp", + "PRO-NETS_Technology_Corp" => "PRO-NETS Technology Corp", + "Sparklan-comunications-Inc" => "Sparklan comunications, Inc", + "Unex-Technology-Corp" => "Unex Technology Corp", ); return (array_key_exists($string,$names)) ? $names[$string] : $string; -- cgit v1.2.3