Skip to content

Commit

Permalink
updated vendors list
Browse files Browse the repository at this point in the history
  • Loading branch information
NothinRandom committed Jul 10, 2020
1 parent 9d3fb45 commit 899b551
Showing 1 changed file with 111 additions and 1 deletion.
112 changes: 111 additions & 1 deletion scripts/consts.zeek
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,113 @@ export {
[1511] = "TOSEI ENGINEERING CORP.",
[1512] = "SAMSON AG",
[1513] = "TGW Mechanics GmbH",
[1514] = "Diatrend Corporation",
[1515] = "Servotronix",
[1516] = "VAHLE Automation GmbH",
[1517] = "JSL Technology Co.,Ltd.",
[1518] = "NetTechnix E&P GmbH",
[1519] = "Logix",
[1520] = "Tecweigh",
[1521] = "IVEK Corporation",
[1522] = "Dymax Corporation",
[1523] = "AQ M-TECH AB",
[1524] = "Rexnord Industries LLC",
[1525] = "Institute for Information Industry",
[1526] = "OPTEX FA Co., Ltd",
[1527] = "Volktek Corporation",
[1528] = "INGENIA",
[1529] = "Reserved",
[1530] = "Analytical Technology, Inc.",
[1531] = "Columbus McKinnon Corporation",
[1532] = "HBC-radiomatic GmbH",
[1533] = "Leonton Technologies",
[1534] = "Mitsubishi Electric India Pvt. Ltd.",
[1535] = "FOBA Laser, ALLTEC GmbH",
[1536] = "Leakmaster Inc.",
[1537] = "Buhler AG",
[1538] = "LINAK Denmark A/S",
[1539] = "FAS Electronics (Fujian) CO., LTD.",
[1540] = "SIEB & MEYER AG",
[1541] = "Process Automation",
[1542] = "Watson-Marlow Ltd",
[1543] = "ABB Switzerland Ltd - Low Voltage Products",
[1544] = "3DM Devices Inc.",
[1545] = "adphos",
[1546] = "Hangzhou Hikrobot Technology Co., Ltd.",
[1547] = "TOSS GmbH & Co. KG",
[1548] = "Solar Turbines Incorporated",
[1549] = "Reserved",
[1550] = "Neptec Technologies Corp.",
[1551] = "Carlo Gavazzi Industri",
[1552] = "Nippon Gear",
[1553] = "OSIsoft, LLC",
[1554] = "Rinco Ultrasonics AG",
[1555] = "Humatics Corporation",
[1556] = "Reserved",
[1557] = "Mitutoyo",
[1558] = "swisca",
[1559] = "Micro-Epsilon Messtechnik GmbH & Co. KG",
[1560] = "AMADA MIYACHI AMERICA",
[1561] = "Taihan Electric Wire Co., Ltd.",
[1562] = "Janome Sewing Machine Co., Ltd.",
[1563] = "ISHIDA",
[1564] = "NAKANISHI INC.",
[1565] = "Mecademic Inc.",
[1566] = "Friedrich Lütze GmbH",
[1567] = "Sigma (NSW) PTY LTD",
[1568] = "Mesta Electronics, Inc.",
[1569] = "Conch Electronic",
[1570] = "Bayshore Networks, Inc.",
[1571] = "TRIDIMEO",
[1572] = "Motortronics UK Ltd.",
[1573] = "Doosan Robotics",
[1574] = "ADVANCED Motion Controls",
[1575] = "OnRobot A/S",
[1576] = "3onedata Co., Ltd.",
[1577] = "Oetiker",
[1578] = "SICK OPTEX",
[1579] = "SOLOMON Technology Corporation",
[1580] = "Falldorf Sensor GmbH",
[1581] = "Kahler Automation Corporation",
[1582] = "Accuenergy (Canada) Inc.",
[1583] = "TCI, LLC - An Allied Motion Company",
[1584] = "Sun Automation",
[1585] = "READY Robotics Corporation",
[1586] = "PEM, Power Eng & Mfg., Inc",
[1587] = "Dürr Somac GmbH",
[1588] = "RIFTEK LLC",
[1589] = "Cyient Inc.",
[1590] = "Samsara",
[1591] = "RICOH Industrial Solutions Inc.",
[1592] = "Shanghai Junqian Sensing Technology Co. Ltd.",
[1593] = "Knick Elektronische Messgeräte GmbH & Co. KG",
[1594] = "Magnescale. Co., Ltd.",
[1595] = "ICONICS, INC.",
[1596] = "Weintek Labs., Inc",
[1597] = "Sherpa, Inc.",
[1598] = "Inspekto A.M.V LTD.",
[1599] = "Hydronix Ltd",
[1600] = "AIOI- SYSTEMS CO. LTD.",
[1601] = "Ingenieurbüro Mewes & Partner GmbH",
[1602] = "HIGHYAG Lasertechnologie GmbH",
[1603] = "Ningbo Jetron Technology Co. Ltd.",
[1604] = "Myostat Motion Control",
[1605] = "A-T Controls, Inc",
[1606] = "M2M craft Co., Ltd.",
[1607] = "FUTEK Advanced Sensor Technology, Inc.",
[1608] = "Cetek",
[1609] = "Norgren Manufacturing Co., Ltd.",
[1610] = "Bernstein AG",
[1611] = "Hitachi Industrial Products, Ltd.",
[1612] = "Nova-Tron Controls Corporation",
[1613] = "Duplomatic MS spa",
[1614] = "Ambrit Ltd",
[1615] = "Highlight Tech Corp.",
[1616] = "New Power Plasma Co. Ltd.",
[1617] = "AGCO Corporation",
[1618] = "Techman Robot",
[1619] = "Nabeya Bi-tech Kaisha",
[1620] = "SCHLUMBERGER",
} &default = function(i: count):string { return fmt("vendor (%d)", i); } &redef;

## ENIP device type description
Expand Down Expand Up @@ -1635,9 +1742,12 @@ export {
[48] = "CIP Motion Converter",
[49] = "CIP Motion I/O",
[50] = "ControlNet Physical Layer Component",
[51] = "Circuit Breaker",
[52] = "HART Device",
[53] = "CIP-HART Translator",
[100] = "In-Sight 2000 Series",
[200] = "Embedded Component",
[150] = "PowerFlex 525",
[200] = "Embedded Component",
[773] = "DataMan Series Reader",
} &default = function(i: count):string { return fmt("device_type (%d)", i); } &redef;

Expand Down

0 comments on commit 899b551

Please sign in to comment.