[Automatic manuf, services and enterprise-numbers update for 2014-05-11]

Change-Id: I877ce2410f90860e9da2144748f51b111235393f
Reviewed-on: https://code.wireshark.org/review/1589
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Gerald Combs 2014-05-11 08:04:39 -07:00 committed by Evan Huus
parent 06657caa15
commit 2f023ea2ed
5 changed files with 373 additions and 21 deletions

View File

@ -35,6 +35,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
* XXX We should probably parse a USB ID file at program start instead
* of generating this file.
*/
#include "config.h"
#include <epan/packet.h>
@ -2145,7 +2150,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x1230, "Chipidea-Microelectronica, S.A." },
{ 0x1233, "Denver Electronics" },
{ 0x1234, "Brain Actuated Technologies" },
{ 0x1235, "Novation EMS" },
{ 0x1235, "Focusrite-Novation" },
{ 0x1241, "Belkin" },
{ 0x124a, "AirVast" },
{ 0x124b, "Nyko (Honey Bee)" },
@ -2181,6 +2186,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x12d2, "LINE TECH INDUSTRIAL CO., LTD." },
{ 0x12d6, "EMS Dr. Thomas Wuensche" },
{ 0x12d7, "BETTER WIRE FACTORY CO., LTD." },
{ 0x12d8, "Araneus Information Systems Oy" },
{ 0x12e6, "Waldorf Music GmbH" },
{ 0x12ef, "Tapwave, Inc." },
{ 0x12f5, "Dynamic System Electronics Corp." },
@ -2196,6 +2202,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x132a, "Envara Inc." },
{ 0x132b, "Konica Minolta" },
{ 0x1342, "Mobility" },
{ 0x1343, "Citizen Systems" },
{ 0x1345, "Sino Lite Technology Corp." },
{ 0x1347, "Moravian Instruments" },
{ 0x1348, "Katsuragawa Electric Co., Ltd." },
@ -2247,6 +2254,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x1410, "Novatel Wireless" },
{ 0x1415, "Nam Tai E&E Products Ltd. or OmniVision Technologies, Inc." },
{ 0x1419, "ABILITY ENTERPRISE CO., LTD." },
{ 0x1421, "Sensor Technology" },
{ 0x1429, "Vega Technologies Industrial (Austria) Co." },
{ 0x142a, "Thales E-Transactions" },
{ 0x142b, "Arbiter Systems, Inc." },
@ -2293,6 +2301,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x14dd, "Raritan Computer, Inc." },
{ 0x14e0, "WiNRADiO Communications" },
{ 0x14e1, "Dialogue Technology Corp." },
{ 0x14e4, "Broadcom Corp." },
{ 0x14e5, "SAIN Information & Communications Co., Ltd." },
{ 0x14ea, "Planex Communications" },
{ 0x14ed, "Shure Inc." },
@ -2304,6 +2313,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x1514, "Actel" },
{ 0x1516, "CompUSA" },
{ 0x1518, "Cheshire Engineering Corp." },
{ 0x1519, "Comneon" },
{ 0x1520, "Bitwire Corp." },
{ 0x1524, "ENE Technology Inc" },
{ 0x1527, "Silicon Portals" },
@ -2312,6 +2322,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x152d, "JMicron Technology Corp. / JMicron USA Technology Corp." },
{ 0x152e, "LG (HLDS)" },
{ 0x1532, "Razer USA, Ltd" },
{ 0x153b, "TerraTec Electronic GmbH" },
{ 0x1546, "U-Blox AG" },
{ 0x1547, "SG Intec Ltd & Co KG" },
{ 0x154a, "Celectronic GmbH" },
@ -2404,6 +2415,7 @@ static const value_string usb_vendors_vals[] = {
{ 0x16ca, "Wireless Cables, Inc." },
{ 0x16cc, "silex technology, Inc." },
{ 0x16d0, "MCS" },
{ 0x16d1, "Suprema Inc." },
{ 0x16d3, "Frontline Test Equipment, Inc." },
{ 0x16d5, "AnyDATA Corporation" },
{ 0x16d6, "JABLOCOM s.r.o." },
@ -2416,12 +2428,15 @@ static const value_string usb_vendors_vals[] = {
{ 0x1707, "ARTIMI" },
{ 0x170b, "Swissonic" },
{ 0x170d, "Avnera" },
{ 0x1711, "Leica Microsystems" },
{ 0x1724, "Meyer Instruments (MIS)" },
{ 0x1725, "Vitesse Semiconductor" },
{ 0x1726, "Axesstel, Inc." },
{ 0x172f, "Waltop International Corp." },
{ 0x1733, "Cellink Technology Co., Ltd" },
{ 0x1736, "CANON IMAGING SYSTEM TECHNOLOGIES INC." },
{ 0x1737, "Linksys" },
{ 0x173d, "QSENN" },
{ 0x1740, "Senao" },
{ 0x1743, "General Atomics" },
{ 0x1748, "MQP Electronics" },
@ -15151,16 +15166,20 @@ static const value_string usb_products_vals[] = {
{ 0x12d11521, "K4505 HSPA+" },
{ 0x12d1155a, "R205 Mobile WiFi (CD-ROM mode)" },
{ 0x12d11575, "K5150 LTE modem" },
{ 0x12d115ca, "E3131 3G/UMTS/HSPA+ Modem (Mass Storage Mode)" },
{ 0x12d11805, "AT&T Go Phone U2800A phone" },
{ 0x12d11c05, "E173s 3G broadband stick (modem on)" },
{ 0x12d11c0b, "E173s 3G broadband stick (modem off)" },
{ 0x12d11c20, "R205 Mobile WiFi (Charging)" },
{ 0x12d11d50, "ET302s TD-SCDMA/TD-HSDPA Mobile Broadband" },
{ 0x12d11f01, "E353/E3131 (Mass storage mode)" },
{ 0x12d11f16, "K5150 LTE modem (Mass Storage Mode)" },
{ 0x12d1360f, "Huawei Mediapad (mode 0)" },
{ 0x12d1361f, "Huawei Mediapad (mode 1)" },
{ 0x12d1380b, "WiMAX USB modem(s)" },
{ 0x12d60444, "CPC-USB/ARM7" },
{ 0x12d60888, "CPC-USB/M16C" },
{ 0x12d80001, "Alea I True Random Number Generator" },
{ 0x12e60013, "Blofeld" },
{ 0x12ef0100, "Tapwave Handheld [Tapwave Zodiac]" },
{ 0x12f71a00, "TD Classic 003B" },
@ -15170,7 +15189,7 @@ static const value_string usb_products_vals[] = {
{ 0x13021016, "Haier Ibiza Rhapsody" },
{ 0x13021017, "Haier Ibiza Rhapsody" },
{ 0x13070163, "256MB/512MB/1GB Flash Drive" },
{ 0x13070165, "2GB/4GB Flash Drive" },
{ 0x13070165, "2GB/4GB/8GB Flash Drive" },
{ 0x13070190, "Ut190 8 GB Flash Drive with MicroSD reader" },
{ 0x13070310, "SD/MicroSD CardReader [hama]" },
{ 0x13070330, "63-in-1 Multi-Card Reader/Writer" },
@ -15180,6 +15199,21 @@ static const value_string usb_products_vals[] = {
{ 0x13080003, "VFD Module" },
{ 0x1308c001, "eHome Infrared Transceiver" },
{ 0x13100001, "Class 1 Bluetooth Dongle" },
{ 0x13130010, "LC1 Linear Camera (Jungo)" },
{ 0x13130011, "SP1 Spectrometer (Jungo)" },
{ 0x13130012, "SP2 Spectrometer (Jungo)" },
{ 0x13130110, "LC1 Linear Camera (VISA)" },
{ 0x13130111, "SP1 Spectrometer (VISA)" },
{ 0x13130112, "SP2 Spectrometer (VISA)" },
{ 0x13138001, "TXP-Series Slot (TXP5001, TXP5004)" },
{ 0x13138012, "BC106 Camera Beam Profiler" },
{ 0x13138013, "WFS10 Wavefront Sensor" },
{ 0x13138017, "BC206 Camera Beam Profiler" },
{ 0x13138019, "BP2 Multi Slit Beam Profiler" },
{ 0x13138020, "PM300 Optical Power Meter" },
{ 0x13138021, "PM300E Optical Power and Energy Meter" },
{ 0x13138022, "PM320E Optical Power and Energy Meter" },
{ 0x13138030, "ER100 Extinction Ratio Meter" },
{ 0x13138070, "PM100D" },
{ 0x131d0155, "TrackIR 3 Pro Head Tracker" },
{ 0x131d0156, "TrackIR 4 Pro Head Tracker" },
@ -15220,6 +15254,9 @@ static const value_string usb_products_vals[] = {
{ 0x13420203, "EasiDock 200 Printer Port" },
{ 0x13420204, "Ethernet" },
{ 0x13420304, "EasiDock Ethernet" },
{ 0x13430003, "CX / DNP DS40" },
{ 0x13430004, "CX-W / DNP DS80" },
{ 0x13430005, "CY / DNP DSRX" },
{ 0x1345001c, "Xbox Controller Hub" },
{ 0x13456006, "Defender Wireless Controller" },
{ 0x13470400, "G2CCD USB 1.1 obsolete" },
@ -15227,6 +15264,8 @@ static const value_string usb_products_vals[] = {
{ 0x13470402, "G2CCD2" },
{ 0x13470403, "G2/G3CCD-I KAI CCD" },
{ 0x13470404, "G2/G3/G4 CCD-F KAF CCD" },
{ 0x13470405, "Gx CCD-I CCD" },
{ 0x13470406, "Gx CCD-F CCD" },
{ 0x13470410, "G1-0400 CCD" },
{ 0x13470411, "G1-0800 CCD" },
{ 0x13470412, "G1-0300 CCD" },
@ -15264,8 +15303,10 @@ static const value_string usb_products_vals[] = {
{ 0x138a0018, "Fingerprint scanner" },
{ 0x138a003c, "VFS471 Fingerprint Reader" },
{ 0x138a003d, "VFS491" },
{ 0x138a0050, "Swipe Fingerprint Sensor" },
{ 0x138e9000, "Raisonance S.A. STM32 ARM evaluation board" },
{ 0x13900001, "GO 520 T/GO 630/ONE XL (v9)" },
{ 0x13905454, "Blue & Me 2" },
{ 0x13911000, "URTC-1000" },
{ 0x13953556, "USB Headset" },
{ 0x139700bc, "BCF2000" },
@ -15293,6 +15334,9 @@ static const value_string usb_products_vals[] = {
{ 0x13b10031, "AM10 v1 802.11n [Ralink RT3072]" },
{ 0x13b10039, "AE1200 802.11bgn Wireless Adapter [Broadcom BCM43235]" },
{ 0x13b1003a, "AE2500 802.11abgn Wireless Adapter [Broadcom BCM43236]" },
{ 0x13b1003b, "AE3000 802.11abgn (3x3) Wireless Adapter [Ralink RT3573]" },
{ 0x13b1003e, "AE6000 802.11a/b/g/n/ac Wireless Adapter [MediaTek MT7610U]" },
{ 0x13b1003f, "WUSB6300 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]" },
{ 0x13b113b1, "WUSB200: Wireless-G Business Network Adapter with Rangebooster" },
{ 0x13b20030, "Multimix 8" },
{ 0x13ba0001, "Konig Electronic CMP-KEYPAD12 Numeric Keypad" },
@ -15346,10 +15390,13 @@ static const value_string usb_products_vals[] = {
{ 0x13d33306, "Mediao 802.11n WLAN [Realtek RTL8191SU]" },
{ 0x13d33315, "Bluetooth module" },
{ 0x13d33375, "Atheros AR3012 Bluetooth 4.0 Adapter" },
{ 0x13d33392, "Azurewave 43228+20702" },
{ 0x13d33394, "Bluetooth" },
{ 0x13d35070, "Webcam" },
{ 0x13d35111, "Integrated Webcam" },
{ 0x13d35115, "Integrated Webcam" },
{ 0x13d35116, "Integrated Webcam" },
{ 0x13d35122, "2M Integrated Webcam" },
{ 0x13d35126, "PC Cam" },
{ 0x13d35702, "UVC VGA Webcam" },
{ 0x13d35710, "UVC VGA Webcam" },
@ -15363,22 +15410,27 @@ static const value_string usb_products_vals[] = {
{ 0x13ee0003, "Optical Mouse" },
{ 0x13fd0840, "INIC-1618L SATA" },
{ 0x13fd0841, "Samsung SE-T084M DVD-RW" },
{ 0x13fd1040, "INIC-1511L PATA Bridge" },
{ 0x13fd1340, "Hi-Speed USB to SATA Bridge" },
{ 0x13fd160f, "RocketFish SATA Bridge [INIC-1611]" },
{ 0x13fd1640, "INIC-1610L SATA Bridge" },
{ 0x13fd1669, "INIC-1609PN" },
{ 0x13fd1840, "INIC-1608 SATA bridge" },
{ 0x13fd1e40, "INIC-1610P SATA bridge" },
{ 0x13fe1a00, "512MB/1GB Flash Drive" },
{ 0x13fe1a23, "512MB Flash Drive" },
{ 0x13fe1d00, "DataTraveler 2.0 1GB/4GB Flash Drive / Patriot Xporter 4GB Flash Drive" },
{ 0x13fe1e00, "Flash Drive 2 GB [ICIDU 2 GB]" },
{ 0x13fe1e50, "U3 Smart Drive" },
{ 0x13fe1f00, "DataTraveler 2.0 4GB Flash Drive / Patriot Xporter 32GB (PEF32GUSB) Flash Drive" },
{ 0x13fe1f23, "2Gb" },
{ 0x13fe1f00, "Kingston DataTraveler / Patriot Xporter" },
{ 0x13fe1f23, "PS2232 flash drive controller" },
{ 0x13fe2240, "microSD card reader" },
{ 0x13fe3100, "2/4 GB stick" },
{ 0x13fe3123, "Verbatim STORE N GO 4GB" },
{ 0x13fe3600, "flash drive (4GB, EMTEC)" },
{ 0x13fe3800, "Rage XT Flash Drive" },
{ 0x13fe3e00, "Flash Drive" },
{ 0x13fe5000, "USB flash drive (32 GB SHARKOON Accelerate)" },
{ 0x13fe5100, "Flash Drive" },
{ 0x14030001, "Digital Photo Frame" },
{ 0x14091000, "generic (firmware not loaded yet)" },
@ -15404,6 +15456,7 @@ static const value_string usb_products_vals[] = {
{ 0x14150000, "Sony SingStar USBMIC" },
{ 0x14150020, "Sony Wireless SingStar" },
{ 0x14152000, "Sony Playstation Eye" },
{ 0x14210605, "Sentech Camera" },
{ 0x142a0003, "Artema Hybrid" },
{ 0x142a0005, "Artema Modular" },
{ 0x142a0043, "medCompact" },
@ -15425,6 +15478,10 @@ static const value_string usb_products_vals[] = {
{ 0x14575117, "OpenMoko Neo1973 kernel usbnet (g_ether, CDC Ethernet) mode" },
{ 0x14575118, "OpenMoko Neo1973 Debug board (V2+)" },
{ 0x14575119, "OpenMoko Neo1973 u-boot cdc_acm serial port" },
{ 0x1457511a, "HXD8 u-boot usbtty CDC ACM Mode" },
{ 0x1457511b, "SMDK2440 u-boot usbtty CDC ACM mode" },
{ 0x1457511c, "SMDK2443 u-boot usbtty CDC ACM mode" },
{ 0x1457511d, "QT2410 u-boot usbtty CDC ACM mode" },
{ 0x14575120, "OpenMoko Neo1973 u-boot usbtty generic serial" },
{ 0x14575121, "OpenMoko Neo1973 kernel mass storage (g_storage) mode" },
{ 0x14575122, "OpenMoko Neo1973 / Neo Freerunner kernel cdc_ether USB network" },
@ -15464,6 +15521,7 @@ static const value_string usb_products_vals[] = {
{ 0x14847616, "Elsa Hub" },
{ 0x14850001, "U2E" },
{ 0x14850002, "Psion Gold Port Ethernet" },
{ 0x148f1000, "Motorola BC4 Bluetooth 3.0+HS Adapter" },
{ 0x148f1706, "RT2500USB Wireless Adapter" },
{ 0x148f2070, "RT2070 Wireless Adapter" },
{ 0x148f2570, "RT2570 Wireless Adapter" },
@ -15480,9 +15538,13 @@ static const value_string usb_products_vals[] = {
{ 0x148f5370, "RT5370 Wireless Adapter" },
{ 0x148f5372, "RT5372 Wireless Adapter" },
{ 0x148f5572, "RT5572 Wireless Adapter" },
{ 0x148f7601, "MT7601U Wireless Adapter" },
{ 0x148f9020, "RT2500USB Wireless Adapter" },
{ 0x148f9021, "RT2501USB Wireless Adapter" },
{ 0x14910020, "FS81 Fingerprint Scanner Module" },
{ 0x14930010, "Bluebird [Ambit]" },
{ 0x14930019, "Duck [Ambit2]" },
{ 0x1493001a, "Colibri [Ambit2 S]" },
{ 0x1498a090, "DVB-T Tuner" },
{ 0x149a2107, "DBX1 DSP core" },
{ 0x14aa0001, "Avermedia AverTV DVBT USB1.1 (cold)" },
@ -15510,11 +15572,12 @@ static const value_string usb_products_vals[] = {
{ 0x14c20250, "Storage Adapter V2" },
{ 0x14c20350, "Storage Adapter V2" },
{ 0x14cd121c, "microSD card reader" },
{ 0x14cd121f, "microSD CardReader SY-T18" },
{ 0x14cd123a, "SD/MMC/RS-MMC Card Reader" },
{ 0x14cd125c, "SD card reader" },
{ 0x14cd127b, "SDXC Reader" },
{ 0x14cd6116, "M6116 SATA Bridge" },
{ 0x14cd6600, "USB 2.0 IDE DEVICE" },
{ 0x14cd6600, "M110E PATA bridge" },
{ 0x14cd6700, "Card Reader" },
{ 0x14cd6900, "Card Reader" },
{ 0x14cd8123, "SD MMC Reader" },
@ -15531,6 +15594,9 @@ static const value_string usb_products_vals[] = {
{ 0x14f70003, "CableStar Combo HD CI" },
{ 0x14f70004, "AirStar TeleStick 2" },
{ 0x14f70500, "DVB-PC TV Star HD" },
{ 0x15090a01, "LI-3100 Area Meter" },
{ 0x15090a02, "LI-7000 CO2/H2O Gas Analyzer" },
{ 0x15090a03, "C-DiGit Blot Scanner" },
{ 0x15099242, "eHome Infrared Transceiver" },
{ 0x15130444, "medMobile" },
{ 0x15142003, "FlashPro3 Programmer" },
@ -15540,10 +15606,14 @@ static const value_string usb_products_vals[] = {
{ 0x15168628, "Pen Drive" },
{ 0x15180001, "HDReye High Dynamic Range Camera" },
{ 0x15180002, "HDReye (before firmware loads)" },
{ 0x15190020, "HSIC Device" },
{ 0x15246680, "UTS 6680" },
{ 0x15270200, "YAP Phone (no firmware)" },
{ 0x15270201, "YAP Phone" },
{ 0x15293100, "CDMA 1xRTT USB Modem (U-100/105/200/300/520)" },
{ 0x152a8400, "INI DVS128" },
{ 0x152a840d, "INI DAViS" },
{ 0x152a841a, "INI DAViS FX3" },
{ 0x152d0539, "JMS539 SuperSpeed SATA II 3.0G Bridge" },
{ 0x152d0770, "Alienware Integrated Webcam" },
{ 0x152d2329, "JM20329 SATA Bridge" },
@ -15560,6 +15630,7 @@ static const value_string usb_products_vals[] = {
{ 0x15320003, "Krait Mouse" },
{ 0x15320007, "DeathAdder Mouse" },
{ 0x15320013, "Orochi mouse" },
{ 0x15320015, "Naga Mouse" },
{ 0x15320016, "DeathAdder Mouse" },
{ 0x15320017, "RZ01-0035 Laser Gaming Mouse [Imperator]" },
{ 0x1532001c, "RZ01-0036 Optical Gaming Mouse [Abyssus]" },
@ -15569,12 +15640,17 @@ static const value_string usb_products_vals[] = {
{ 0x15320101, "Copperhead Mouse" },
{ 0x15320102, "Tarantula Keyboard" },
{ 0x15320109, "Lycosa Keyboard" },
{ 0x15320113, "RZ07-0074 Gaming Keypad [Orbweaver]" },
{ 0x15320300, "RZ06-0063 Motion Sensing Controllers [Hydra]" },
{ 0x153b1181, "Cinergy S2 PCIe Dual Port 1" },
{ 0x153b1182, "Cinergy S2 PCIe Dual Port 2" },
{ 0x15471000, "SG-Lock[U2]" },
{ 0x154a8180, "CARD STAR/medic2" },
{ 0x154b0010, "USB 2.0 Flash Drive" },
{ 0x154b0048, "Flash Drive" },
{ 0x154b004d, "8 GB Flash Drive" },
{ 0x154b0057, "32GB Micro Slide Attache Flash Drive" },
{ 0x154b007a, "8GB Classic Attache Flash Drive" },
{ 0x154b6545, "FD Device" },
{ 0x154e3000, "Marantz RC9001 Remote Control" },
{ 0x15545010, "PV-D231U(RN)-F [PixelView PlayTV SBTVD Full-Seg]" },
@ -15604,7 +15680,8 @@ static const value_string usb_products_vals[] = {
{ 0x15a20042, "OSBDM - Debug Port" },
{ 0x15a2004f, "i.MX28 SystemOnChip in RecoveryMode" },
{ 0x15a20052, "i.MX50 SystemOnChip in RecoveryMode" },
{ 0x15a20054, "i.MX6Q SystemOnChip in RecoveryMode" },
{ 0x15a20054, "i.MX 6Dual/6Quad SystemOnChip in RecoveryMode" },
{ 0x15a20061, "i.MX 6Solo/6DualLite SystemOnChip in RecoveryMode" },
{ 0x15a41000, "AF9015/AF9035 DVB-T stick" },
{ 0x15a41001, "AF9015/AF9035 DVB-T stick" },
{ 0x15a41336, "SDHC/MicroSD/MMC/MS/M2/CF/XD Flash Card Reader" },
@ -15633,6 +15710,7 @@ static const value_string usb_products_vals[] = {
{ 0x15c00101, "3M pixel Microscope Camera" },
{ 0x15c20036, "LC16M VFD Display/IR Receiver" },
{ 0x15c20038, "GD01 MX LCD Display/IR Receiver" },
{ 0x15c20042, "Antec Veris Multimedia Station E-Z IR Receiver" },
{ 0x15c2ffda, "iMON PAD Remote Controller" },
{ 0x15c2ffdc, "iMON PAD Remote Controller" },
{ 0x15c50008, "WL532U 802.11g Adapter" },
@ -15654,6 +15732,7 @@ static const value_string usb_products_vals[] = {
{ 0x15d90a41, "MI-2540D [Optical mouse]" },
{ 0x15d90a4c, "USB+PS/2 Optical Mouse" },
{ 0x15d90a4d, "Optical Mouse" },
{ 0x15d90a4f, "Optical Mouse" },
{ 0x15e12007, "RSA SecurID (R) Authenticator" },
{ 0x15e40024, "Mixtrack" },
{ 0x15e40140, "ION VCR 2 PC / Video 2 PC" },
@ -15870,6 +15949,9 @@ static const value_string usb_products_vals[] = {
{ 0x16900726, "Wi-Fi Wireless LAN Adapter" },
{ 0x16900740, "802.11n Wireless LAN Card" },
{ 0x16900901, "Voyager 205 ADSL Router" },
{ 0x16902000, "naturaSign Pad Standard" },
{ 0x16902001, "naturaSign Pad Standard" },
{ 0x1690fe12, "Bootloader" },
{ 0x16a63000, "VTG-3xxx Video Test Generator family" },
{ 0x16a64000, "VTG-4xxx Video Test Generator family" },
{ 0x16a65000, "VTG-5xxx Video Test Generator family" },
@ -15915,6 +15997,7 @@ static const value_string usb_products_vals[] = {
{ 0x16c005e4, "Free shared USB VID/PID pair for MIDI devices" },
{ 0x16c006b4, "USB2LPT with 2 interfaces" },
{ 0x16c006b5, "USB2LPT with 3 interfaces (native, HID, printer)" },
{ 0x16c00762, "Osmocom SIMtrace" },
{ 0x16c0076b, "OpenPCD 13.56MHz RFID Reader" },
{ 0x16c0076c, "OpenPICC 13.56MHz RFID Simulator (native)" },
{ 0x16c008ac, "OpenBeacon USB stick" },
@ -15942,9 +16025,12 @@ static const value_string usb_products_vals[] = {
{ 0x16d0075c, "AB-1.x UAC1 [Audio Widget]" },
{ 0x16d0075d, "AB-1.x UAC2 [Audio Widget]" },
{ 0x16d0080a, "S2E1 Interface" },
{ 0x16d00870, "Kaufmann Automotive GmbH, RKS+CAN Interface" },
{ 0x16d10401, "SUP-SFR400(A) BioMini Fingerprint Reader" },
{ 0x16d56202, "CDMA/UMTS/GPRS modem" },
{ 0x16d56501, "CDMA 2000 1xRTT/EV-DO Modem" },
{ 0x16d56502, "CDMA/UMTS/GPRS modem" },
{ 0x16d56603, "ADU-890WH modem" },
{ 0x16d68000, "GDP-04 desktop phone" },
{ 0x16d68001, "EYE-02" },
{ 0x16d68003, "GDP-04 modem" },
@ -15969,6 +16055,8 @@ static const value_string usb_products_vals[] = {
{ 0x17030001, "NormSoft, Inc. Pocket Tunes" },
{ 0x17030002, "NormSoft, Inc. Pocket Tunes 4" },
{ 0x170b0011, "MIDI-USB 1x1" },
{ 0x17113020, "IC80 HD Camera" },
{ 0x17240115, "PAXcam5" },
{ 0x17261000, "wireless modem" },
{ 0x17262000, "wireless modem" },
{ 0x17263000, "wireless modem" },
@ -15992,6 +16080,9 @@ static const value_string usb_products_vals[] = {
{ 0x17370077, "WUSB54GC v3 802.11g Adapter [Ralink RT2070L]" },
{ 0x17370078, "WUSB100 v2 RangePlus Wireless Network Adapter [Ralink RT3070]" },
{ 0x17370079, "WUSB600N v2 Dual-Band Wireless-N Network Adapter [Ralink RT3572]" },
{ 0x173d0002, "GP-K7000 keyboard" },
{ 0x17400100, "EUB1200AC AC1200 DB Wireless Adapter [Realtek RTL8812AU]" },
{ 0x17400600, "EUB600v1 802.11abgn Wireless Adapter [Ralink RT3572]" },
{ 0x17400605, "LevelOne WUA-0605 N_Max Wireless USB Adapter" },
{ 0x17400615, "LevelOne WUA-0615 N_Max Wireless USB Adapter" },
{ 0x17401000, "NUB-350 802.11g Wireless Adapter [Intersil ISL3887]" },
@ -16004,8 +16095,10 @@ static const value_string usb_products_vals[] = {
{ 0x17409705, "EnGenius 802.11n Wireless USB Adapter" },
{ 0x17409706, "EUB9706 802.11n Wireless Adapter [Ralink RT3072]" },
{ 0x17409801, "EUB9801 802.11abgn Wireless Adapter [Ralink RT3572]" },
{ 0x17480101, "Packet-Master USB12" },
{ 0x174c5106, "Transcend StoreJet 25M3" },
{ 0x174c55aa, "ASMedia 2105 SATA bridge" },
{ 0x174c5136, "ASM1053 SATA 6Gb/s bridge" },
{ 0x174c55aa, "ASM1051 SATA 3Gb/s bridge" },
{ 0x174f1105, "SM-MS/Pro-MMC-XD Card Reader" },
{ 0x174f110b, "HP Webcam" },
{ 0x174f1403, "Integrated Webcam" },
@ -16039,6 +16132,7 @@ static const value_string usb_products_vals[] = {
{ 0x17810c30, "Telldus TellStick" },
{ 0x17810c31, "Telldus TellStick Duo" },
{ 0x17810c9f, "USBtiny" },
{ 0x17811eef, "OpenAPC SecuKey" },
{ 0x17840001, "eHome Infrared Transceiver" },
{ 0x17840004, "RF Combo Device" },
{ 0x17840006, "eHome Infrared Transceiver" },
@ -16053,11 +16147,13 @@ static const value_string usb_products_vals[] = {
{ 0x17a00002, "Q1U dynamic microphone" },
{ 0x17a00100, "C03U multi-pattern microphone" },
{ 0x17a00101, "UB1 boundary microphone" },
{ 0x17a00120, "Meteorite condenser microphone" },
{ 0x17a00200, "StudioDock monitors (internal hub)" },
{ 0x17a00201, "StudioDock monitors (audio)" },
{ 0x17a00210, "StudioGT monitors" },
{ 0x17a00301, "Q2U handheld microphone with XLR" },
{ 0x17a00302, "GoMic compact condenser microphone" },
{ 0x17a00303, "C01U Pro condenser microphone" },
{ 0x17a00304, "Q2U handheld mic with XLR" },
{ 0x17a00305, "GoMic compact condenser mic" },
{ 0x17a00310, "Meteor condenser microphone" },
@ -16095,12 +16191,15 @@ static const value_string usb_products_vals[] = {
{ 0x17e9037b, "Plugable USB-VGA-165" },
{ 0x17e9037c, "Plugable DC-125" },
{ 0x17e9037d, "Plugable USB2-HDMI-165" },
{ 0x17e9410a, "HDMI Adapter" },
{ 0x17e9430a, "HP Port Replicator (Composite Device)" },
{ 0x17e94312, "S2340T" },
{ 0x17ef1000, "Hub" },
{ 0x17ef1003, "Integrated Smart Card Reader" },
{ 0x17ef1004, "Integrated Webcam" },
{ 0x17ef1008, "Hub" },
{ 0x17ef100a, "ThinkPad Mini Dock Plus Series 3" },
{ 0x17ef304b, "AX88179 Gigabit Ethernet [ThinkPad OneLink GigaLAN]" },
{ 0x17ef3815, "ChipsBnk 2GB USB Stick" },
{ 0x17ef4802, "Lenovo Vc0323+MI1310_SOC Camera" },
{ 0x17ef4807, "UVC Camera" },
@ -16121,6 +16220,8 @@ static const value_string usb_products_vals[] = {
{ 0x17ef6007, "Smartcard Keyboard" },
{ 0x17ef6009, "ThinkPad Keyboard with TrackPoint" },
{ 0x17ef6014, "Mini Wireless Keyboard N5901" },
{ 0x17ef6025, "ThinkPad Travel Mouse" },
{ 0x17ef7203, "Ethernet adapter [U2L 100P-Y1]" },
{ 0x17ef740a, "Lenovo K1" },
{ 0x17ef741c, "Lenovo ThinkPad Tablet" },
{ 0x17ef7423, "IdeaPad A1 Tablet" },

View File

@ -1,6 +1,6 @@
PRIVATE ENTERPRISE NUMBERS
(last updated 2014-05-05)
(last updated 2014-05-10)
SMI Network Management Private Enterprise Codes:
@ -12130,7 +12130,7 @@ Decimal
Dennis Oszuscik
denniso&cninews.com
3031
daoCon
dao Consulting, LLC
David Osborn
david.osborn&daoConsulting.com
3032
@ -145478,8 +145478,8 @@ Decentralization / Helenic Public Administra
support&directone.ro
36474
Lifespan Corporation
Christopher Logan
clogan&lifespan.org
Paul Howard
pdhoward&lifespan.org
36475
Fujian Etim Information & Technology Co,.Ltd.
yangxiaoyan
@ -156718,8 +156718,8 @@ Decentralization / Helenic Public Administra
David.Hodgson&teleware.com
39284
Mountain States Health Alliance
Kimberly Trent
trentkk&msha.com
Kevin Bowes
boweskj&msha.com
39285
Prime Engineering Ltd
Jeff Johnson
@ -174304,6 +174304,178 @@ Decentralization / Helenic Public Administra
Chorus Limited
David Vink
chorusopsnotify&chorus.co.nz
43681
ELESTER-PKP Sp. z o.o.
Robert Bojara
robert.bojara&elester-pkp.com.pl
43682
ITSA Consulting, LLC
Joshua M Miller
joshua&itsecureadmin.com
43683
ALDEIS
Damien guigue
damien&yooda.com
43684
NOVASIB GmbH
René Carl
rene.carl&novasib.de
43685
biz:Consult Unternehmensberatung GmbH
Gregor Kralik
gregor.kralik&bizconsult.at
43686
Jefferson County
David Olsen
itstaff&co.jefferson.wa.us
43687
Christoph Knott - IT-Sicherheitstechnik
Christoph Knott
info&it-sicher.com
43688
GERMEN ELEKTRONIK LTD
MURAT GERMEN
mgermen&germen.com.tr
43689
schugart
Dimitri Fagart
raspberry&schugart.net
43690
The Active Network
Heather Tillman
heather.tillman&activenetwork.com
43691
Michael Kettner
Michael Kettner
mikettner&gmx.de
43692
haberberger.com
Andreas Haberberger
admin&haberberger.com
43693
Fotolia LLC
Renaud Chaput
renaud&fotolia.com
43694
Omega Intelligence Systems Ltd
Martin Adamczyk
martin&omegahq.biz
43695
5nine Software
Dr. Konstantin Malkov
kmalkov&5nine.com
43696
LLC Info-Kontent
Sergey Mudrak
sergey.mudrak&beeper.ru
43697
JSC Bryansk Supply Company
Ivan Toporkov
Ivan&elektro-32.ru
43698
Joint Electronic Teller Services Ltd.
Ricky Man
rickyman&jetco.com.hk
43699
EasyData, LLC
Vladimir Baranov
info&easydata.ru
43700
PathCore
Dan Hosseinzadeh
iana.org&pathcore.ca
43701
HySecurity, Inc.
Chuck Davidson
cdavidson&hysecurity.com
43702
Dom-Daniel
Artashes Kalantarian
artashes&dom-daniel.com
43703
Wacom Company Ltd.
Daniel Dietz
daniel.dietz&wacom.eu
43704
Accutron Instruments Inc
Mike Sharkey
mike&accutroninstruments.com
43705
F!nTcH.org
Vincent BECHON
fintch&fintch.org
43706
Statnett SF
Roar Håkonsen
roar.hakonsen&statnett.no
43707
Australian Rail Tecchnology
Thomas George
t.george&ar-tech.com.au
43708
SimonMed Imaging
Chris Diehn
cdiehn&simonmed.com
43709
AirDSL (Pty) Ltd
Iliyan Dobrev
iliyan&airdsl.co.za
43710
GAMESA
Jose Antonio Contreras Caballero
jacontreras&gamesacorp.com
43711
mySupply ApS
Peter Freiberg
peter.schmidt.freiberg&mySupply.dk
43712
Universidad Central de Venezuela
Alberto Bellorin
alberto.bellorin&ucv.ve
43713
Code 42
Ethan J Sommer
ethan&code42.com
43714
Mega Soft Computación, C.A.
Jose E. Delgado
infra&megasoft.com.ve
43715
Data Infrastructure Technologies Ltd.
Chris Ianculovici
crs5tx&gmail.com
43716
Veterinary Nurse Solutions Pty Ltd
Deane Klaer
deane&vetnurse.com.au
43717
imensup
makan jooyani
info&imensup.com
43718
Österreichisches Weltraum Forum
Sebastian Sams
sebastian.sams&oewf.org
43719
Telvio LLC
Andrew Kolchoogin
gadm&telvio.ru
43720
Creat0r.pro
Sergey A. Prokofyev
s-proff&creat0r.pro
43721
Cyberoam Technologies Pvt. Ltd.
Sanket Handa
pen.iana&cyberoam.com
43722
DAC Systems, Inc.
Mark Nickson
mnickson&dacsystems.com
43723
Stancil Corporation
Simon Farrow
simon.farrow&stancilcorp.com
End of Document

View File

@ -1,11 +1,14 @@
/*
* THIS FILE IS AUTOGENERATED, DO NOT EDIT
* generated from http://www.iana.org/assignments/enterprise-numbers
* run "tools/make-sminmspec <infile> <outfile>" to regenerate
* run "tools/make-sminmpec.pl <infile> <outfile>" to regenerate
*
* Note: "Gaps" in the iana enterprise-numbers list have been "filled in"
* with "(Unknown)" as the name so that direct (indexed) access
* to the list is possible.
* Note 1: "Gaps" in the iana enterprise-numbers list have been "filled in"
* with "(Unknown)" as the name so that direct (indexed) access to
* the list is possible.
*
* Note 2: We should probably parse "enterprise-numbers" at program start
* instead of generating this file.
*/
#include "config.h"
@ -3048,7 +3051,7 @@ const value_string sminmpec_values[] = {
{ 3028, "Dialogic Corporation" },
{ 3029, "Digital Data Security" },
{ 3030, "ISCNI" },
{ 3031, "daoCon" },
{ 3031, "dao Consulting, LLC" },
{ 3032, "Beaufort Memorial Hospital" },
{ 3033, "Informationstechnik Dr. Hansmeyer" },
{ 3034, "URMET SUD s.p.a." },
@ -43698,6 +43701,49 @@ const value_string sminmpec_values[] = {
{ 43678, "Michael Kramer" },
{ 43679, "SETTE" },
{ 43680, "Chorus Limited" },
{ 43681, "ELESTER-PKP Sp. z o.o." },
{ 43682, "ITSA Consulting, LLC" },
{ 43683, "ALDEIS" },
{ 43684, "NOVASIB GmbH" },
{ 43685, "biz:Consult Unternehmensberatung GmbH" },
{ 43686, "Jefferson County" },
{ 43687, "Christoph Knott - IT-Sicherheitstechnik" },
{ 43688, "GERMEN ELEKTRONIK LTD" },
{ 43689, "schugart" },
{ 43690, "The Active Network" },
{ 43691, "Michael Kettner" },
{ 43692, "haberberger.com" },
{ 43693, "Fotolia LLC" },
{ 43694, "Omega Intelligence Systems Ltd" },
{ 43695, "5nine Software" },
{ 43696, "LLC Info-Kontent" },
{ 43697, "JSC Bryansk Supply Company" },
{ 43698, "Joint Electronic Teller Services Ltd." },
{ 43699, "EasyData, LLC" },
{ 43700, "PathCore" },
{ 43701, "HySecurity, Inc." },
{ 43702, "Dom-Daniel" },
{ 43703, "Wacom Company Ltd." },
{ 43704, "Accutron Instruments Inc" },
{ 43705, "F!nTcH.org" },
{ 43706, "Statnett SF" },
{ 43707, "Australian Rail Tecchnology" },
{ 43708, "SimonMed Imaging" },
{ 43709, "AirDSL (Pty) Ltd" },
{ 43710, "GAMESA" },
{ 43711, "mySupply ApS" },
{ 43712, "Universidad Central de Venezuela" },
{ 43713, "Code 42" },
{ 43714, "Mega Soft Computaci\0303\0263n, C.A." },
{ 43715, "Data Infrastructure Technologies Ltd. " },
{ 43716, "Veterinary Nurse Solutions Pty Ltd" },
{ 43717, "imensup" },
{ 43718, "\0303\0226sterreichisches Weltraum Forum" },
{ 43719, "Telvio LLC" },
{ 43720, "Creat0r.pro" },
{ 43721, "Cyberoam Technologies Pvt. Ltd." },
{ 43722, "DAC Systems, Inc." },
{ 43723, "Stancil Corporation" },
{ 0, NULL}
};

35
manuf
View File

@ -17449,6 +17449,7 @@
0C:A4:02 AlcatelL # Alcatel Lucent IPD
0C:A4:2A ObTeleco # OB Telecom Electronic Technology Co., Ltd
0C:A6:94 SunitecE # Sunitec Enterprise Co.,Ltd
0C:AC:05 UnitendT # Unitend Technologies Inc.
0C:AF:5A GenusPow # GENUS POWER INFRASTRUCTURES LIMITED
0C:B4:EF Digience # Digience Co.,Ltd.
0C:BD:51 TctMobil # TCT Mobile Limited
@ -17787,6 +17788,7 @@
18:C4:51 TucsonEm # Tucson Embedded Systems
18:C8:E7 Shenzhen # Shenzhen Hualistone Technology Co.,Ltd
18:CC:23 PhilioTe # Philio Technology Corporation
18:CF:5E LiteonTe # Liteon Technology Corporation
18:D0:71 DasanSmc # DASAN SMC, Inc.
18:D5:B6 SmgHoldi # SMG Holdings LLC
18:D6:6A Inmarsat
@ -18305,6 +18307,7 @@
2C:EE:26 Petroleu # Petroleum Geo-Services
2C:F2:03 EmkoElek # EMKO ELEKTRONIK SAN VE TIC AS
2C:F4:C5 Avaya # Avaya, Inc
2C:FA:A2 Alcatel- # Alcatel-Lucent
2E:2E:2E LaaLocal # LAA (Locally Administered Address) for Meditech Systems
30:05:5C BrotherI # Brother industries, LTD.
30:0B:9C DeltaMob # Delta Mobile Systems, Inc.
@ -19869,6 +19872,7 @@
5C:0E:8B Motorola
5C:11:93 SealOne # Seal One AG
5C:14:37 Thyssenk # Thyssenkrupp Aufzugswerke GmbH
5C:15:15 Advan
5C:15:E1 AidcTech # AIDC TECHNOLOGY (S) PTE LTD
5C:16:C7 BigSwitc # Big Switch Networks
5C:17:37 I-ViewNo # I-View Now, LLC.
@ -19959,8 +19963,10 @@
5C:F9:38 Apple # Apple, Inc
5C:F9:6A HuaweiTe # Huawei Technologies Co., Ltd
5C:F9:DD Dell # Dell Inc
5C:F9:F0 AtomosEn # Atomos Engineering P/L
5C:FF:35 Wistron # Wistron Corporation
5C:FF:FF Shenzhen # Shenzhen Kezhonglong Optoelectronic Technology Co., Ltd
60:02:92 Pegatron # PEGATRON CORPORATION
60:02:B4 WistronN # Wistron NeWeb Corp.
60:03:08 Apple
60:03:47 BillionE # Billion Electric Co. Ltd.
@ -20104,6 +20110,7 @@
64:4D:70 Dspace # dSPACE GmbH
64:4F:74 Lenus # LENUS Co., Ltd.
64:4F:B0 HyunjinC # Hyunjin.com
64:51:06 HewlettP # Hewlett Packard
64:51:7E LongBenD # LONG BEN (DONGGUAN) ELECTRONIC TECHNOLOGY CO.,LTD.
64:52:99 Chamberl # The Chamberlain Group, Inc
64:53:5D Frausche # Frauscher Sensortechnik
@ -20491,6 +20498,7 @@
70:B3:D5:01:60:00/36 Guardian # Guardian Controls International Ltd
70:B3:D5:01:D0:00/36 WeiglEle # Weigl Elektronik & Mediaprojekte
70:B3:D5:02:90:00/36 MarimoEl # Marimo electronics Co.,Ltd.
70:B3:D5:03:B0:00/36 Ssl-Elec # SSL - Electrical Aerospace Ground Equipment Section
70:B3:D5:04:40:00/36 DonElect # Don Electronics Ltd
70:B3:D5:05:20:00/36 SudoPrem # Sudo Premium Engineering
70:B3:D5:07:70:00/36 Inaccess # InAccess Networks SA
@ -20507,6 +20515,7 @@
70:B3:D5:18:30:00/36 EvcoSPA # Evco S.p.a.
70:B3:D5:18:40:00/36 Xv360Opt # XV360 Optical Information Systems Ltd.
70:B3:D5:19:00:00/36 FantomWi # Fantom Wireless, Inc.
70:B3:D5:19:C0:00/36 Kubu # Kubu, Inc.
70:B3:D5:1A:C0:00/36 SvpBroad # SVP Broadcast Microwave S.L.
70:B3:D5:20:40:00/36 Twc
70:B3:D5:23:C0:00/36 Quasonix # Quasonix, LLC
@ -20516,6 +20525,7 @@
70:B3:D5:2A:50:00/36 Taitotek # Taitotekniikka
70:B3:D5:2D:40:00/36 Ct # CT Company
70:B3:D5:2D:A0:00/36 SkywaveN # Skywave Networks Private Limited
70:B3:D5:2E:30:00/36 Meiknolo # Meiknologic GmbH
70:B3:D5:2F:00:00/36 Clock-O- # Clock-O-Matic
70:B3:D5:2F:D0:00/36 SpecialP # Special Projects Group, Inc
70:B3:D5:30:50:00/36 CaitronI # CAITRON Industrial Solutions GmbH
@ -20547,11 +20557,13 @@
70:B3:D5:54:E0:00/36 RflElect # RFL Electronics, Inc.
70:B3:D5:55:90:00/36 EagleMou # Eagle Mountain Technology
70:B3:D5:56:40:00/36 Christma # christmann informationstechnik + medien GmbH & Co. KG
70:B3:D5:57:B0:00/36 Elamakat # ELAMAKATO GmbH
70:B3:D5:58:70:00/36 IncaaCom # INCAA Computers
70:B3:D5:5A:80:00/36 Farmobil # Farmobile
70:B3:D5:5A:A0:00/36 ChugokuE # Chugoku Electric Manufacturing Co.,Inc
70:B3:D5:5B:50:00/36 LehighEl # Lehigh Electric Products Co
70:B3:D5:5E:80:00/36 Vitec
70:B3:D5:5F:00:00/36 Managee # managee GmbH & Co KG
70:B3:D5:60:B0:00/36 Edgeware # Edgeware AB
70:B3:D5:60:C0:00/36 IstElekt # IST ElektronikgesmbH
70:B3:D5:61:F0:00/36 Labotect # Labotect Labor-Technik-Göttingen GmbH
@ -20566,6 +20578,7 @@
70:B3:D5:70:20:00/36 SensorHi # Sensor Highway Ltd
70:B3:D5:71:00:00/36 Guardian # Guardian Controls International Ltd
70:B3:D5:75:10:00/36 Gnf
70:B3:D5:75:50:00/36 Landmark # LandmarkTech Systems Technology Co.,Ltd.
70:B3:D5:79:A0:00/36 Innerspe # Innerspec Technologies Inc.
70:B3:D5:7A:90:00/36 Adidas # adidas AG
70:B3:D5:7E:70:00/36 Atessa # Atessa, Inc.
@ -20581,6 +20594,7 @@
70:B3:D5:90:80:00/36 Accusoni # Accusonic
70:B3:D5:91:80:00/36 GlovaRai # Glova Rail A/S
70:B3:D5:93:60:00/36 FaroTech # FARO TECHNOLOGIES, INC.
70:B3:D5:95:60:00/36 Aerovisi # AeroVision Avionics, Inc.
70:B3:D5:96:F0:00/36 4cam # 4CAM GmbH
70:B3:D5:99:40:00/36 KeffNetw # KeFF Networks
70:B3:D5:9A:70:00/36 Honeywel # Honeywell
@ -20592,6 +20606,7 @@
70:B3:D5:A4:00:00/36 StrackLi # STRACK LIFT AUTOMATION GmbH
70:B3:D5:A7:A0:00/36 FluidMan # Fluid Management Technology
70:B3:D5:AB:70:00/36 Siglead # SIGLEAD INC
70:B3:D5:AB:C0:00/36 Bkm-Micr # BKM-Micronic Richtfunkanlagen GmbH
70:B3:D5:AC:80:00/36 Heartlan # Heartland.Data Inc.
70:B3:D5:AD:D0:00/36 GhlBerha # GHL Systems Berhad
70:B3:D5:AE:90:00/36 CariElec # Cari Electronic
@ -20602,6 +20617,7 @@
70:B3:D5:B2:A0:00/36 MyroCont # Myro Control, LLC
70:B3:D5:B3:30:00/36 AplexTec # Aplex Technology Inc.
70:B3:D5:B3:90:00/36 MbConnec # MB Connect Line GmbH
70:B3:D5:B3:C0:00/36 DorletSa # DORLET SAU
70:B3:D5:B3:D0:00/36 Inras # Inras GmbH
70:B3:D5:B8:80:00/36 Arp # ARP Corporation
70:B3:D5:B8:A0:00/36 NexusTec # Nexus Tech. VN
@ -20622,6 +20638,7 @@
70:B3:D5:CB:70:00/36 Hkc # HKC Limited
70:B3:D5:CB:C0:00/36 ProconEl # Procon Electronics Pty Ltd
70:B3:D5:CE:90:00/36 Kinemetr # KINEMETRICS
70:B3:D5:D1:E0:00/36 HoustonR # Houston Radar LLC
70:B3:D5:D4:70:00/36 Yotascop # YotaScope Technologies Co., Ltd.
70:B3:D5:D4:E0:00/36 Flsmidth
70:B3:D5:D8:60:00/36 WpgsysPt # WPGSYS Pte Ltd
@ -20640,6 +20657,7 @@
70:B3:D5:E5:30:00/36 Mi # MI INC.
70:B3:D5:E7:40:00/36 Exfronti # Exfrontier Co., Ltd.
70:B3:D5:E9:90:00/36 Advitron # Advitronics telecom bv
70:B3:D5:E9:A0:00/36 MetaComp # Meta Computing Services, Corp
70:B3:D5:EB:00:00/36 NautelLi # Nautel Limted
70:B3:D5:EC:D0:00/36 Sbs-Fein # SBS-Feintechnik GmbH & Co. KG
70:B3:D5:EC:F0:00/36 Ipitek
@ -20799,6 +20817,7 @@
78:1D:FD Jabil # Jabil Inc
78:1F:DB SamsungE # Samsung Electronics Co.,Ltd
78:22:3D Affirmed # Affirmed Networks
78:24:AF AsustekC # ASUSTek COMPUTER INC.
78:25:44 Omnima # Omnima Limited
78:25:AD SamsungE # SAMSUNG ELECTRONICS CO., LTD.
78:2B:CB Dell # Dell Inc
@ -21001,6 +21020,7 @@
7C:C8:D0 TianjinY # TIANJIN YAAN TECHNOLOGY CO., LTD.
7C:C8:D7 Damalisk
7C:CB:0D AntairaT # Antaira Technologies, LLC
7C:CC:B8 IntelCor # Intel Corporate
7C:CD:11 Ms-Magne # MS-Magnet
7C:CD:3C Guangzho # Guangzhou Juzing Technology Co., Ltd
7C:CF:CF Shanghai # Shanghai SEARI Intelligent System Co., Ltd
@ -21649,6 +21669,7 @@
98:29:3F FujianSt # Fujian Start Computer Equipment Co.,Ltd
98:2C:BE 2wire
98:2D:56 Resoluti # Resolution Audio
98:2F:3C SichuanC # Sichuan Changhong Electric Ltd.
98:30:00 BeijingK # Beijing KEMACOM Technologies Co., Ltd.
98:30:71 Daikyung # DAIKYUNG VASCOM
98:34:9D KraussMa # Krauss Maffei Technologies GmbH
@ -22430,6 +22451,7 @@ B4:B5:2F HewlettP # Hewlett Packard
B4:B5:42 HubbellP # Hubbell Power Systems, Inc.
B4:B5:AF MinsungE # Minsung Electronics
B4:B6:76 IntelCor # Intel Corporate
B4:B8:59 Texa # Texa Spa
B4:B8:8D Thuh # Thuh Company
B4:C4:4E VxlEtech # VXL eTech Pvt Ltd
B4:C7:99 Motorola # Motorola Solutions Inc.
@ -22456,6 +22478,7 @@ B4:FC:75 SemaElec # SEMA Electronics(HK) CO.,LTD
B4:FE:8C CentroSi # Centro Sicurezza Italia SpA
B8:03:05 IntelCor # Intel Corporate
B8:04:15 BayanAud # Bayan Audio
B8:08:CF IntelCor # Intel Corporate
B8:0B:9D RopexInd # ROPEX Industrie-Elektronik GmbH
B8:14:13 KeenHigh # Keen High Holding(HK) Ltd.
B8:16:19 ArrisGro # ARRIS Group, Inc.
@ -22610,6 +22633,7 @@ BC:51:FE SwannCom # Swann Communications Pty Ltd
BC:52:B7 Apple
BC:5F:F4 AsrockIn # ASRock Incorporation
BC:62:9F TelenetP # Telenet Systems P. Ltd.
BC:67:1C Cisco
BC:67:78 Apple
BC:67:84 Environi # Environics Oy
BC:6A:16 Tdvine
@ -23149,6 +23173,7 @@ D0:95:C7 Pantech # Pantech Co., Ltd.
D0:9B:05 Emtronix
D0:9C:30 FosterEl # Foster Electric Company, Limited
D0:9D:0A Linkcom
D0:A0:D6 ChengduT # Chengdu TD Tech Ltd.
D0:A3:11 Neuberge # Neuberger Gebäudeautomation GmbH
D0:AE:EC AlphaNet # Alpha Networks Inc.
D0:AF:B6 LinktopT # Linktop Technology Co., LTD
@ -23229,7 +23254,7 @@ D4:52:51 IbtIngen # IBT Ingenieurbureau Broennimann Thun
D4:52:97 Nstreams # nSTREAMS Technologies, Inc.
D4:53:AF VigoSyst # VIGO System S.A.
D4:5A:B2 Galleon # Galleon Systems
D4:5C:70 Wireless # Wireless Gigabit Alliance
D4:5C:70 Wi-FiAll # Wi-Fi Alliance
D4:5D:42 Nokia # Nokia Corporation
D4:64:F7 ChengduU # CHENGDU USEE DIGITAL TECHNOLOGY CO., LTD
D4:66:A8 RiedoNet # Riedo Networks GmbH
@ -23307,6 +23332,7 @@ D8:05:2E Skyviia # Skyviia Corporation
D8:06:D1 Honeywel # Honeywell Fire System (Shanghai) Co,. Ltd.
D8:08:F5 ArcadiaN # Arcadia Networks Co. Ltd.
D8:09:C3 Cercacor # Cercacor Labs
D8:0C:CF CGVSAS # C.G.V. S.A.S.
D8:0D:E3 FxiTechn # FXI TECHNOLOGIES AS
D8:15:0D Tp-LinkT # TP-LINK TECHNOLOGIES CO.,LTD.
D8:16:0A NipponEl # Nippon Electro-Sensory Devices
@ -23803,6 +23829,7 @@ EC:17:66 Research # Research Centre Module
EC:1A:59 BelkinIn # Belkin International Inc.
EC:21:9F VidaboxL # VidaBox LLC
EC:22:57 JiangsuN # JiangSu NanJing University Electronic Information Technology Co.,Ltd
EC:22:80 D-LinkIn # D-Link International
EC:23:3D HuaweiTe # Huawei Technologies Co., Ltd
EC:23:68 Intelliv # IntelliVoice Co.,Ltd.
EC:2A:F0 Ypsomed # Ypsomed AG
@ -23850,6 +23877,7 @@ EC:A2:9B KemppiOy # Kemppi Oy
EC:A8:6B Elitegro # ELITEGROUP COMPUTER SYSTEMS CO., LTD.
EC:B1:06 AcuroNet # Acuro Networks, Inc
EC:B5:41 ShinanoE # SHINANO E and E Co.Ltd.
EC:B9:07 Cloudgen # CloudGenix Inc
EC:BB:AE Digivoic # Digivoice Tecnologia em Eletronica Ltda
EC:BD:09 FusionEl # FUSION Electronics Ltd
EC:C3:8A Accuener # Accuenergy (CANADA) Inc
@ -23924,6 +23952,7 @@ F0:68:53 Integrat # Integrated Corporation
F0:6B:CA SamsungE # Samsung Electronics Co.,Ltd
F0:72:8C SamsungE # Samsung Electronics Co.,Ltd
F0:73:AE Peak-Sys # PEAK-System Technik
F0:76:1C CompalIn # COMPAL INFORMATION (KUNSHAN) CO., LTD.
F0:77:65 Sourcefi # Sourcefire, Inc
F0:77:D0 Xcellen
F0:7B:CB HonHaiPr # Hon Hai Precision Ind. Co.,Ltd.
@ -23988,6 +24017,7 @@ F0:F9:F7 Ies # IES GmbH & Co. KG
F0:FD:A0 AcurixNe # Acurix Networks LP
F4:03:21 BenextBV # BeNeXt B.V.
F4:04:4C Valencet # ValenceTech Limited
F4:06:69 IntelCor # Intel Corporate
F4:06:8D Devolo # devolo AG
F4:06:A5 Hangzhou # Hangzhou Bianfeng Networking Technology Co., Ltd.
F4:0B:93 Research # Research In Motion
@ -24137,6 +24167,7 @@ F8:69:71 SeibuEle # Seibu Electric Co.,
F8:6E:CF Arcx # Arcx Inc
F8:71:FE GoldmanS # The Goldman Sachs Group, Inc.
F8:72:EA Cisco
F8:73:94 Netgear # NETGEAR INC.,
F8:76:9B Neopis # Neopis Co., Ltd.
F8:7B:62 FastwelI # FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch
F8:7B:7A ArrisGro # ARRIS Group, Inc.
@ -24167,6 +24198,7 @@ F8:B5:99 Guangzho # Guangzhou CHNAVS Digital Technology Co.,Ltd
F8:BC:12 Dell # Dell Inc
F8:C0:01 JuniperN # Juniper Networks
F8:C0:91 Highgate # Highgates Technology
F8:C2:88 Cisco
F8:C6:78 Carefusi # Carefusion
F8:D0:AC SonyComp # Sony Computer Entertainment Inc.
F8:D0:BD SamsungE # Samsung Electronics Co.,Ltd
@ -24302,6 +24334,7 @@ FC:F8:B7 TronteqE # TRONTEQ Electronic
FC:FA:F7 Shanghai # Shanghai Baud Data Communication Co.,Ltd.
FC:FB:FB Cisco # CISCO SYSTEMS, INC.
FC:FE:77 HitachiR # Hitachi Reftechno, Inc.
FC:FF:AA IeeeRegi # IEEE REGISTRATION AUTHORITY - Please see MAL public listing for more information.
#
# Well-known addresses.

View File

@ -11286,8 +11286,8 @@ ip-provision 43190/udp # IP-PROVISION [Roman_Kriis] [Roman_Kriis]
noit-transport 43191/tcp # Reconnoiter Agent Data Transport [Theo_Schlossnagle] [Theo_Schlossnagle] 2009-05-19
shaperai 43210/tcp # Shaper Automation Server Management [Shaper_Automation] [Yohann_Sulaiman] 2012-06-22
shaperai-disc 43210/udp # Shaper Automation Server Management Discovery [Shaper_Automation] [Yohann_Sulaiman] 2012-06-22
eq3-update 43439/tcp # EQ3 firmware update [eQ-3_AG] [Falk_Werner] 2012-02-10
eq3-config 43439/udp # EQ3 discovery and configuration [eQ-3_AG] [Falk_Werner] 2012-02-10
eq3-update 43439/tcp # EQ3 firmware update [eQ-3_Entwicklung_GmbH] [Tido_de_Vries] 2012-02-10 2014-05-09
eq3-config 43439/udp # EQ3 discovery and configuration [eQ-3_Entwicklung_GmbH] [Tido_de_Vries] 2012-02-10 2014-05-09
ew-mgmt 43440/tcp # Cisco EnergyWise Management
ew-disc-cmd 43440/udp # Cisco EnergyWise Discovery and Command Flooding [John_Parello] [John_Parello] 2009-05-19
ciscocsdb 43441/tcp # Cisco NetMgmt DB Ports [Cisco_Systems] [Cisco_Systems] 2005-11