diff --git a/ChangeLog b/ChangeLog index 49f5835..ad5fef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ $Id$ +2008-07-24 Roy Hills + + * ieee-oui.txt, ieee-iab.txt: Updated IEEE OUI and IAB listings from + IEEE website using get-oui and get-iab Perl scripts. + + * configure.ac: Incremented version to 1.7. + 2008-07-11 Roy Hills * arp-scan.a: Removed reference to RMIF environment variable. diff --git a/NEWS b/NEWS index 502f9a0..e12f144 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ $Id$ This file gives a brief overview of the major changes between each arp-scan release. For more details please read the ChangeLog file. -2008-07-17 arp-scan 1.7: +2008-07-24 arp-scan 1.7: * new --pcapsavefile (-W) option to save the ARP response packets to a pcap savefile for later analysis with tcpdump, wireshark or another program that @@ -22,6 +22,9 @@ release. For more details please read the ChangeLog file. * New arp-fingerprint patterns for ARP fingerprinting: Cisco 79xx IP Phone SIP 5.x, 6.x and 7.x; Cisco 79xx IP Phone SIP 8.x. +* Updated IEEE OUI and IAB MAC/Vendor files. There are now 11,697 OUI entries + and 2,386 IAB entries. + 2007-04-12 arp-scan 1.6: * arp-scan wiki at http://www.nta-monitor.com/wiki/ diff --git a/README b/README index 69cb7ae..5b095b3 100644 --- a/README +++ b/README @@ -28,24 +28,26 @@ installation process. See the file INSTALL for more details. arp-scan is known to compile and run on the following platforms: - 1. Linux (tested on Debian Sarge) - 2. FreeBSD (tested on FreeBSD 6.1) + 1. Linux (tested on Debian Sarge, Debian Etch and Fedora 9) + 2. FreeBSD (tested on FreeBSD 6.1 and FreeBSD 7.0) 3. OpenBSD (tested on OpenBSD 3.9) 4. NetBSD (tested on NetBSD 3.0.1) 5. MacOS X (Darwin) (tested on MacOS 10.3.9) + 6. Solaris (tested on Solaris 9/SPARC and Solaris 10/x86) The ARP packets are sent using raw datalink access. The mechanism for this -varies between platforms, currently Packet Socket (Linux) and BPF (BSD) are -supported. It is planned to add support for Win32 and DLPI (Solaris) in +varies between platforms, currently Packet Socket (Linux), BPF (BSD) and +DLPI (Solaris) are supported. It is planned to add support for Win32 in future releases. All platforms use libpcap (http://www.tcpdump.org/) to receive the ARP responses. -I decided to implement the sending functions directly rather than using libnet -or libdnet because these libraries are not normally installed by default, and -I want to minimise the need to install additional packages. By contrast, -libpcap is a standard package on most systems. +It was decided to implement the sending functions directly rather than using +libnet or libdnet because these libraries are not normally installed by +default, and it was considered desirable to minimise the need to install +additional packages. By contrast, libpcap is a standard package on most +modern systems. Documentation @@ -79,70 +81,8 @@ but it links and runs OK. This appears to be due to MacOS 10.3 having libpcap 0.8 libraries, but only 0.7 headers. -3. OpenBSD 3.9 gives warning about use of strcat() -arp-scan.c:137: warning: strcat() is almost always misused, please use strlcat() -The offending line reads: - -strncat(arg_str, " ", 1); - -This is using strncat, not strcat, and I think it is safe. - -4. The Perl scripts arp-fingerprint, get-oui and get-iab assume that Perl is +3. The Perl scripts arp-fingerprint, get-oui and get-iab assume that Perl is installed as /usr/bin/perl. This fails for NetBSD 3.0.1, where it is installed in /usr/pkg/bin/perl instead. A workaround is to make /usr/bin/perl a symlink to /usr/pkg/bin/perl. - - -ARP Packet Format ------------------ - -This belongs in the man page, and will probably be moved there in a future -release. - -The ARP packet format is defined in RFC 826 "An Ethernet Address Resolution -Protocol". The diagram below shows the entire ARP packet, including the -Ethernet frame header. - -In this diagram, each dash (-) represents one bit, with plus (+) marks every -eight bits. The names for the ARP packet fields like "ar$hrd" are taken -from RFC 826. - -Ethernet Frame Header: - -+--------+--------+--------+--------+--------+--------+ -| Dest Address | -+--------+--------+--------+--------+--------+--------+ -| Source Address | -+--------+--------+--------+--------+--------+--------+ -| Protocol Type | -+--------+--------+ - -ARP Packet data: - -+--------+--------+ -| ar$hrd | -+--------+--------+ -| ar$pro | -+--------+--------+ -|ar$hln | -+--------+ -|ar$pln | -+--------+--------+ -| ar$op | -+--------+--------+--------+--------+--------+--------+ -| ar$sha | -+--------+--------+--------+--------+--------+--------+ -| ar$spa | -+--------+--------+--------+--------+--------+--------+ -| ar$tha | -+--------+--------+--------+--------+--------+--------+ -| ar$tpa | -+--------+--------+--------+--------+ - -Optional Padding: - -+--------+--------+... -| Padding ... -+--------+--------+... - diff --git a/TODO b/TODO index 17a7df2..cd5b0f9 100644 --- a/TODO +++ b/TODO @@ -39,5 +39,3 @@ Investigate response packets >60 bytes long, e.g: 10:27:40.802358 00:06:d7:55:0f:40 > 00:c0:9f:09:b8:db, ethertype ARP (0x0806), length 64: arp reply maple.nta-monitor.com is-at 00:06:d7:55:0f:40 Review verbose levels, and what gets displayed. - -Add details of --llc and --vlan options to man page. diff --git a/configure.ac b/configure.ac index 1439b86..4abbf08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. -AC_INIT([arp-scan], [1.6.4], [arp-scan@nta-monitor.com]) +AC_INIT([arp-scan], [1.7], [arp-scan@nta-monitor.com]) AC_PREREQ(2.59) AC_REVISION($Revision$) AC_CONFIG_SRCDIR([arp-scan.c]) diff --git a/ieee-iab.txt b/ieee-iab.txt index 328180b..6d64aae 100644 --- a/ieee-iab.txt +++ b/ieee-iab.txt @@ -12,7 +12,7 @@ # # Blank lines and lines beginning with "#" are ignored. # -# This file was automatically generated by get-iab at 2008-05-04 19:07:02 +# This file was automatically generated by get-iab at 2008-07-24 19:46:03 # using data from http://standards.ieee.org/regauth/oui/iab.txt # # Do not edit this file. If you want to add additional MAC-Vendor mappings, @@ -178,7 +178,7 @@ 0050C209F MetaWave Vedeo Systems 0050C20A0 CYNAPS 0050C20A1 Visable Genetics, Inc. -0050C20A2 Jager Messtechnik GmbH +0050C20A2 Jäger Computergesteuerte Messtechnik GmbH 0050C20A3 BaSyTec GmbH 0050C20A4 Bounty Systems Pty Ltd. 0050C20A5 Mobiltex Data Ltd. @@ -1199,7 +1199,7 @@ 0050C249C Envisacor Technologies Inc. 0050C249D Critical Link 0050C249E Armorlink CO .Ltd -0050C249F PRIVATE +0050C249F GCS, Inc 0050C24A0 Advanced technologies & Engineering (pty) Ltd 0050C24A1 Pigeon Point Systems 0050C24A2 SPECS GmbH @@ -1467,7 +1467,7 @@ 0050C25A8 ETAP NV 0050C25A9 AYC Telecom Ltd 0050C25AA Transenna AB -0050C25AB Pulizzi Engineering, Inc. +0050C25AB Eaton Corporation Electrical Group Data Center Solutions - Pulizzi 0050C25AC Kinemetrics, Inc. 0050C25AD Emcom Systems 0050C25AE CPS EUROPE B.V. @@ -2052,7 +2052,7 @@ 0050C27F1 STUHL Regelsysteme GmbH 0050C27F2 Logotherm Regelsysteme GmbH 0050C27F3 SOREC -0050C27F4 beyerdynamic GmbH & Co. KG +0050C27F4 Wireless Cables Inc 0050C27F5 ACE Carwash Systems 0050C27F6 Saia-Burgess Controls AG 0050C27F7 MangoDSP @@ -2311,7 +2311,7 @@ 0050C28F4 Critical Link 0050C28F5 tec5 AG 0050C28F6 K-MAC Corp. -0050C28F7 Certicom Corp. +0050C28F7 TGE Co., Ltd. 0050C28F8 RMSD LTD 0050C28F9 Honeywell International 0050C28FA TELIUM s.c. @@ -2319,3 +2319,88 @@ 0050C28FC Symetrics Industries 0050C28FD Sindoma Müh Mim Ýnþ Elk San Tic Ltd. 0050C28FE Cross Country Systems AB +0050C28FF Luceat Spa +0050C2900 Magor Communications Corp +0050C2901 Research Applications Incorp +0050C2902 China Railway Signal & Communication Corp. +0050C2903 EcoAxis Systems Pvt. Ltd. +0050C2904 R2Sonic, LLC +0050C2905 Link Communications, Inc +0050C2906 Gidel +0050C2907 Cristal Controles Ltee +0050C2908 Codex Digital Ltd +0050C2909 Elisra Electronic Systems +0050C290A Board Level Limited +0050C290B E.ON ES Sverige AB +0050C290C LSS GmbH +0050C290D EVK DI Kerschhaggl GmbH +0050C290E Phytec Messtechnik GmbH +0050C290F INTEGRA Biosciences AG +0050C2910 Autotank AB +0050C2911 Vapor Rail +0050C2912 ASSET InterTech, Inc. +0050C2913 Selex Sensors & Airborne Systems +0050C2914 IO-Connect +0050C2915 Verint Systems Ltd. +0050C2916 CHK GridSense P/L +0050C2917 CIRTEM +0050C2918 Design Lightning Corp +0050C2919 AHV Systems, Inc. +0050C291A Xtone Networks +0050C291B Embedded Data Systems, LLC +0050C291C MangoDSP +0050C291D Rosendahl Studiotechnik GmbH +0050C291E Automation Tec +0050C291F 2NCOMM DESIGN SRL +0050C2920 Rogue Engineering Inc. +0050C2921 iQue RFID Technologies BV +0050C2922 Metrum Sweden AB +0050C2923 Amicus Wireless +0050C2924 Link Electric & Safety Control Co. +0050C2925 PHB Eletronica Ltda. +0050C2926 DITEST FAHRZEUGDIAGNOSE GMBH +0050C2927 ATIS group s.r.o. +0050C2928 Cinetix GmbH +0050C2929 Flight Deck Resources +0050C292A TOPEX SA +0050C292B DSP DESIGN +0050C292C Exatrol Corporation +0050C292D APProSoftware.com +0050C292E Goanna Technologies Pty Ltd +0050C292F Phytec Messtechnik GmbH +0050C2930 NETA Elektronik AS +0050C2931 Korea Telecom Internet Solutions (KTIS) +0050C2932 SMAVIS Inc. +0050C2933 Saia-Burgess Controls AG +0050C2934 Xilar Corp. +0050C2935 Image Video +0050C2936 Margaritis Engineering +0050C2937 BigBear +0050C2938 Postec Data Systems Ltd +0050C2939 Mosaic Dynamic Solutions +0050C293A ALPHATRONICS nv +0050C293B Reliatronics Inc. +0050C293C FractureCode Corporation +0050C293D Lighting Science Group Corporation +0050C293E RCS Communication Test Systems Ltd. +0050C293F TSB Solutions Inc. +0050C2940 Phitek Systems Ltd. +0050C2941 Rolbit +0050C2942 Keith & Koep GmbH +0050C2943 QuanZhou TDX Electronics Co., Ltd. +0050C2944 Wireonair A/S +0050C2945 Ex-i Flow Measurement Ltd. +0050C2946 MEGWARE Computer GmbH +0050C2947 IMEXHIGHWAY cvba +0050C2948 ELECTRONIA +0050C2949 taskit GmbH +0050C294A TRUMEDIA TECHNOLOGIES +0050C294B Piller engineering Ltd. +0050C294C TEMIX +0050C294D C&H technology ltd. +0050C294E Zynix Original Sdn. Bhd. +0050C294F IT-Designers GmbH +0050C2950 Tele and Radio Research Institute +0050C2951 EL.C.A. soc. coop. +0050C2952 Tech Fass s.r.o. +0050C2953 EPEL Industrial diff --git a/ieee-oui.txt b/ieee-oui.txt index 51a8c3f..54a9578 100644 --- a/ieee-oui.txt +++ b/ieee-oui.txt @@ -12,7 +12,7 @@ # # Blank lines and lines beginning with "#" are ignored. # -# This file was automatically generated by get-oui at 2008-05-04 19:06:10 +# This file was automatically generated by get-oui at 2008-07-24 19:46:20 # using data from http://standards.ieee.org/regauth/oui/oui.txt # # Do not edit this file. If you want to add additional MAC-Vendor mappings, @@ -385,7 +385,7 @@ 00016C FOXCONN 00016D CarrierComm Inc. 00016E Conklin Corporation -00016F HAITAI ELECTRONICS CO., LTD. +00016F Inkel Corp. 000170 ESE Embedded System Engineer'g 000171 Allied Data Technologies 000172 TechnoLand Co., LTD. @@ -489,7 +489,7 @@ 0001D3 PAXCOMM, Inc. 0001D4 Leisure Time, Inc. 0001D5 HAEDONG INFO & COMM CO., LTD -0001D6 MAN Roland Druckmaschinen AG +0001D6 manroland AG 0001D7 F5 Networks, Inc. 0001D8 Teltronics, Inc. 0001D9 Sigma, Inc. @@ -951,7 +951,7 @@ 0003A1 HIPER Information & Communication, Inc. 0003A2 Catapult Communications 0003A3 MAVIX, Ltd. -0003A4 Data Storage and Information Management +0003A4 Imation Corp. 0003A5 Medea Corporation 0003A6 Traxit Technology, Inc. 0003A7 Unixtar Technology, Inc. @@ -1017,7 +1017,7 @@ 0003E3 Cisco Systems, Inc. 0003E4 Cisco Systems, Inc. 0003E5 Hermstedt SG -0003E6 Entone Technologies, Inc. +0003E6 Entone, Inc. 0003E7 Logostek Co. Ltd. 0003E8 Wavelength Digital Limited 0003E9 Akara Canada, Inc. @@ -2330,7 +2330,7 @@ 00092A MYTECS Co.,Ltd. 00092B iQstor Networks, Inc. 00092C Hitpoint Inc. -00092D High Tech Computer, Corp. +00092D HTC Corporation 00092E B&Tech System Inc. 00092F Akom Technology Corporation 000930 AeroConcierge Inc. @@ -2822,7 +2822,7 @@ 000B17 MKS Instruments 000B18 PRIVATE 000B19 Vernier Networks, Inc. -000B1A Teltone Corporation +000B1A Industrial Defender, Inc. 000B1B Systronix, Inc. 000B1C SIBCO bv 000B1D LayerZero Power Systems, Inc. @@ -3650,7 +3650,7 @@ 000E53 AV TECH CORPORATION 000E54 AlphaCell Wireless Ltd. 000E55 AUVITRAN -000E56 4G Systems GmbH +000E56 4G Systems GmbH & Co. KG 000E57 Iworld Networking, Inc. 000E58 Sonos, Inc. 000E59 SAGEM SA @@ -4268,7 +4268,7 @@ 0010BD THE TELECOMMUNICATION TECHNOLOGY COMMITTEE 0010BE TELEXIS CORP. 0010BF InterAir Wireless -0010C0 ARMA, INC. +0010C0 ARMA, Inc. 0010C1 OI ELECTRIC CO., LTD. 0010C2 WILLNET, INC. 0010C3 CSI-CONTROL SYSTEMS @@ -5961,7 +5961,7 @@ 00175B ACS Solutions Switzerland Ltd. 00175C SHARP CORPORATION 00175D Dongseo system. -00175E Anta Systems, Inc. +00175E Zed-3 00175F XENOLINK Communications Co., Ltd. 001760 Naito Densei Machida MFG.CO.,LTD 001761 ZKSoftware Inc. @@ -6065,7 +6065,7 @@ 0017C3 KTF Technologies Inc. 0017C4 Quanta Microsystems, INC. 0017C5 SonicWALL -0017C6 Labcal Technologies +0017C6 Cross Match Technologies Inc 0017C7 MARA Systems Consulting AB 0017C8 Kyocera Mita Corporation 0017C9 Samsung Electronics Co., Ltd. @@ -6438,7 +6438,7 @@ 001938 UMB Communications Co., Ltd. 001939 Gigamips 00193A OESOLUTIONS -00193B Deliberant LLC +00193B Wilibox Deliberant Group LLC 00193C HighPoint Technologies Incorporated 00193D GMC Guardian Mobility Corp. 00193E PIRELLI BROADBAND SOLUTIONS @@ -7308,7 +7308,7 @@ 001C9E Dualtech IT AB 001C9F Razorstream, LLC 001CA0 Production Resource Group, LLC -001CA1 PRIVATE +001CA1 AKAMAI TECHNOLOGIES, INC. 001CA2 PIRELLI BROADBAND SOLUTIONS 001CA3 Terra 001CA4 Sony Ericsson Mobile Communications @@ -7397,7 +7397,7 @@ 001CF7 AudioScience 001CF8 Parade Technologies, Ltd. 001CF9 Cisco Systems -001CFA PRIVATE +001CFA Alarm.com 001CFB Motorola CHS 001CFC Suminet Communication Technologies (Shanghai) Co., Ltd. 001CFD Universal Electronics @@ -8665,6 +8665,273 @@ 0021EB ESP SYSTEMS, LLC 0021EC Solutronic GmbH 0021ED Telegesis +0021EE Full Spectrum Inc. +0021EF Kapsys +0021F0 EW3 Technologies LLC +0021F1 Tutus Data AB +0021F2 EASY3CALL Technology Limited +0021F3 M31 SpA +0021F4 INRange Systems, Inc +0021F5 Western Engravers Supply, Inc. +0021F6 Virtual Iron Software +0021F7 ProCurve Networking by HP +0021F8 Enseo, Inc. +0021F9 WIRECOM Technologies +0021FA A4SP Technologies Ltd. +0021FB LG Electronics +0021FC Nokia Danmark A/S +0021FD DSTA S.L. +0021FE Nokia Danmark A/S +0021FF Cyfrowy Polsat SA +002200 BLADE Network Technology +002201 Aksys Networks Inc +002202 Excito Elektronik i Skåne AB +002203 Glensound Electronics Ltd +002204 KORATEK +002205 WeLink Solutions, Inc. +002206 Cyberdyne Inc. +002207 Inteno Broadband Technology AB +002208 Certicom Corp +002209 Omron Healthcare Co., Ltd +00220A Rearden Labs +00220B National Source Coding Center +00220C Cisco Systems +00220D Cisco Systems +00220E Indigo Security Co., Ltd. +00220F MoCA (Multimedia over Coax Alliance) +002210 Motorola CHS +002211 Rohati Systems +002212 CAI Networks, Inc. +002213 PCI CORPORATION +002214 RINNAI KOREA +002215 ASUSTek COMPUTER INC. +002216 SHIBAURA VENDING MACHINE CORPORATION +002217 Neat Electronics +002218 Verivue Inc. +002219 Dell Inc +00221A Audio Precision +00221B Morega Systems +00221C PRIVATE +00221D Freegene Technology LTD +00221E Media Devices Co., Ltd. +00221F eSang Technologies Co., Ltd. +002220 Mitac Technology Corp +002221 ITOH DENKI CO,LTD. +002222 Betec Engineering GmbH +002223 TimeKeeping Systems, Inc. +002224 Good Will Instrument Co., Ltd. +002225 Thales Avionics Ltd +002226 Avaak, Inc. +002227 uv-electronic GmbH +002228 Breeze Innovations Ltd. +002229 Compumedics Ltd +00222A SoundEar A/S +00222B Nucomm, Inc. +00222C Ceton Corp +00222D SMC Networks Inc. +00222E maintech GmbH +00222F Open Grid Computing, Inc. +002230 FutureLogic Inc. +002231 SMT&C Co., Ltd. +002232 Design Design Technology Ltd +002233 Pirelli Broadband Solutions +002234 Corventis Inc. +002235 Strukton Systems bv +002236 VECTOR SP. Z O.O. +002237 Shinhint Group +002238 LOGIPLUS +002239 Indiana Life Sciences Incorporated +00223A Scientific Atlanta, Cisco SPVT Group +00223B Communication Networks, LLC +00223C RATIO Entwicklungen GmbH +00223D JumpGen Systems, LLC +00223E IRTrans GmbH +00223F Netgear Inc. +002240 Universal Telecom S/A +002241 Apple, Inc +002242 Alacron Inc. +002243 AzureWave Technologies, Inc. +002244 Chengdu Linkon Communications Device Co., Ltd +002245 Leine & Linde AB +002246 Evoc Intelligent Technology Co.,Ltd. +002247 DAC ENGINEERING CO., LTD. +002248 Microsoft Corporation +002249 HOME MULTIENERGY SL +00224A RAYLASE AG +00224B AIRTECH TECHNOLOGIES, INC. +00224C Nintendo Co., Ltd. +00224D MITAC INTERNATIONAL CORP. +00224E SEEnergy Corp. +00224F Byzoro Networks Ltd. +002250 Point Six Wireless, LLC +002251 Lumasense Technologies +002252 ZOLL Lifecor Corporation +002253 Entorian Technologies +002254 Bigelow Aerospace +002255 Cisco Systems +002256 Cisco Systems +002257 3Com Europe Ltd +002258 Taiyo Yuden Co., Ltd. +002259 Guangzhou New Postcom Equipment Co.,Ltd. +00225A Garde Security AB +00225B Teradici Corporation +00225C Multimedia & Communication Technology +00225D Digicable Network India Pvt. Ltd. +00225E Uwin Technologies Co.,LTD +00225F Liteon Technology Corporation +002260 AFREEY Inc. +002261 Frontier Silicon Ltd +002262 BEP Marine +002263 Koos Technical Services, Inc. +002264 Hewlett Packard +002265 Nokia Danmark A/S +002266 Nokia Danmark A/S +002267 Nortel Networks +002268 Hon Hai Precision Ind. Co., Ltd. +002269 Hon Hai Precision Ind. Co., Ltd. +00226A Honeywell +00226B Cisco-Linksys, LLC +00226C LinkSprite Technologies, Inc. +00226D Shenzhen GIEC Electronics Co., Ltd. +00226E Gowell Electronic Limited +00226F 3onedata Technology Co. Ltd. +002271 Jäger Computergesteuerte Messtechnik GmbH +002272 American Micro-Fuel Device Corp. +002273 Techway +002274 FamilyPhone AB +002275 Belkin International, Inc. +002276 Triple EYE B.V. +002277 NEC Australia Pty Ltd +002278 Shenzhen Tongfang Multimedia Technology Co.,Ltd. +002279 Nippon Conlux Co., Ltd. +00227A Telecom Design +00227B Apogee Labs, Inc. +00227C Woori SMT Co.,ltd +00227D YE DATA INC. +00227E Chengdu 30Kaitian Communication Industry Co.Ltd +00227F Ruckus Wireless +002280 A2B Electronics AB +002281 Daintree Networks Inc +002282 8086 Limited +002283 Juniper Networks +002284 DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD +002285 NOMUS COMM SYSTEMS +002286 ASTRON +002287 Titan Wireless LLC +002288 Sagrad, Inc. +002289 Optosecurity Inc. +00228A Teratronik elektronische systeme gmbh +00228B Kensington Computer Products Group +00228C Solar Verlag GmbH +00228D GBS Laboratories LLC +00228E TV-NUMERIC +00228F CNRS +002290 Cisco Systems +002291 Cisco Systems +002292 Cinetal +002293 ZTE Corporation +002294 Kyocera Corporation +002295 SGM Technology for lighting spa +002296 LinoWave Corporation +002297 XMOS Semiconductor +002298 Sony Ericsson Mobile Communications +002299 SeaMicro Inc. +00229A Lastar, Inc. +00229B AverLogic Technologies, Inc. +00229C Verismo Networks Inc +00229D PYUNG-HWA IND.CO.,LTD +00229E Social Aid Research Co., Ltd. +00229F Sensys Traffic AB +0022A0 Delphi Corporation +0022A1 Huawei Symantec Technologies Co.,Ltd. +0022A2 Xtramus Technologies +0022A3 California Eastern Laboratories +0022A4 2Wire +0022A5 Texas Instruments +0022A6 Sony Computer Entertainment America +0022A7 Tyco Electronics AMP GmbH +0022A8 Ouman Finland Oy +0022A9 LG Electronics Inc +0022AA Nintendo Co., Ltd. +0022AB Shenzhen Turbosight Technology Ltd +0022AC Hangzhou Siyuan Tech. Co., Ltd +0022AD TELESIS TECHNOLOGIES, INC. +0022AE Mattel Inc. +0022AF Safety Vision +0022B0 D-Link Corporation +0022B1 Elbit Systems +0022B2 4RF Communications Ltd +0022B3 Sei S.p.A. +0022B4 Motorola Mobile Devices +0022B5 NOVITA +0022B6 Superflow Technologies Group +0022B7 GSS Grundig SAT-Systems GmbH +0022B8 Norcott +0022B9 Analogix Seminconductor, Inc +0022BA HUTH Elektronik Systeme GmbH +0022BB beyerdynamic GmbH & Co. KG +0022BC JDSU France SAS +0022BD Cisco Systems +0022BE Cisco Systems +0022BF SieAmp Group of Companies +0022C0 Shenzhen Forcelink Electronic Co, Ltd +0022C1 Active Storage Inc. +0022C2 Proview Eletronica do Brasil LTDA +0022C3 Zeeport Technology Inc. +0022C4 epro GmbH +0022C5 INFORSON Co,Ltd. +0022C6 Sutus Inc +0022C7 SEGGER Microcontroller GmbH & Co. KG +0022C8 Applied Instruments +0022C9 Lenord, Bauer & Co GmbH +0022CA Anviz Biometric Tech. Co., Ltd. +0022CB IONODES Inc. +0022CC SciLog, Inc. +0022CD Ared Technology Co., Ltd. +0022CE Scientific Atlanta, Cisco SPVTG +0022CF PLANEX Communications INC +0022D0 Polar Electro Oy +0022D1 Albrecht Jung GmbH & Co. KG +0022D2 All Earth Comércio de Eletrônicos LTDA. +0022D3 Hub-Tech +0022D4 ComWorth Co., Ltd. +0022D5 Eaton Corp. Electrical Group Data Center Solutions - Pulizzi +0022D6 Cypak AB +0022D7 Nintendo Co., Ltd. +0022D8 Shenzhen GST Security and Safety Technology Limited +0022D9 Fortex Industrial Ltd. +0022DA ANATEK, LLC +0022DB Translogic Corporation +0022DC Vigil Health Solutions Inc. +0022DD Protecta Electronics Ltd +0022DE OPPO Digital, Inc. +0022DF TAMUZ Monitors +0022E0 Atlantic Software Technologies S.r.L. +0022E1 ZORT Labs, LLC. +0022E2 WABTEC Transit Division +0022E3 Amerigon +0022E4 APASS TECHNOLOGY CO., LTD. +0022E5 Fisher-Rosemount Systems Inc. +0022E6 Intelligent Data +0022E7 WPS Parking Systems +0022E8 Applition Co., Ltd. +0022E9 ProVision Communications +0022EA Rustelcom Inc. +0022EB Data Respons A/S +0022EC IDEALBT TECHNOLOGY CORPORATION +0022ED TSI Power Corporation +0022EE Algo Communication Products Ltd +0022EF Ibis Tek, LLC +0022F0 3 Greens Aviation Limited +0022F1 PRIVATE +0022F2 SunPower Corp +0022F3 SHARP CORPORATION +0022F4 AMPAK Technology, Inc. +0022F5 Advanced Realtime Tracking GmbH +0022F6 Syracuse Research Corporation +0022F7 Conceptronic +0022F8 Resurgent Health & Medical +0022F9 Pollin Electronic GmbH 002654 3Com Corporation 003000 ALLWELL TECHNOLOGY CORP. 003001 SMP @@ -10802,7 +11069,7 @@ 00D034 ORMEC SYSTEMS CORP. 00D035 BEHAVIOR TECH. COMPUTER CORP. 00D036 TECHNOLOGY ATLANTA CORP. -00D037 PHILIPS-DVS-LO BDR +00D037 Pace France 00D038 FIVEMERE, LTD. 00D039 UTILICOM, INC. 00D03A ZONEWORX, INC. @@ -11232,7 +11499,7 @@ 00E0D2 VERSANET COMMUNICATIONS, INC. 00E0D3 DATENTECHNIK GmbH 00E0D4 EXCELLENT COMPUTER -00E0D5 ARCXEL TECHNOLOGIES, INC. +00E0D5 Emulex Corporation 00E0D6 COMPUTER & COMMUNICATION RESEARCH LAB. 00E0D7 SUNSHINE ELECTRONICS, INC. 00E0D8 LANBit Computer, Inc.