aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-10-30 16:44:51 +0000
committerGerald Combs <gerald@wireshark.org>2022-10-31 10:05:45 +0000
commita42d245c2b12aeaf9a652a430d2677456772800b (patch)
tree5c1f142b51c0ec7e9f3dc2823fae07da00abe0c3
parent179ecc114cdd712951e0bb888e7bdb43fe1518df (diff)
[Automatic update for 2022-10-30]
Update manuf, services enterprise numbers, translations, and other items.
-rw-r--r--AUTHORS1
-rw-r--r--NEWS4
-rw-r--r--enterprises.tsv47
-rw-r--r--epan/dissectors/packet-tls-utils.c2
-rw-r--r--epan/pci-ids.c102
-rw-r--r--manuf91
-rw-r--r--ui/qt/wireshark_de.ts40
-rw-r--r--ui/qt/wireshark_en.ts53
-rw-r--r--ui/qt/wireshark_es.ts40
-rw-r--r--ui/qt/wireshark_fr.ts40
-rw-r--r--ui/qt/wireshark_it.ts40
-rw-r--r--ui/qt/wireshark_ja_JP.ts54
-rw-r--r--ui/qt/wireshark_pl.ts24
-rw-r--r--ui/qt/wireshark_ru.ts40
-rw-r--r--ui/qt/wireshark_sv.ts40
-rw-r--r--ui/qt/wireshark_tr_TR.ts46
-rw-r--r--ui/qt/wireshark_uk.ts24
-rw-r--r--ui/qt/wireshark_zh_CN.ts24
18 files changed, 483 insertions, 229 deletions
diff --git a/AUTHORS b/AUTHORS
index bfcdfc9f03..370f3e8282 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4060,6 +4060,7 @@ Alexander Stein <alexanders83[AT]web.de>
Alexander Wetzel <alexander.wetzel[AT]web.de>
Alexandr Savca <alexandr.savca89[AT]gmail.com>
Alexis Green <alexis.green[AT]nokia.com>
+Alexis Gryta <alexis.gryta[AT]liquid-markets.com>
Alfred Koebler <alfred.koebler[AT]gmx.de>
Alfredo <aandreswork[AT]hotmail.com>
Ali Sabil <ali.sabil[AT]koperadev.com>
diff --git a/NEWS b/NEWS
index 0ef8a167e9..83f2bc66eb 100644
--- a/NEWS
+++ b/NEWS
@@ -42,7 +42,9 @@ Wireshark 4.1.0 Release Notes
New Protocol Support
- SAP Network Interface (SAPNI)
+ SAP Network Interface (SAPNI), Support for almost all WoW 1.12
+ messages has been added., and World of Warcraft World (WOWW) display
+ filters have been changed to be more internally consistent.
Updated Protocol Support
diff --git a/enterprises.tsv b/enterprises.tsv
index 05ff85348b..81559d806e 100644
--- a/enterprises.tsv
+++ b/enterprises.tsv
@@ -5,7 +5,7 @@
# The format used here is: <NUMERICAL_ID><SPACE><NAME>
# Where SPACE can be any sequence of spaces and tabs.
#
-# (last updated 2022-10-22)
+# (last updated 2022-10-29)
0 Reserved
1 NxNetworks
@@ -48579,7 +48579,7 @@
48760 Envall Tech
48761 SEYR
48762 AiEmTi LLC
-48763 VoltDB
+48763 Volt Active Data
48764 HeartVista, Inc.
48765 1705 Purdue
48766 Sawtelle & Palms
@@ -59320,3 +59320,46 @@
59528 Logansport Memorial Hospital Cancer Care Center
59529 Unitas Global
59530 SSOSEC
+59531 Hunan RongTeng Networks Technology Co., Ltd.
+59532 MAURER SE
+59533 FamNet.at
+59534 American Cardiology, LLC
+59535 3ntropy Technologies
+59536 ZIMA TARASHE TOOS IT AND TELECOM COMPANY
+59537 TsingYao Technology Limited
+59538 KliqSpot
+59539 cryptMail.io
+59540 Integración Digital Ingeniería
+59541 FCWSistemas - TI
+59542 Liea Tecnologia Ltda
+59543 Alberto Silva
+59544 Xronex Corporation
+59545 Sierra County
+59546 Lightmatter, Inc.
+59547 2WAY
+59548 Survalent
+59549 Elettronica GmbH
+59550 PM Group GmbH
+59551 TASSTA GMBH
+59552 Jayketek Solutions
+59553 JMCME LLC
+59554 Cleaning901.com
+59555 山东英特力光通信开发有限公司 (Shandong Intelli Optical Communication Development Co., Ltd.)
+59556 TRANSPORT SOPYBOIS
+59557 Transports Ligneul
+59558 karev.ch
+59559 MeshPlusPlus, Inc.
+59560 CA VESOUL
+59561 LABITI
+59562 Beatrice Community Hospital and Health Center
+59563 Diputación Provincial de Albacete
+59564 Landratsamt Boeblingen
+59565 VDL Groep B.V.
+59566 T-COM LLC
+59567 PACCAR Inc.
+59568 Ekip Telekom
+59569 Beijing Shengshi Gongying Communication Technology Co., Ltd
+59570 LMN Software Corp
+59571 Sibopt, LLC
+59572 Exonetik
+59573 Jan F. Orth
diff --git a/epan/dissectors/packet-tls-utils.c b/epan/dissectors/packet-tls-utils.c
index 88907b8484..ceda8e0b04 100644
--- a/epan/dissectors/packet-tls-utils.c
+++ b/epan/dissectors/packet-tls-utils.c
@@ -1477,7 +1477,7 @@ const value_string tls_cert_status_type[] = {
};
/* Generated by tools/make-tls-ct-logids.py
- * Last-Modified Sun, 23 Oct 2022 12:58:00 GMT, 118 entries. */
+ * Last-Modified Sun, 30 Oct 2022 12:58:00 GMT, 118 entries. */
static const bytes_string ct_logids[] = {
{ (const guint8[]){
0xb2, 0x1e, 0x05, 0xcc, 0x8b, 0xa2, 0xcd, 0x8a, 0x20, 0x4e, 0x87,
diff --git a/epan/pci-ids.c b/epan/pci-ids.c
index bee678dc21..923902800a 100644
--- a/epan/pci-ids.c
+++ b/epan/pci-ids.c
@@ -6,8 +6,8 @@
*
* List of PCI ID's
*
- * Version: 2022.10.22
- * Date: 2022-10-22 03:15:01
+ * Version: 2022.10.28
+ * Date: 2022-10-28 03:15:01
*
* Maintained by Albert Pool, Martin Mares, and other volunteers from
* the PCI ID Project at https://pci-ids.ucw.cz/.
@@ -216,6 +216,7 @@ pci_id_t pci_vid_0731[] = {
{0x0731, 0x9100, 0xFFFF, 0xFFFF, "JM9100(0x9100)"},
{0x0731, 0x9100, 0x0731, 0x9101, "JM9100(0x0731-0x9101)"},
{0x0731, 0x9100, 0x0731, 0x9102, "JM9100-I(0x0731-0x9102)"},
+{0x0731, 0x9100, 0x0731, 0x9103, "JM9100M(0x0731-0x9103)"},
{0x0731, 0x910A, 0xFFFF, 0xFFFF, "JH910(0x910A)"},
{0x0731, 0x910A, 0x0731, 0x910A, "JH910(0x0731-0x910A)"},
{0x0731, 0x910A, 0x0731, 0x910B, "JH910-I(0x0731-0x910B)"},
@@ -5117,6 +5118,7 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x14B7, 0xFFFF, 0xFFFF, "Family 17h-19h PCIe Dummy Host Bridge(0x14B7)"},
{0x1022, 0x14B9, 0xFFFF, 0xFFFF, "Family 17h-19h Internal PCIe GPP Bridge(0x14B9)"},
{0x1022, 0x14BA, 0xFFFF, 0xFFFF, "Family 17h-19h PCIe GPP Bridge(0x14BA)"},
+{0x1022, 0x14CD, 0xFFFF, 0xFFFF, "Family 19h USB4/Thunderbolt PCIe tunnel(0x14CD)"},
{0x1022, 0x1510, 0xFFFF, 0xFFFF, "Family 14h Processor Root Complex(0x1510)"},
{0x1022, 0x1510, 0x174B, 0x1001, "PURE Fusion Mini(0x174B-0x1001)"},
{0x1022, 0x1512, 0xFFFF, 0xFFFF, "Family 14h Processor Root Port(0x1512)"},
@@ -5213,6 +5215,8 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x15D3, 0xEA50, 0xCE19, "mCOM10-L1900(0xEA50-0xCE19)"},
{0x1022, 0x15D4, 0xFFFF, 0xFFFF, "FireFlight USB 3.1(0x15D4)"},
{0x1022, 0x15D5, 0xFFFF, 0xFFFF, "FireFlight USB 3.1(0x15D5)"},
+{0x1022, 0x15D6, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #5(0x15D6)"},
+{0x1022, 0x15D7, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #6(0x15D7)"},
{0x1022, 0x15DA, 0xFFFF, 0xFFFF, "Raven/Raven2 PCIe Dummy Host Bridge(0x15DA)"},
{0x1022, 0x15DB, 0xFFFF, 0xFFFF, "Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A(0x15DB)"},
{0x1022, 0x15DB, 0xEA50, 0xCE19, "mCOM10-L1900(0xEA50-0xCE19)"},
@@ -5285,6 +5289,12 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x160D, 0xFFFF, 0xFFFF, "Arden Device 18h: Function 5(0x160D)"},
{0x1022, 0x160E, 0xFFFF, 0xFFFF, "Arden Device 18h: Function 6(0x160E)"},
{0x1022, 0x160F, 0xFFFF, 0xFFFF, "Arden Device 18h: Function 7(0x160F)"},
+{0x1022, 0x161A, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #1(0x161A)"},
+{0x1022, 0x161B, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #2(0x161B)"},
+{0x1022, 0x161C, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #7(0x161C)"},
+{0x1022, 0x161D, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #3(0x161D)"},
+{0x1022, 0x161E, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #4(0x161E)"},
+{0x1022, 0x161F, 0xFFFF, 0xFFFF, "Rembrandt USB4 XHCI controller #8(0x161F)"},
{0x1022, 0x1620, 0xFFFF, 0xFFFF, "Anubis HT Configuration(0x1620)"},
{0x1022, 0x1621, 0xFFFF, 0xFFFF, "Anubis Address Maps(0x1621)"},
{0x1022, 0x1622, 0xFFFF, 0xFFFF, "Anubis DRAM Configuration(0x1622)"},
@@ -5345,6 +5355,14 @@ pci_id_t pci_vid_1022[] = {
{0x1022, 0x166F, 0xFFFF, 0xFFFF, "Cezanne Data Fabric; Function 5(0x166F)"},
{0x1022, 0x1670, 0xFFFF, 0xFFFF, "Cezanne Data Fabric; Function 6(0x1670)"},
{0x1022, 0x1671, 0xFFFF, 0xFFFF, "Cezanne Data Fabric; Function 7(0x1671)"},
+{0x1022, 0x1679, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 0(0x1679)"},
+{0x1022, 0x167A, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 1(0x167A)"},
+{0x1022, 0x167B, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 2(0x167B)"},
+{0x1022, 0x167C, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 3(0x167C)"},
+{0x1022, 0x167D, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 4(0x167D)"},
+{0x1022, 0x167E, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 5(0x167E)"},
+{0x1022, 0x167F, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 6(0x167F)"},
+{0x1022, 0x1680, 0xFFFF, 0xFFFF, "Rembrandt Data Fabric: Device 18h; Function 7(0x1680)"},
{0x1022, 0x1700, 0xFFFF, 0xFFFF, "Family 12h/14h Processor Function 0(0x1700)"},
{0x1022, 0x1701, 0xFFFF, 0xFFFF, "Family 12h/14h Processor Function 1(0x1701)"},
{0x1022, 0x1702, 0xFFFF, 0xFFFF, "Family 12h/14h Processor Function 2(0x1702)"},
@@ -12147,7 +12165,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x0FE6, 0xFFFF, 0xFFFF, "GK107 [GRID K1 NVS USM](0x0FE6)"},
{0x10DE, 0x0FE7, 0xFFFF, 0xFFFF, "GK107GL [GRID K100 vGPU](0x0FE7)"},
{0x10DE, 0x0FE7, 0x10DE, 0x101E, "GRID K100(0x10DE-0x101E)"},
-{0x10DE, 0x0FE8, 0xFFFF, 0xFFFF, "GK107M(0x0FE8)"},
+{0x10DE, 0x0FE8, 0xFFFF, 0xFFFF, "GK107M [N14P-GS](0x0FE8)"},
{0x10DE, 0x0FE9, 0xFFFF, 0xFFFF, "GK107M [GeForce GT 750M Mac Edition](0x0FE9)"},
{0x10DE, 0x0FEA, 0xFFFF, 0xFFFF, "GK107M [GeForce GT 755M Mac Edition](0x0FEA)"},
{0x10DE, 0x0FEC, 0xFFFF, 0xFFFF, "GK107M [GeForce 710A](0x0FEC)"},
@@ -12665,6 +12683,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x11A3, 0xFFFF, 0xFFFF, "GK104M [GeForce GTX 680MX](0x11A3)"},
{0x10DE, 0x11A3, 0x106B, 0x010D, "iMac 13,2(0x106B-0x010D)"},
{0x10DE, 0x11A7, 0xFFFF, 0xFFFF, "GK104M [GeForce GTX 675MX](0x11A7)"},
+{0x10DE, 0x11A8, 0xFFFF, 0xFFFF, "GK104GLM [Quadro K5100M](0x11A8)"},
{0x10DE, 0x11A9, 0xFFFF, 0xFFFF, "GK104M [GeForce GTX 870M](0x11A9)"},
{0x10DE, 0x11AF, 0xFFFF, 0xFFFF, "GK104GLM [GRID IceCube](0x11AF)"},
{0x10DE, 0x11B0, 0xFFFF, 0xFFFF, "GK104GL [GRID K240Q / K260Q vGPU](0x11B0)"},
@@ -13065,6 +13084,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x1DF5, 0xFFFF, 0xFFFF, "GV100GL [Tesla V100 SXM2 16GB](0x1DF5)"},
{0x10DE, 0x1DF6, 0xFFFF, 0xFFFF, "GV100GL [Tesla V100S PCIe 32GB](0x1DF6)"},
{0x10DE, 0x1E02, 0xFFFF, 0xFFFF, "TU102 [TITAN RTX](0x1E02)"},
+{0x10DE, 0x1E03, 0xFFFF, 0xFFFF, "TU102 [GeForce RTX 2080 Ti 12GB](0x1E03)"},
{0x10DE, 0x1E04, 0xFFFF, 0xFFFF, "TU102 [GeForce RTX 2080 Ti](0x1E04)"},
{0x10DE, 0x1E07, 0xFFFF, 0xFFFF, "TU102 [GeForce RTX 2080 Ti Rev. A](0x1E07)"},
{0x10DE, 0x1E07, 0x1462, 0x3715, "RTX 2080 Ti GAMING X TRIO(0x1462-0x3715)"},
@@ -13155,6 +13175,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x1FB1, 0xFFFF, 0xFFFF, "TU117GL [T600](0x1FB1)"},
{0x10DE, 0x1FB2, 0xFFFF, 0xFFFF, "TU117GLM [Quadro T400 Mobile](0x1FB2)"},
{0x10DE, 0x1FB6, 0xFFFF, 0xFFFF, "TU117GLM [T600 Laptop GPU](0x1FB6)"},
+{0x10DE, 0x1FB6, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x10DE, 0x1FB7, 0xFFFF, 0xFFFF, "TU117GLM [T550 Laptop GPU](0x1FB7)"},
{0x10DE, 0x1FB8, 0xFFFF, 0xFFFF, "TU117GLM [Quadro T2000 Mobile / Max-Q](0x1FB8)"},
{0x10DE, 0x1FB9, 0xFFFF, 0xFFFF, "TU117GLM [Quadro T1000 Mobile](0x1FB9)"},
@@ -13184,8 +13205,9 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x20F0, 0xFFFF, 0xFFFF, "GA100 [A100-PG506-207](0x20F0)"},
{0x10DE, 0x20F1, 0xFFFF, 0xFFFF, "GA100 [A100 PCIe 40GB](0x20F1)"},
{0x10DE, 0x20F2, 0xFFFF, 0xFFFF, "GA100 [A100-PG506-217](0x20F2)"},
-{0x10DE, 0x20F5, 0xFFFF, 0xFFFF, "GA100 [A800-80](0x20F5)"},
-{0x10DE, 0x20F6, 0xFFFF, 0xFFFF, "GA100 [A800-40](0x20F6)"},
+{0x10DE, 0x20F3, 0xFFFF, 0xFFFF, "GA100 [A800-SXM4-80GB](0x20F3)"},
+{0x10DE, 0x20F5, 0xFFFF, 0xFFFF, "GA100 [A800 80GB PCIe](0x20F5)"},
+{0x10DE, 0x20F6, 0xFFFF, 0xFFFF, "GA100 [A800 40GB PCIe](0x20F6)"},
{0x10DE, 0x2182, 0xFFFF, 0xFFFF, "TU116 [GeForce GTX 1660 Ti](0x2182)"},
{0x10DE, 0x2183, 0xFFFF, 0xFFFF, "TU116(0x2183)"},
{0x10DE, 0x2184, 0xFFFF, 0xFFFF, "TU116 [GeForce GTX 1660](0x2184)"},
@@ -13596,6 +13618,7 @@ pci_id_t pci_vid_10EC[] = {
{0x10EC, 0x525A, 0x1028, 0x06E4, "XPS 15 9550(0x1028-0x06E4)"},
{0x10EC, 0x525A, 0x1028, 0x06E6, "Latitude 11 5175 2-in-1(0x1028-0x06E6)"},
{0x10EC, 0x525A, 0x1028, 0x09BE, "Latitude 7410(0x1028-0x09BE)"},
+{0x10EC, 0x525A, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x10EC, 0x525A, 0x17AA, 0x224F, "ThinkPad X1 Carbon 5th Gen(0x17AA-0x224F)"},
{0x10EC, 0x5260, 0xFFFF, 0xFFFF, "RTS5260 PCI Express Card Reader(0x5260)"},
{0x10EC, 0x5261, 0xFFFF, 0xFFFF, "RTS5261 PCI Express Card Reader(0x5261)"},
@@ -16198,6 +16221,7 @@ pci_id_t pci_vid_1179[] = {
{0x1179, 0x0113, 0x1179, 0x0001, "Toshiba KBG30ZMS128G 128GB NVMe SSD(0x1179-0x0001)"},
{0x1179, 0x0115, 0xFFFF, 0xFFFF, "XG4 NVMe SSD Controller(0x0115)"},
{0x1179, 0x0116, 0xFFFF, 0xFFFF, "XG5 NVMe SSD Controller(0x0116)"},
+{0x1179, 0x0116, 0x1179, 0x0001, "XG5 NVMe SSD Controller(0x1179-0x0001)"},
{0x1179, 0x011A, 0xFFFF, 0xFFFF, "XG6 NVMe SSD Controller(0x011A)"},
{0x1179, 0x0404, 0xFFFF, 0xFFFF, "DVD Decoder card(0x0404)"},
{0x1179, 0x0406, 0xFFFF, 0xFFFF, "Tecra Video Capture device(0x0406)"},
@@ -29640,6 +29664,7 @@ pci_id_t pci_vid_1D0F[] = {
{0x1D0F, 0xEC20, 0xFFFF, 0xFFFF, "Elastic Network Adapter (ENA)(0xEC20)"},
{0x1D0F, 0xEFA0, 0xFFFF, 0xFFFF, "Elastic Fabric Adapter (EFA)(0xEFA0)"},
{0x1D0F, 0xEFA1, 0xFFFF, 0xFFFF, "Elastic Fabric Adapter (EFA)(0xEFA1)"},
+{0x1D0F, 0xEFA2, 0xFFFF, 0xFFFF, "Elastic Fabric Adapter (EFA)(0xEFA2)"},
}; /* pci_vid_1D0F[] */
pci_id_t pci_vid_1D17[] = {
@@ -29848,6 +29873,7 @@ pci_id_t pci_vid_1D6C[] = {
{0x1D6C, 0x1020, 0xFFFF, 0xFFFF, "AR-GP-PF [General-Purpose Physical Function](0x1020)"},
{0x1D6C, 0x1021, 0xFFFF, 0xFFFF, "AR-MGMT-PF [Board-Generic Management Physical Function](0x1021)"},
{0x1D6C, 0x1022, 0xFFFF, 0xFFFF, "AR-ARKA-FX2 [Arkville 128B DPDK Data Mover for Agilex](0x1022)"},
+{0x1D6C, 0x1023, 0xFFFF, 0xFFFF, "AR-BD-FX1 [BufferDirect Zero-Bounce Data Motion Endpoint](0x1023)"},
{0x1D6C, 0x4200, 0xFFFF, 0xFFFF, "A5PL-E1-10GETI [10 GbE Ethernet Traffic Instrument](0x4200)"},
}; /* pci_vid_1D6C[] */
@@ -30660,6 +30686,8 @@ pci_id_t pci_vid_1ED9[] = {
pci_id_t pci_vid_1EE1[] = {
{0x1EE1, 0xFFFF, 0xFFFF, 0xFFFF, "Suzhou Kuhan Information Technologies(0x1EE1)"},
{0x1EE1, 0x0050, 0xFFFF, 0xFFFF, "Aurora NVMe SSD Controller(0x0050)"},
+{0x1EE1, 0x0050, 0x1EE1, 0x0009, "Airglow A430 NVMe SSD U.2 1.6TB(0x1EE1-0x0009)"},
+{0x1EE1, 0x0050, 0x1EE1, 0x000A, "Airglow A430 NVMe SSD U.2 3.2TB(0x1EE1-0x000A)"},
}; /* pci_vid_1EE1[] */
pci_id_t pci_vid_1EE4[] = {
@@ -30724,42 +30752,42 @@ pci_id_t pci_vid_1F2F[] = {
pci_id_t pci_vid_1F3F[] = {
{0x1F3F, 0xFFFF, 0xFFFF, 0xFFFF, "3SNIC Ltd(0x1F3F)"},
-{0x1F3F, 0x2100, 0xFFFF, 0xFFFF, "3SRAID SAS/SATA HBA(0x2100)"},
+{0x1F3F, 0x2100, 0xFFFF, 0xFFFF, "SSSRAID SAS/SATA HBA(0x2100)"},
{0x1F3F, 0x2100, 0x1F3F, 0x0120, "HBA 32 Ports(0x1F3F-0x0120)"},
{0x1F3F, 0x2100, 0x1F3F, 0x0125, "HBA 40 Ports(0x1F3F-0x0125)"},
{0x1F3F, 0x2100, 0x1F3F, 0x0180, "HBA 16 Ports(0x1F3F-0x0180)"},
{0x1F3F, 0x2100, 0x1F3F, 0x0185, "HBA 8 Ports(0x1F3F-0x0185)"},
-{0x1F3F, 0x2200, 0xFFFF, 0xFFFF, "3SRAID RAID controller(0x2200)"},
+{0x1F3F, 0x2200, 0xFFFF, 0xFFFF, "SSSRAID RAID controller(0x2200)"},
{0x1F3F, 0x2200, 0x1F3F, 0x0185, "RAID Controller 16 Ports with 2G Cache(0x1F3F-0x0185)"},
{0x1F3F, 0x2200, 0x1F3F, 0x01A1, "RAID Controller 40 Ports with 2G Cache(0x1F3F-0x01A1)"},
{0x1F3F, 0x2200, 0x1F3F, 0x01A4, "RAID Controller 16 Ports with 4G Cache(0x1F3F-0x01A4)"},
{0x1F3F, 0x2200, 0x1F3F, 0x01A8, "RAID Controller 32 Ports with 4G Cache(0x1F3F-0x01A8)"},
{0x1F3F, 0x2200, 0x1F3F, 0x01AD, "RAID Controller 40 Ports with 4G Cache(0x1F3F-0x01AD)"},
-{0x1F3F, 0x9001, 0xFFFF, 0xFFFF, "Ethernet VF(0x9001)"},
+{0x1F3F, 0x9001, 0xFFFF, 0xFFFF, "SSSNIC Ethernet VF(0x9001)"},
{0x1F3F, 0x9001, 0x1F3F, 0x1000, "Ethernet VF(0x1F3F-0x1000)"},
-{0x1F3F, 0x9002, 0xFFFF, 0xFFFF, "Ethernet VF Hyper-V(0x9002)"},
+{0x1F3F, 0x9002, 0xFFFF, 0xFFFF, "SSSNIC Ethernet VF Hyper-V(0x9002)"},
{0x1F3F, 0x9002, 0x1F3F, 0x1000, "Ethernet VF Hyper-V(0x1F3F-0x1000)"},
-{0x1F3F, 0x9003, 0xFFFF, 0xFFFF, "Ethernet SDI VF(0x9003)"},
+{0x1F3F, 0x9003, 0xFFFF, 0xFFFF, "SSSNIC Ethernet SDI VF(0x9003)"},
{0x1F3F, 0x9003, 0x1F3F, 0x1000, "Ethernet SDI VF(0x1F3F-0x1000)"},
-{0x1F3F, 0x9004, 0xFFFF, 0xFFFF, "Ethernet SDI VF Hyper-V(0x9004)"},
+{0x1F3F, 0x9004, 0xFFFF, 0xFFFF, "SSSNIC Ethernet SDI VF Hyper-V(0x9004)"},
{0x1F3F, 0x9004, 0x1F3F, 0x1000, "Ethernet SDI VF Hyper-V(0x1F3F-0x1000)"},
-{0x1F3F, 0x9008, 0xFFFF, 0xFFFF, "3SFC VF(0x9008)"},
+{0x1F3F, 0x9008, 0xFFFF, 0xFFFF, "SSSFC VF(0x9008)"},
{0x1F3F, 0x9008, 0x1F3F, 0x1000, "3SFC VF(0x1F3F-0x1000)"},
-{0x1F3F, 0x9009, 0xFFFF, 0xFFFF, "3SFC VF Hyper-V(0x9009)"},
+{0x1F3F, 0x9009, 0xFFFF, 0xFFFF, "SSSFC VF Hyper-V(0x9009)"},
{0x1F3F, 0x9009, 0x1F3F, 0x1000, "3SFC VF Hyper-V(0x1F3F-0x1000)"},
-{0x1F3F, 0x9010, 0xFFFF, 0xFFFF, "3SFC FC Controller(0x9010)"},
+{0x1F3F, 0x9010, 0xFFFF, 0xFFFF, "SSSFC FC Controller(0x9010)"},
{0x1F3F, 0x9010, 0x1F3F, 0x0041, "Dual Port 16GE FC to PCIe Gen4 x16 Adapter(0x1F3F-0x0041)"},
{0x1F3F, 0x9010, 0x1F3F, 0x0061, "Dual Port 32GE FC to PCIe Gen4 x16 Adapter(0x1F3F-0x0061)"},
-{0x1F3F, 0x9020, 0xFFFF, 0xFFFF, "Ethernet Network Adapter(0x9020)"},
+{0x1F3F, 0x9020, 0xFFFF, 0xFFFF, "SSSNIC Ethernet Network Adapter(0x9020)"},
{0x1F3F, 0x9020, 0x1F3F, 0x0051, "Dual Port 25GE Ethernet Network Adapter(0x1F3F-0x0051)"},
{0x1F3F, 0x9020, 0x1F3F, 0x0052, "Quad Port 25GE Ethernet Network Adapter(0x1F3F-0x0052)"},
{0x1F3F, 0x9020, 0x1F3F, 0x00A1, "Dual Port 100GE Ethernet Network Adapter(0x1F3F-0x00A1)"},
-{0x1F3F, 0x9030, 0xFFFF, 0xFFFF, "IPU(0x9030)"},
+{0x1F3F, 0x9030, 0xFFFF, 0xFFFF, "SSSNIC IPU(0x9030)"},
{0x1F3F, 0x9030, 0x1F3F, 0x0051, "Dual Port 25GE IPU(0x1F3F-0x0051)"},
-{0x1F3F, 0x9031, 0xFFFF, 0xFFFF, "SDI5.0(0x9031)"},
+{0x1F3F, 0x9031, 0xFFFF, 0xFFFF, "SSSNIC SDI5.0(0x9031)"},
{0x1F3F, 0x9031, 0x1F3F, 0x0051, "Dual Port 25GE SDI5.0lite(0x1F3F-0x0051)"},
{0x1F3F, 0x9031, 0x1F3F, 0x00A1, "Dual Port 100GE SDI5.0(0x1F3F-0x00A1)"},
-{0x1F3F, 0x9032, 0xFFFF, 0xFFFF, "SDI5.1(0x9032)"},
+{0x1F3F, 0x9032, 0xFFFF, 0xFFFF, "SSSNIC SDI5.1(0x9032)"},
{0x1F3F, 0x9032, 0x1F3F, 0x00A1, "Dual Port 100GE SDI5.1(0x1F3F-0x00A1)"},
}; /* pci_vid_1F3F[] */
@@ -34466,6 +34494,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x1A1C, 0xFFFF, 0xFFFF, "Ethernet Connection (17) I219-LM(0x1A1C)"},
{0x8086, 0x1A1D, 0xFFFF, 0xFFFF, "Ethernet Connection (17) I219-V(0x1A1D)"},
{0x8086, 0x1A1E, 0xFFFF, 0xFFFF, "Ethernet Connection (16) I219-LM(0x1A1E)"},
+{0x8086, 0x1A1E, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x1A1F, 0xFFFF, 0xFFFF, "Ethernet Connection (16) I219-V(0x1A1F)"},
{0x8086, 0x1A21, 0xFFFF, 0xFFFF, "82840 840 [Carmel] Chipset Host Bridge (Hub A)(0x1A21)"},
{0x8086, 0x1A23, 0xFFFF, 0xFFFF, "82840 840 [Carmel] Chipset AGP Bridge(0x1A23)"},
@@ -38673,7 +38702,9 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x4571, 0xFFFF, 0xFFFF, "Elkhart Lake [UHD Graphics Gen11 32EU](0x4571)"},
{0x8086, 0x460D, 0xFFFF, 0xFFFF, "12th Gen Core Processor PCI Express x16 Controller #1(0x460D)"},
{0x8086, 0x461D, 0xFFFF, 0xFFFF, "Alder Lake Innovation Platform Framework Processor Participant(0x461D)"},
+{0x8086, 0x461D, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x461E, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 USB Controller(0x461E)"},
+{0x8086, 0x461E, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x461F, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 PCI Express Root Port #3(0x461F)"},
{0x8086, 0x4626, 0xFFFF, 0xFFFF, "Alder Lake-P Integrated Graphics Controller(0x4626)"},
{0x8086, 0x4628, 0xFFFF, 0xFFFF, "Alder Lake-UP3 GT2 [UHD Graphics](0x4628)"},
@@ -38685,10 +38716,13 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x463A, 0xFFFF, 0xFFFF, "AlderLake-P [UHD Graphics](0x463A)"},
{0x8086, 0x463D, 0xFFFF, 0xFFFF, "12th Gen Core Processor PCI Express x4 Controller #2(0x463D)"},
{0x8086, 0x463E, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 NHI #0(0x463E)"},
+{0x8086, 0x463E, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x463F, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 PCI Express Root Port #1(0x463F)"},
{0x8086, 0x4641, 0xFFFF, 0xFFFF, "12th Gen Core Processor Host Bridge/DRAM Registers(0x4641)"},
+{0x8086, 0x4641, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x464D, 0xFFFF, 0xFFFF, "12th Gen Core Processor PCI Express x4 Controller #0(0x464D)"},
{0x8086, 0x464F, 0xFFFF, 0xFFFF, "12th Gen Core Processor Gaussian & Neural Accelerator(0x464F)"},
+{0x8086, 0x464F, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x4660, 0xFFFF, 0xFFFF, "12th Gen Core Processor Host Bridge/DRAM Registers(0x4660)"},
{0x8086, 0x4668, 0xFFFF, 0xFFFF, "12th Gen Core Processor Host Bridge/DRAM Registers(0x4668)"},
{0x8086, 0x466D, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 NHI #1(0x466D)"},
@@ -38793,29 +38827,43 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x504C, 0xFFFF, 0xFFFF, "EP80579 Integrated Processor with QuickAssist TDM(0x504C)"},
{0x8086, 0x5181, 0xFFFF, 0xFFFF, "Alder Lake PCH-P LPC/eSPI Controller(0x5181)"},
{0x8086, 0x5182, 0xFFFF, 0xFFFF, "Alder Lake PCH eSPI Controller(0x5182)"},
+{0x8086, 0x5182, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51A3, 0xFFFF, 0xFFFF, "Alder Lake PCH-P SMBus Host Controller(0x51A3)"},
+{0x8086, 0x51A3, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51A4, 0xFFFF, 0xFFFF, "Alder Lake-P PCH SPI Controller(0x51A4)"},
+{0x8086, 0x51A4, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51A8, 0xFFFF, 0xFFFF, "Alder Lake PCH UART #0(0x51A8)"},
{0x8086, 0x51A9, 0xFFFF, 0xFFFF, "Alder Lake PCH UART #1(0x51A9)"},
+{0x8086, 0x51B1, 0xFFFF, 0xFFFF, "Alder Lake PCI Express x1 Root Port #10(0x51B1)"},
{0x8086, 0x51BF, 0xFFFF, 0xFFFF, "Alder Lake PCH-P PCI Express Root Port #9(0x51BF)"},
{0x8086, 0x51C5, 0xFFFF, 0xFFFF, "Alder Lake-P Serial IO I2C Controller #0(0x51C5)"},
{0x8086, 0x51C6, 0xFFFF, 0xFFFF, "Alder Lake-P Serial IO I2C Controller #1(0x51C6)"},
{0x8086, 0x51C8, 0xFFFF, 0xFFFF, "Alder Lake PCH-P High Definition Audio Controller(0x51C8)"},
+{0x8086, 0x51C8, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51D3, 0xFFFF, 0xFFFF, "Alder Lake-P SATA AHCI Controller(0x51D3)"},
+{0x8086, 0x51D3, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51D8, 0xFFFF, 0xFFFF, "Alder Lake-P Serial IO I2C Controller #2(0x51D8)"},
{0x8086, 0x51D9, 0xFFFF, 0xFFFF, "Alder Lake-P Serial IO I2C Controller #3(0x51D9)"},
{0x8086, 0x51E0, 0xFFFF, 0xFFFF, "Alder Lake PCH HECI Controller(0x51E0)"},
+{0x8086, 0x51E0, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
+{0x8086, 0x51E3, 0xFFFF, 0xFFFF, "Alder Lake AMT SOL Redirection(0x51E3)"},
+{0x8086, 0x51E3, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51E8, 0xFFFF, 0xFFFF, "Alder Lake PCH Serial IO I2C Controller #0(0x51E8)"},
+{0x8086, 0x51E8, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51E9, 0xFFFF, 0xFFFF, "Alder Lake PCH Serial IO I2C Controller #1(0x51E9)"},
+{0x8086, 0x51E9, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51EA, 0xFFFF, 0xFFFF, "Alder Lake PCH Serial IO I2C Controller #2(0x51EA)"},
{0x8086, 0x51EB, 0xFFFF, 0xFFFF, "Alder Lake PCH Serial IO I2C Controller #3(0x51EB)"},
{0x8086, 0x51ED, 0xFFFF, 0xFFFF, "Alder Lake PCH USB 3.2 xHCI Host Controller(0x51ED)"},
+{0x8086, 0x51ED, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51EF, 0xFFFF, 0xFFFF, "Alder Lake PCH Shared SRAM(0x51EF)"},
+{0x8086, 0x51EF, 0x1028, 0x0B10, "Precision 3571(0x1028-0x0B10)"},
{0x8086, 0x51F0, 0xFFFF, 0xFFFF, "Alder Lake-P PCH CNVi WiFi(0x51F0)"},
{0x8086, 0x51F0, 0x8086, 0x0034, "Wireless-AC 9560 160MHz(0x8086-0x0034)"},
{0x8086, 0x51F0, 0x8086, 0x0070, "Wi-Fi 6 AX201 160MHz(0x8086-0x0070)"},
{0x8086, 0x51F0, 0x8086, 0x0074, "Wi-Fi 6 AX201 160MHz(0x8086-0x0074)"},
{0x8086, 0x51F0, 0x8086, 0x4070, "Wi-Fi 6 AX201 160MHz(0x8086-0x4070)"},
+{0x8086, 0x51F0, 0x8086, 0x4090, "Wi-Fi 6E AX211 160MHz(0x8086-0x4090)"},
{0x8086, 0x5200, 0xFFFF, 0xFFFF, "EtherExpress PRO/100 Intelligent Server PCI Bridge(0x5200)"},
{0x8086, 0x5201, 0xFFFF, 0xFFFF, "EtherExpress PRO/100 Intelligent Server Fast Ethernet Controller(0x5201)"},
{0x8086, 0x5201, 0x8086, 0x0001, "EtherExpress PRO/100 Server Ethernet Adapter(0x8086-0x0001)"},
@@ -41738,7 +41786,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x0497, 1, pci_vid_0497 },
{0x0675, 5, pci_vid_0675 },
{0x0721, 1, pci_vid_0721 },
-{0x0731, 37, pci_vid_0731 },
+{0x0731, 38, pci_vid_0731 },
{0x0777, 1, pci_vid_0777 },
{0x0795, 3, pci_vid_0795 },
{0x07D1, 1, pci_vid_07D1 },
@@ -41784,7 +41832,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x101F, 1, pci_vid_101F },
{0x1020, 1, pci_vid_1020 },
{0x1021, 1, pci_vid_1021 },
-{0x1022, 647, pci_vid_1022 },
+{0x1022, 664, pci_vid_1022 },
{0x1023, 56, pci_vid_1023 },
{0x1024, 1, pci_vid_1024 },
{0x1025, 59, pci_vid_1025 },
@@ -41966,7 +42014,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x10DB, 1, pci_vid_10DB },
{0x10DC, 6, pci_vid_10DC },
{0x10DD, 3, pci_vid_10DD },
-{0x10DE, 3152, pci_vid_10DE },
+{0x10DE, 3156, pci_vid_10DE },
{0x10DF, 127, pci_vid_10DF },
{0x10E0, 7, pci_vid_10E0 },
{0x10E1, 5, pci_vid_10E1 },
@@ -41980,7 +42028,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x10E9, 1, pci_vid_10E9 },
{0x10EA, 10, pci_vid_10EA },
{0x10EB, 3, pci_vid_10EB },
-{0x10EC, 228, pci_vid_10EC },
+{0x10EC, 229, pci_vid_10EC },
{0x10ED, 2, pci_vid_10ED },
{0x10EE, 45, pci_vid_10EE },
{0x10EF, 2, pci_vid_10EF },
@@ -42120,7 +42168,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1176, 1, pci_vid_1176 },
{0x1177, 1, pci_vid_1177 },
{0x1178, 2, pci_vid_1178 },
-{0x1179, 39, pci_vid_1179 },
+{0x1179, 40, pci_vid_1179 },
{0x117A, 1, pci_vid_117A },
{0x117B, 1, pci_vid_117B },
{0x117C, 64, pci_vid_117C },
@@ -43634,7 +43682,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1CFA, 1, pci_vid_1CFA },
{0x1D00, 1, pci_vid_1D00 },
{0x1D05, 1, pci_vid_1D05 },
-{0x1D0F, 9, pci_vid_1D0F },
+{0x1D0F, 10, pci_vid_1D0F },
{0x1D17, 60, pci_vid_1D17 },
{0x1D18, 2, pci_vid_1D18 },
{0x1D1C, 5, pci_vid_1D1C },
@@ -43653,7 +43701,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1D65, 2, pci_vid_1D65 },
{0x1D69, 3, pci_vid_1D69 },
{0x1D6A, 15, pci_vid_1D6A },
-{0x1D6C, 38, pci_vid_1D6C },
+{0x1D6C, 39, pci_vid_1D6C },
{0x1D72, 1, pci_vid_1D72 },
{0x1D78, 57, pci_vid_1D78 },
{0x1D79, 1, pci_vid_1D79 },
@@ -43737,7 +43785,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1ED5, 21, pci_vid_1ED5 },
{0x1ED8, 2, pci_vid_1ED8 },
{0x1ED9, 1, pci_vid_1ED9 },
-{0x1EE1, 2, pci_vid_1EE1 },
+{0x1EE1, 4, pci_vid_1EE1 },
{0x1EE4, 2, pci_vid_1EE4 },
{0x1EE9, 1, pci_vid_1EE9 },
{0x1EEC, 3, pci_vid_1EEC },
@@ -43887,7 +43935,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x7FED, 1, pci_vid_7FED },
{0x8008, 4, pci_vid_8008 },
{0x807D, 1, pci_vid_807D },
-{0x8086, 8381, pci_vid_8086 },
+{0x8086, 8401, pci_vid_8086 },
{0x8088, 53, pci_vid_8088 },
{0x80EE, 3, pci_vid_80EE },
{0x8322, 1, pci_vid_8322 },
diff --git a/manuf b/manuf
index e917bca375..8adb085187 100644
--- a/manuf
+++ b/manuf
@@ -44,24 +44,24 @@
# https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
# https://standards-oui.ieee.org/cid/cid.csv:
-# Content-Length: 13384
-# Last-Modified: Sun, 23 Oct 2022 16:00:25 GMT
+# Content-Length: 13446
+# Last-Modified: Sun, 30 Oct 2022 16:00:27 GMT
# https://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381454
-# Last-Modified: Sun, 23 Oct 2022 16:00:42 GMT
+# Last-Modified: Sun, 30 Oct 2022 16:00:43 GMT
# https://standards-oui.ieee.org/oui/oui.csv:
-# Content-Length: 3045847
-# Last-Modified: Sun, 23 Oct 2022 16:01:23 GMT
+# Content-Length: 3050206
+# Last-Modified: Sun, 30 Oct 2022 16:01:34 GMT
# https://standards-oui.ieee.org/oui28/mam.csv:
-# Content-Length: 491535
-# Last-Modified: Sun, 23 Oct 2022 16:00:52 GMT
+# Content-Length: 492368
+# Last-Modified: Sun, 30 Oct 2022 16:00:54 GMT
# https://standards-oui.ieee.org/oui36/oui36.csv:
-# Content-Length: 464789
-# Last-Modified: Sun, 23 Oct 2022 16:01:14 GMT
+# Content-Length: 466036
+# Last-Modified: Sun, 30 Oct 2022 16:01:18 GMT
00:00:00 00:00:00 Officially Xerox, but 0:0:0:0:0:0 is more common
00:00:01 Xerox Xerox Corporation
@@ -17439,6 +17439,7 @@
04:2D:B4 FirstPro First Property (Beijing) Co., Ltd Modern MOMA Branch
04:2F:56 ATOCSShe ATOCS (Shenzhen) LTD
04:31:10 InspurGr Inspur Group Co., Ltd.
+04:32:01 Broadcom Broadcom Limited
04:32:F4 Partron
04:33:1F HuaweiDe Huawei Device Co., Ltd.
04:33:85 Nanchang Nanchang BlackShark Co.,Ltd.
@@ -17516,6 +17517,7 @@
04:6D:42 Bryston Bryston Ltd.
04:6E:02 OpenRTLS OpenRTLS Group
04:6E:49 TaiYearE TaiYear Electronic Technology (Suzhou) Co., Ltd
+04:70:56 Arcadyan Arcadyan Corporation
04:70:BC Globalst Globalstar Inc.
04:71:4B IEEERegi IEEE Registration Authority
04:71:4B:00:00:00/28 NeurioTe Neurio Technology Inc.
@@ -17924,6 +17926,7 @@
08:02:8E Netgear
08:03:42 PaloAlto Palo Alto Networks
08:03:71 KrgCorpo Krg Corporate
+08:04:B4 TexasIns Texas Instruments
08:05:81 Roku Roku, Inc.
08:05:CD DongGuan DongGuang EnMai Electronic Product Co.Ltd.
08:05:E2 JuniperN Juniper Networks
@@ -18953,6 +18956,7 @@
10:BC:97 vivoMobi vivo Mobile Communication Co., Ltd.
10:BD:18 Cisco Cisco Systems, Inc
10:BD:55 Q-Lab Q-Lab Corporation
+10:BE:99 Netberg
10:BE:F5 D-LinkIn D-Link International
10:BF:48 ASUSTekC ASUSTek COMPUTER INC.
10:BF:67 AmazonTe Amazon Technologies Inc.
@@ -19244,6 +19248,7 @@
14:7D:C5 MurataMa Murata Manufacturing Co., Ltd.
14:7D:DA Apple Apple, Inc.
14:7E:A1 Britania Britania Eletrônicos S.A.
+14:7F:0F TexasIns Texas Instruments
14:82:5B HefeiRad Hefei Radio Communication Technology Co., Ltd
14:84:30 MitacCom Mitac Computing Technology Corporation
14:85:09 Apple Apple, Inc.
@@ -19366,6 +19371,7 @@
14:DB:85 SNetMedi S Net Media
14:DC:51 XiamenCh Xiamen Cheerzing IOT Technology Co.,Ltd.
14:DC:E2 THALESAV THALES AVS France
+14:DD:02 Liangang Liangang Optoelectronic Technology CO., Ltd.
14:DD:9C vivoMobi vivo Mobile Communication Co., Ltd.
14:DD:A9 ASUSTekC ASUSTek COMPUTER INC.
14:DD:E5 Mpmkvvcl
@@ -20920,6 +20926,7 @@
24:94:94 HongKong Hong Kong Bouffalo Lab Limited
24:94:CB ARRISGro ARRIS Group, Inc.
24:95:04 Sfr
+24:95:2F Google Google, Inc.
24:97:45 HuaweiTe Huawei Technologies Co.,Ltd
24:97:ED Techvisi Techvision Intelligent Technology Limited
24:9A:C8 Shenzhen Shenzhen Skyworth Digital Technology CO., Ltd
@@ -21291,6 +21298,7 @@
28:B3:AB GenmarkA Genmark Automation
28:B4:48 HuaweiTe Huawei Technologies Co.,Ltd
28:B4:FB Sprocomm Sprocomm Technologies CO.,LTD.
+28:B5:E8 TexasIns Texas Instruments
28:B7:7C IEEERegi IEEE Registration Authority
28:B7:7C:00:00:00/28 Shenzhen Shenzhen Eview Gps Technology
28:B7:7C:10:00:00/28 SolarEdg SolarEdge Technologies
@@ -22167,6 +22175,7 @@
30:AE:7B DeqingDu Deqing Dusun Electron CO., LTD
30:AE:A4 Espressi Espressif Inc.
30:AE:F6 RadioMob Radio Mobile Access
+30:AF:7E TexasIns Texas Instruments
30:AF:CE vivoMobi vivo Mobile Communication Co., Ltd.
30:B0:37 NewH3CTe New H3C Technologies Co., Ltd
30:B0:EA Shenzhen Shenzhen Chuangxin Internet Communication Technology Co., Ltd
@@ -22754,6 +22763,7 @@
38:37:8B HuaweiTe Huawei Technologies Co.,Ltd
38:38:4B vivoMobi vivo Mobile Communication Co., Ltd.
38:38:A6 AristaNe Arista Networks
+38:39:6C HuaweiDe Huawei Device Co., Ltd.
38:3A:21 IEEERegi IEEE Registration Authority
38:3A:21:00:00:00/28 R3CInfor R3C Information(Shenzhen) Co.,Ltd.
38:3A:21:10:00:00/28 HOBART HOBART GmbH
@@ -23079,6 +23089,7 @@
38:F9:D3 Apple Apple, Inc.
38:FA:CA Skyworth Skyworth Digital Technology(Shenzhen) Co.,Ltd
38:FB:14 HuaweiTe Huawei Technologies Co.,Ltd
+38:FC:34 HuaweiDe Huawei Device Co., Ltd.
38:FC:98 IntelCor Intel Corporate
38:FD:F5 RenesasE Renesas Electronics (Penang) Sdn. Bhd.
38:FD:F8 Cisco Cisco Systems, Inc
@@ -23196,6 +23207,7 @@
3C:2F:3A SFORZATO SFORZATO Corp.
3C:30:0C DewarEle Dewar Electronics Pty Ltd
3C:30:6F HuaweiTe Huawei Technologies Co.,Ltd
+3C:31:74 Google Google, Inc.
3C:31:78 Qolsys Qolsys Inc.
3C:33:00 Shenzhen Shenzhen Bilian electronic CO.,LTD
3C:35:56 Cognitec Cognitec Systems GmbH
@@ -23224,6 +23236,7 @@
3C:39:E7:E0:00:00/28 Marposs Marposs Spa
3C:39:E7:F0:00:00/28 Private
3C:3A:73 Avaya Avaya Inc
+3C:3B:4D ToyoSeis Toyo Seisakusho Kaisha, Limited
3C:3B:99 ItelMobi Itel Mobile Limited
3C:3F:51 2Crsi
3C:40:4F Guangdon Guangdong Pisen Electronics Co.,Ltd
@@ -23476,6 +23489,7 @@
3C:F5:91 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd
3C:F5:CC NewH3CTe New H3C Technologies Co., Ltd
3C:F6:52 zte zte corporation
+3C:F6:92 HuaweiDe Huawei Device Co., Ltd.
3C:F7:2A Nokia Nokia Corporation
3C:F7:48 Shenzhen Shenzhen Linsn Technology Development Co.,Ltd
3C:F7:A4 SamsungE Samsung Electronics Co.,Ltd
@@ -24383,6 +24397,7 @@
40:FD:F3 AMPAKTec AMPAK Technology,Inc.
40:FE:0D Maxio
40:FE:95 NewH3CTe New H3C Technologies Co., Ltd
+40:FF:40 GloquadT GloquadTech
44:00:10 Apple Apple, Inc.
44:00:49 AmazonTe Amazon Technologies Inc.
44:00:4D HuaweiTe Huawei Technologies Co.,Ltd
@@ -24735,6 +24750,7 @@
44:EC:CE JuniperN Juniper Networks
44:ED:57 Longicor Longicorn, inc.
44:EE:02 MTI MTI Ltd.
+44:EE:14 TexasIns Texas Instruments
44:EE:30 Budelman Budelmann Elektronik GmbH
44:EF:BF ChinaDra China Dragon Technology Limited
44:EF:CF UGENESOL UGENE SOLUTION inc.
@@ -24816,7 +24832,7 @@
48:27:EA SamsungE Samsung Electronics Co.,Ltd
48:28:2F zte zte corporation
48:29:52 Sagemcom Sagemcom Broadband SAS
-48:29:E4 AONPKRoT AO "NPK RoTeK"
+48:29:E4 Ao
48:2A:E3 WistronI Wistron InfoComm(Kunshan)Co.,Ltd.
48:2C:A0 XiaomiCo Xiaomi Communications Co Ltd
48:2C:D0 HuaweiTe Huawei Technologies Co.,Ltd
@@ -24824,6 +24840,7 @@
48:2E:72 Cisco Cisco Systems, Inc
48:2F:6B ArubaaHe Aruba, a Hewlett Packard Enterprise Company
48:2F:D7 HuaweiTe Huawei Technologies Co.,Ltd
+48:31:DB HuaweiDe Huawei Device Co., Ltd.
48:33:DD ZennioAv Zennio Avance Y Tecnologia, S.L.
48:34:3D IEP IEP GmbH
48:35:2B Apple Apple, Inc.
@@ -25315,6 +25332,7 @@
4C:82:CF DishTech Dish Technologies Corp
4C:83:DE CiscoSPV Cisco SPVTG
4C:87:5D Bose Bose Corporation
+4C:88:9E HuaweiDe Huawei Device Co., Ltd.
4C:8B:30 Actionte Actiontec Electronics, Inc
4C:8B:55 GrupoDig Grupo Digicon
4C:8B:EF HuaweiTe Huawei Technologies Co.,Ltd
@@ -25697,6 +25715,7 @@
50:64:41 Greenlee
50:65:83 TexasIns Texas Instruments
50:65:F3 HewlettP Hewlett Packard
+50:66:E5 HuaweiDe Huawei Device Co., Ltd.
50:67:87 PlanetNe Planet Networks
50:67:AE Cisco Cisco Systems, Inc
50:67:F0 ZyxelCom Zyxel Communications Corporation
@@ -27244,6 +27263,7 @@
60:C5:AD SamsungE Samsung Electronics Co.,Ltd
60:C5:E6 Skullcan Skullcandy
60:C6:58 PHYTRONI PHYTRONIX Co.,Ltd.
+60:C7:27 Digiboar Digiboard Eletronica da Amazonia Ltda
60:C7:98 Verifone
60:C7:BE RealmeCh Realme Chongqing Mobile Telecommunications Corp.,Ltd.
60:C9:80 Trymus
@@ -27296,6 +27316,7 @@
60:DE:35 GITSN GITSN, Inc.
60:DE:44 HuaweiTe Huawei Technologies Co.,Ltd
60:DE:F3 HuaweiTe Huawei Technologies Co.,Ltd
+60:DE:F4 Shenzhen Shenzhen iComm Semiconductor CO.,LTD
60:E0:0E ShinseiE Shinsei Electronics Co Ltd
60:E3:27 Tp-LinkT Tp-Link Technologies Co.,Ltd.
60:E3:2B IntelCor Intel Corporate
@@ -27594,6 +27615,7 @@
64:B0:A6 Apple Apple, Inc.
64:B0:E8 HuaweiDe Huawei Device Co., Ltd.
64:B2:1D ChengduP Chengdu Phycom Tech Co., Ltd.
+64:B2:B4 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
64:B3:10 SamsungE Samsung Electronics Co.,Ltd
64:B3:70 PowerCom PowerComm Solutions LLC
64:B3:79 Private
@@ -27821,6 +27843,7 @@
68:5E:6B PowerRay PowerRay Co., Ltd.
68:63:50 HellaInd Hella India Automotive Pvt Ltd
68:63:59 Advanced Advanced Digital Broadcast SA
+68:63:72 HuaweiDe Huawei Device Co., Ltd.
68:64:4B Apple Apple, Inc.
68:65:B7 Zhishang Zhishang Chuanglian Technology Co., Ltd
68:67:25 Espressi Espressif Inc.
@@ -27915,6 +27938,7 @@
68:97:E8 SocietyM Society of Motion Picture & Television Engineers
68:98:61 Beacon Beacon Inc
68:99:CD Cisco Cisco Systems, Inc
+68:9A:21 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
68:9A:87 AmazonTe Amazon Technologies Inc.
68:9A:B7 AtelierV Atelier Vision Corporation
68:9C:5E AcSiPTec AcSiP Technology Corp.
@@ -28559,6 +28583,9 @@
70:59:57 Medallio Medallion Instrumentation Systems
70:59:86 Ttv Ooo Ttv
70:5A:0F HewlettP Hewlett Packard
+70:5A:6F IEEERegi IEEE Registration Authority
+70:5A:6F:00:00:00/28 Thyracon Thyracont Vacuum Instruments GmbH
+70:5A:6F:10:00:00/28 BMRsro BMR s.r.o.
70:5A:9E Technico Technicolor CH USA Inc.
70:5A:AC SamsungE Samsung Electronics Co.,Ltd
70:5A:B6 CompalIn Compal Information (Kunshan) Co., Ltd.
@@ -32795,6 +32822,7 @@
70:B5:99 Embedded Embedded Technologies s.r.o.
70:B5:E8 Dell Dell Inc.
70:B6:4F Guangzho Guangzhou V-SOLUTION Electronic Technology Co., Ltd.
+70:B6:51 EightSle Eight Sleep
70:B7:AA vivoMobi vivo Mobile Communication Co., Ltd.
70:B7:E2 JiangsuM Jiangsu Miter Technology Co.,Ltd.
70:B7:E4 Broadcom Broadcom Limited
@@ -33806,6 +33834,7 @@
7C:14:76 DamallTe Damall Technologies SAS
7C:16:0D Saia-Bur Saia-Burgess Controls AG
7C:16:89 Sagemcom Sagemcom Broadband SAS
+7C:17:79 EMMicroe EM Microelectronic
7C:18:CD E-TRON E-TRON Co.,Ltd.
7C:1A:03 8Locatio 8Locations Co., Ltd.
7C:1A:C0 HuaweiTe Huawei Technologies Co.,Ltd
@@ -34101,6 +34130,7 @@
7C:C5:37 Apple Apple, Inc.
7C:C6:C4 KolffCom Kolff Computer Supplies b.v.
7C:C7:09 Shenzhen Shenzhen Rf-Link Technology Co.,Ltd.
+7C:C7:4A Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
7C:C7:7E Fiberhom Fiberhome Telecommunication Technologies Co.,LTD
7C:C8:AB AcroAsso Acro Associates, Inc.
7C:C8:D0 TianjinY Tianjin Yaan Technology Co., Ltd.
@@ -34155,6 +34185,7 @@
7C:E0:44 NEON NEON Inc
7C:E1:52 Goodyear The Goodyear Tire & Rubber Company
7C:E1:FF Computer Computer Performance, Inc. DBA Digital Loggers, Inc.
+7C:E2:69 TexasIns Texas Instruments
7C:E2:CA JuniperN Juniper Networks
7C:E4:AA Private
7C:E5:24 Quirky Quirky, Inc.
@@ -34883,6 +34914,7 @@
84:D1:5A TCTmobil TCT mobile ltd
84:D3:2A Ieee1905 Ieee 1905.1
84:D3:43 Calix Calix Inc.
+84:D3:52 TonlyTec Tonly Technology Co. Ltd
84:D3:D5 HuaweiDe Huawei Device Co., Ltd.
84:D4:12 PaloAlto Palo Alto Networks
84:D4:7E ArubaaHe Aruba, a Hewlett Packard Enterprise Company
@@ -35127,6 +35159,7 @@
88:6B:44 SunnovoI Sunnovo International Limited
88:6B:6E Apple Apple, Inc.
88:6B:76 ChinaHop China Hopeful Group Hopeful Electric Co.,Ltd
+88:6D:2D HuaweiDe Huawei Device Co., Ltd.
88:6E:E1 ErbeElek Erbe Elektromedizin GmbH
88:6F:29 Pocketbo Pocketbook International SA
88:6F:D4 Dell Dell Inc.
@@ -35517,6 +35550,7 @@
8C:1F:64:1A:50:00/36 Dialtron Dialtronics Systems Pvt Ltd
8C:1F:64:1A:70:00/36 aelettro aelettronica group srl
8C:1F:64:1A:F0:00/36 EnviroNo EnviroNode IoT Solutions
+8C:1F:64:1B:20:00/36 Rapid-e- Rapid-e-Engineering Steffen Kramer
8C:1F:64:1B:50:00/36 Xicato
8C:1F:64:1B:60:00/36 RedSenso Red Sensors Limited
8C:1F:64:1B:70:00/36 Rax-Tech Rax-Tech International
@@ -35635,6 +35669,7 @@
8C:1F:64:3F:C0:00/36 STVElect STV Electronic GmbH
8C:1F:64:3F:E0:00/36 Plumsp Plum sp. z.o.o.
8C:1F:64:3F:F0:00/36 UiseeSha Uisee(Shanghai) Automotive Technologies Ltd.
+8C:1F:64:40:20:00/36 Integerp Integer.pl S.A.
8C:1F:64:40:60:00/36 AndaTele Anda Telecom Pvt Ltd
8C:1F:64:40:C0:00/36 SichuanA Sichuan Aiyijan Technology Company Ltd.
8C:1F:64:40:E0:00/36 BakerHug Baker Hughes EMEA
@@ -35723,6 +35758,7 @@
8C:1F:64:5A:C0:00/36 YUYAMAMF YUYAMA MFG Co.,Ltd
8C:1F:64:5A:E0:00/36 SuzhouMo Suzhou Motorcomm Electronic Technology Co., Ltd
8C:1F:64:5A:F0:00/36 TeqDilig Teq Diligent Product Solutions Pvt. Ltd.
+8C:1F:64:5B:20:00/36 Mij Mij Co Ltd
8C:1F:64:5B:30:00/36 eumigind eumig industrie-TV GmbH.
8C:1F:64:5B:C0:00/36 Heitec Heitec Ag
8C:1F:64:5C:B0:00/36 dinosys
@@ -35772,6 +35808,7 @@
8C:1F:64:67:F0:00/36 Hamamats Hamamatsu Photonics K.K.
8C:1F:64:68:30:00/36 Slat
8C:1F:64:68:50:00/36 SancharC Sanchar Communication Systems
+8C:1F:64:69:10:00/36 WendeTan Wende Tan
8C:1F:64:69:20:00/36 NexilisE Nexilis Electronics India Pvt Ltd (PICSYS)
8C:1F:64:69:70:00/36 Sontay Sontay Ltd.
8C:1F:64:69:80:00/36 Arcus-ED Arcus-EDS GmbH
@@ -35781,6 +35818,7 @@
8C:1F:64:6A:80:00/36 Bulwark
8C:1F:64:6A:D0:00/36 PotterEl Potter Electric Signal Company
8C:1F:64:6A:E0:00/36 BrayInte Bray International
+8C:1F:64:6B:10:00/36 Speciali Specialist Mechanical Engineers (PTY)LTD
8C:1F:64:6B:30:00/36 Feritech Feritech Ltd.
8C:1F:64:6B:50:00/36 O-NetCom O-Net Communications(Shenzhen)Limited
8C:1F:64:6B:90:00/36 GSIndust GS Industrie-Elektronik GmbH
@@ -35808,6 +35846,7 @@
8C:1F:64:72:A0:00/36 DorletSa Dorlet Sau
8C:1F:64:72:C0:00/36 Antaitec Antai technology Co.,Ltd
8C:1F:64:73:10:00/36 ehoosys ehoosys Co.,LTD.
+8C:1F:64:73:30:00/36 VideoNet Video Network Security
8C:1F:64:73:70:00/36 Vytahy-V Vytahy-Vymyslicky s.r.o.
8C:1F:64:73:90:00/36 Monnit Monnit Corporation
8C:1F:64:73:B0:00/36 FinkZeit Fink Zeitsysteme GmbH
@@ -35911,6 +35950,7 @@
8C:1F:64:8E:90:00/36 Vesperix Vesperix Corporation
8C:1F:64:8E:E0:00/36 AbbottDi Abbott Diagnostics Technologies AS
8C:1F:64:8F:40:00/36 Loadrite Loadrite (Auckland) Limited
+8C:1F:64:8F:60:00/36 IdneoTec Idneo Technologies S.A.U.
8C:1F:64:8F:80:00/36 HIGHVOLT HIGHVOLT Prüftechnik
8C:1F:64:90:30:00/36 Portrait Portrait Displays, Inc.
8C:1F:64:90:50:00/36 Qualitro Qualitrol LLC
@@ -35967,6 +36007,7 @@
8C:1F:64:9F:20:00/36 MBconnec MB connect line GmbH Fernwartungssysteme
8C:1F:64:9F:40:00/36 Grossenb Grossenbacher Systeme AG
8C:1F:64:9F:A0:00/36 METRONA- METRONA-Union GmbH
+8C:1F:64:9F:B0:00/36 CiIsrael Ci Systems Israel Ltd
8C:1F:64:9F:D0:00/36 VishayNo Vishay Nobel AB
8C:1F:64:9F:E0:00/36 Metroval Metroval Controle de Fluidos Ltda
8C:1F:64:9F:F0:00/36 Satelles Satelles Inc
@@ -35992,6 +36033,7 @@
8C:1F:64:A6:A0:00/36 SphereCo Sphere Com Services Pvt Ltd
8C:1F:64:A6:D0:00/36 CyberneX CyberneX Co., Ltd
8C:1F:64:A7:60:00/36 DEUTA-WE DEUTA-WERKE GmbH
+8C:1F:64:A8:30:00/36 EkspertS EkspertStroyProekt
8C:1F:64:A8:40:00/36 BeijingW Beijing Wenrise Technology Co., Ltd.
8C:1F:64:A9:40:00/36 Futurewa Future wave ultra tech Company
8C:1F:64:A9:70:00/36 Integerp Integer.pl S.A.
@@ -36037,6 +36079,7 @@
8C:1F:64:B5:50:00/36 SancharT Sanchar Telesystems limited
8C:1F:64:B5:60:00/36 Arcvideo
8C:1F:64:B6:40:00/36 GSPSprac GSP Sprachtechnologie GmbH
+8C:1F:64:B6:50:00/36 HomyHubS HomyHub SL
8C:1F:64:B6:70:00/36 M2Mcraft M2M craft Co., Ltd.
8C:1F:64:B6:90:00/36 Quanxing Quanxing Tech Co.,LTD
8C:1F:64:B7:30:00/36 Comm-enc Comm-ence, Inc.
@@ -36056,6 +36099,7 @@
8C:1F:64:BC:20:00/36 HuzElect Huz Electronics Ltd
8C:1F:64:BC:30:00/36 FoxIoT FoxIoT OÜ
8C:1F:64:BC:60:00/36 ChengduZ Chengdu ZiChen Time&Frequency Technology Co.,Ltd
+8C:1F:64:BC:90:00/36 GlTech Gl Tech Co.,Ltd
8C:1F:64:BC:B0:00/36 A&T A&T Corporation
8C:1F:64:BC:C0:00/36 SoundHea Sound Health Systems
8C:1F:64:BD:30:00/36 IOMaster IO Master Technology
@@ -36150,6 +36194,7 @@
8C:1F:64:D8:80:00/36 Universi University of Geneva - Department of Particle Physics
8C:1F:64:D9:20:00/36 Mitsubis Mitsubishi Electric India Pvt. Ltd.
8C:1F:64:D9:A0:00/36 BeijingR Beijing Redlink Information Technology Co., Ltd.
+8C:1F:64:DA:60:00/36 PowerEle Power Electronics Espana, S.L.
8C:1F:64:DA:A0:00/36 Davetech Davetech Limited
8C:1F:64:DA:E0:00/36 Maincoau Mainco automotion s.l.
8C:1F:64:DA:F0:00/36 ZhuhaiLo Zhuhai Lonl electric Co.,Ltd
@@ -36158,6 +36203,7 @@
8C:1F:64:DB:90:00/36 ErmesEle Ermes Elettronica s.r.l.
8C:1F:64:DB:D0:00/36 Giordano Giordano Controls Spa
8C:1F:64:DC:00:00/36 PigsCanF Pigs Can Fly Labs LLC
+8C:1F:64:DC:20:00/36 ProconEl Procon Electronics Pty Ltd
8C:1F:64:DC:90:00/36 PeterHub Peter Huber Kaeltemaschinenbau AG
8C:1F:64:DC:A0:00/36 Porschee Porsche engineering
8C:1F:64:DD:50:00/36 Cardinal Cardinal Scales Manufacturing Co
@@ -36913,6 +36959,7 @@
90:CC:DF IntelCor Intel Corporate
90:CD:1F QuectelW Quectel Wireless Solutions Co.,Ltd.
90:CD:B6 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
+90:CE:B8 TexasIns Texas Instruments
90:CF:15 Nokia Nokia Corporation
90:CF:6F Dlogixs Dlogixs Co Ltd
90:CF:7D QingdaoH Qingdao Hisense Communications Co.,Ltd.
@@ -37244,7 +37291,7 @@
94:C9:B7:60:00:00/28 Realtime Realtimes Beijing Technology Co., Ltd.
94:C9:B7:70:00:00/28 Mammotht Mammothtek Cloud(Dong Guan)Technology Co., Ltd
94:C9:B7:80:00:00/28 OSOMProd OSOM Products Inc
-94:C9:B7:90:00:00/28 Private
+94:C9:B7:90:00:00/28 Titanium Titanium union(shenzhen)technology co.,ltd
94:C9:B7:A0:00:00/28 ShenZhen ShenZhen Beide Technology Co.,LTD
94:C9:B7:B0:00:00/28 3DBiomed 3D Biomedicine Science & Technology Co., Limited
94:C9:B7:C0:00:00/28 JinjinTe Jinjin Technology (Shenzhen) Co., Ltd
@@ -38500,6 +38547,7 @@ A0:BD:1D Zhejiang Zhejiang Dahua Technology Co., Ltd.
A0:BD:CD SkyUk Sky Uk Limited
A0:BF:50 SCAdd-Pr S.C. Add-Production S.R.L.
A0:BF:A5 Coresys
+A0:C2:0D HuaweiDe Huawei Device Co., Ltd.
A0:C2:DE CostarVi Costar Video Systems
A0:C3:DE TritonEl Triton Electronic Systems Ltd.
A0:C4:A5 SygnHous Sygn House Inc.
@@ -39714,6 +39762,7 @@ AC:F8:CC ARRISGro ARRIS Group, Inc.
AC:F9:70 HuaweiTe Huawei Technologies Co.,Ltd
AC:F9:7E Elesys Elesys Inc.
AC:FA:A5 digitron
+AC:FC:82 Shenzhen Shenzhen Sundray Technologies Company Limited
AC:FD:93 WeifangG Weifang Goertek Electronics Co.,Ltd
AC:FD:CE IntelCor Intel Corporate
AC:FD:EC Apple Apple, Inc.
@@ -40321,6 +40370,7 @@ B4:A9:FE GHIATech GHIA Technology (Shenzhen) LTD
B4:AA:4D Ensequen Ensequence, Inc.
B4:AB:2C MtMTechn MtM Technology Corporation
B4:AC:8C BernUniv Bern University of Applied Sciences
+B4:AC:9D TexasIns Texas Instruments
B4:AD:A3 Guangzho Guangzhou Shiyuan Electronic Technology Company Limited
B4:AE:2B Microsof Microsoft
B4:AE:6F CircleRe Circle Reliance, Inc DBA Cranberry Networks
@@ -40598,6 +40648,7 @@ B8:92:1D BgT&A Bg T&A
B8:94:36 HuaweiTe Huawei Technologies Co.,Ltd
B8:94:70 Calix Calix Inc.
B8:94:D2 RetailIn Retail Innovation HTT AB
+B8:94:D9 TexasIns Texas Instruments
B8:94:E7 XiaomiCo Xiaomi Communications Co Ltd
B8:96:74 AllDSP AllDSP GmbH & Co. KG
B8:97:5A BIOSTARM BIOSTAR Microtech Int'l Corp.
@@ -41781,7 +41832,11 @@ C4:A1:51 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD
C4:A3:66 zte zte corporation
C4:A4:02 HuaweiTe Huawei Technologies Co.,Ltd
C4:A5:59 IEEERegi IEEE Registration Authority
+C4:A5:59:00:00:00/28 Archermi Archermind Japan Co.,Ltd.
C4:A5:59:10:00:00/28 MotiveTe Motive Technologies, Inc.
+C4:A5:59:20:00:00/28 Shenzhen Shenzhen Orfa Tech Co., Ltd
+C4:A5:59:30:00:00/28 X-speedl X-speed lnformation Technology Co.,Ltd
+C4:A5:59:40:00:00/28 Private
C4:A5:59:50:00:00/28 Moultrie Moultrie Mobile
C4:A5:59:60:00:00/28 Annapurn Annapurna labs
C4:A5:59:70:00:00/28 AvironIn Aviron Interactive Inc.
@@ -41791,6 +41846,7 @@ C4:A5:59:A0:00:00/28 HebeiFar Hebei Far-East Communication System Engineerning C
C4:A5:59:B0:00:00/28 SMHTechn SMH Technologies SRL
C4:A5:59:C0:00:00/28 AltamSl Altam Systems Sl
C4:A5:59:D0:00:00/28 MinoltaS Minolta Security
+C4:A5:59:E0:00:00/28 SernetSu Sernet (Suzhou) Technologies Corporation
C4:A7:2B Shenzhen Shenzhen Chuangwei-Rgb Electronics Co.,Ltd
C4:A8:1D D-LinkIn D-Link International
C4:AA:A1 SUMMITDE SUMMIT DEVELOPMENT, spol.s r.o.
@@ -42295,6 +42351,7 @@ CA:1E:45 ASMediaT ASMedia Technology Inc.
CA:2B:5E SuzhouMo Suzhou Motor-comm Electronic Technology Co.,Ltd
CA:30:BF IEEE8021 IEEE 802.1 Chair
CA:37:82 Storbyte Storbyte, Inc.
+CA:3E:A6 Syng Syng, Inc.
CA:44:6C CypressC Cypress Computer Systems, Inc.
CA:7D:DD EmOneTha EmOne (Thailand) Co.,Ltd.
CA:8F:A5 Advanced Advanced TS Migrations, Co
@@ -42982,6 +43039,7 @@ D0:A4:6F ChinaDra China Dragon Technology Limited
D0:A4:B1 Sonifex Sonifex Ltd.
D0:A5:A6 Cisco Cisco Systems, Inc
D0:A6:37 Apple Apple, Inc.
+D0:A9:D3 EMMicroe EM Microelectronic
D0:AB:D5 IntelCor Intel Corporate
D0:AE:EC AlphaNet Alpha Networks Inc.
D0:AF:B6 LinktopT Linktop Technology Co., LTD
@@ -43109,6 +43167,7 @@ D4:01:29 Broadcom
D4:01:6D Tp-LinkT Tp-Link Technologies Co.,Ltd.
D4:02:4A Delphian Delphian Systems LLC
D4:04:CD ARRISGro ARRIS Group, Inc.
+D4:04:E6 Broadcom Broadcom Limited
D4:04:FF JuniperN Juniper Networks
D4:05:98 ARRISGro ARRIS Group, Inc.
D4:05:DE eero eero inc.
@@ -43203,6 +43262,7 @@ D4:3D:39 DialogSe Dialog Semiconductor
D4:3D:67 CarmaInd Carma Industries Inc.
D4:3D:7E Micro-St Micro-Star Int'l Co, Ltd
D4:3D:F3 ZyxelCom Zyxel Communications Corporation
+D4:3F:32 eero eero inc.
D4:3F:CB ARRISGro ARRIS Group, Inc.
D4:40:D0 OCOSMOS OCOSMOS Co., LTD
D4:40:F0 HuaweiTe Huawei Technologies Co.,Ltd
@@ -43578,6 +43638,7 @@ D8:32:5A Shenzhen Shenzhen YOUHUA Technology Co., Ltd
D8:32:E3 XiaomiCo Xiaomi Communications Co Ltd
D8:33:7F OfficeFA Office FA.com Co.,Ltd.
D8:33:B7 Sagemcom Sagemcom Broadband SAS
+D8:34:1C GDMideaA GD Midea Air-Conditioning Equipment Co.,Ltd.
D8:34:D1 Shenzhen Shenzhen Orange Digital Technology Co.,Ltd
D8:34:EE Shure Shure Incorporated
D8:36:5F Intelbra Intelbras
@@ -43744,7 +43805,7 @@ D8:AD:DD Sonavati Sonavation, Inc.
D8:AE:90 ItibiaTe Itibia Technologies
D8:AE:D0 Shanghai Shanghai Engineering Science & Technology Co.,LTD CGNPC
D8:AF:3B Hangzhou Hangzhou Bigbright Integrated communications system Co.,Ltd
-D8:AF:81 AONPKRoT AO "NPK RoTeK"
+D8:AF:81 Ao
D8:AF:F1 Panasoni Panasonic Appliances Company
D8:B0:2E Guangzho Guangzhou Zonerich Business Machine Co., LTD.
D8:B0:4C JinanUSR Jinan USR IOT Technology Co., Ltd.
@@ -44042,6 +44103,7 @@ DC:72:9B HuaweiTe Huawei Technologies Co.,Ltd
DC:73:85 HuaweiDe Huawei Device Co., Ltd.
DC:74:A8 SamsungE Samsung Electronics Co.,Ltd
DC:77:4C Cisco Cisco Systems, Inc
+DC:77:94 HuaweiDe Huawei Device Co., Ltd.
DC:78:34 Logicom Logicom Sa
DC:7B:94 Cisco Cisco Systems, Inc
DC:7F:A4 2Wire 2Wire Inc
@@ -44080,6 +44142,7 @@ DC:9F:A4 Nokia Nokia Corporation
DC:9F:DB Ubiquiti Ubiquiti Networks Inc.
DC:A1:20 Nokia
DC:A2:66 HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
+DC:A3:13 Shenzhen Shenzhen Changjin Communication Technology Co.,Ltd
DC:A3:33 Shenzhen Shenzhen YOUHUA Technology Co., Ltd
DC:A3:A2 FengmiBe Feng mi(Beijing)technology co., LTD
DC:A3:AC RBcloudt RBcloudtech
@@ -44165,7 +44228,7 @@ DC:E0:26 PatrolTa Patrol Tag, Inc
DC:E0:EB NanjingA Nanjing Aozheng Information Technology Co.Ltd
DC:E1:AD Shenzhen Shenzhen Wintop Photoelectric Technology Co., Ltd
DC:E2:AC LumensDi Lumens Digital Optics Inc.
-DC:E3:05 AONPKRoT AO "NPK RoTeK"
+DC:E3:05 Ao
DC:E5:33 IEEERegi IEEE Registration Authority
DC:E5:33:00:00:00/28 FLYHTAer FLYHT Aerospace
DC:E5:33:10:00:00/28 AmbiLabs Ambi Labs Limited
@@ -44624,6 +44687,7 @@ E4:1E:0A:E0:00:00/28 Shanghai Shanghai LeXiang Technology Co., Ltd
E4:1F:13 IBM IBM Corp
E4:1F:7B Cisco Cisco Systems, Inc
E4:1F:E9 Dunkermo Dunkermotoren GmbH
+E4:21:50 Shanghai Shanghai Chint low voltage electrical technology Co.,Ltd.
E4:22:A5 Plantron Plantronics, Inc.
E4:23:3C JuniperN Juniper Networks
E4:23:54 Shenzhen Shenzhen Fuzhi Software Technology Co.,Ltd
@@ -46500,6 +46564,7 @@ F8:32:E4 ASUSTekC ASUSTek COMPUTER INC.
F8:33:31 TexasIns Texas Instruments
F8:33:76 GoodMind Good Mind Innovation Co., Ltd.
F8:34:41 IntelCor Intel Corporate
+F8:34:51 Comcast Comcast-SRL
F8:34:5A HitronTe Hitron Technologies. Inc
F8:35:53 MagentaR Magenta Research Ltd.
F8:35:DD GemtekTe Gemtek Technology Co., Ltd.
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index ba00946ce0..95d82858f7 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -6346,12 +6346,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Importieren</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>von Zipdatei</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">von Zipdatei</translation>
</message>
<message>
- <source>from directory</source>
- <translation>von einem Verzeichnis</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">von einem Verzeichnis</translation>
</message>
<message>
<source>Export</source>
@@ -6446,12 +6448,14 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Keine Pakete</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>Ausgewähltes persönliches Profil</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">Ausgewähltes persönliches Profil</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>Alle persönlichen Profile</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">Alle persönlichen Profile</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7403,8 +7407,9 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln ausgewähltes persönliches Profil</numerusform>
<numerusform>%Ln ausgewählte persönliche Profile</numerusform>
</translation>
@@ -7445,16 +7450,19 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Zipdatei (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>von Zipdatei</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">von Zipdatei</translation>
</message>
<message>
- <source>from directory</source>
- <translation>von einem Verzeichnis</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">von einem Verzeichnis</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>Alle persönlichen Profile</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">Alle persönlichen Profile</translation>
</message>
<message>
<source>Error</source>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index 6df4a0aaa5..e7983362b4 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -6287,14 +6287,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>from zip file</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>from directory</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Export</source>
<translation type="unfinished"></translation>
</message>
@@ -6387,11 +6379,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>selected personal profile</source>
+ <source>From Zip File...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>From Directory...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Selected Personal Profile...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>All Personal Profiles...</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -7315,6 +7315,25 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
+ <source>From Zip File...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>From Directory...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message numerus="yes">
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <translation type="unfinished">
+ <numerusform></numerusform>
+ <numerusform></numerusform>
+ </translation>
+ </message>
+ <message>
+ <source>All Personal Profiles...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>New profile</source>
<translation type="unfinished"></translation>
</message>
@@ -7343,7 +7362,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message numerus="yes">
<source>%Ln selected personal profile(s)</source>
- <translation>
+ <translation type="vanished">
<numerusform>%Ln selected personal profile</numerusform>
<numerusform>%Ln selected personal profiles</numerusform>
</translation>
@@ -7384,18 +7403,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>from zip file</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>from directory</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>all personal profiles</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index 0783b6c8ef..c41362ea99 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -6282,12 +6282,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Importar</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>desde archivo zip</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">desde archivo zip</translation>
</message>
<message>
- <source>from directory</source>
- <translation>desde directorio</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">desde directorio</translation>
</message>
<message>
<source>Export</source>
@@ -6382,12 +6384,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>No hay paquetes</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>Perfil personal seleccionado</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">Perfil personal seleccionado</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>Todos los perfiles personales</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">Todos los perfiles personales</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7330,8 +7334,9 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Seleccione archivo zip para exportar</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln perfil personal seleccionado</numerusform>
<numerusform>%Ln perfiles personales seleccionados</numerusform>
</translation>
@@ -7372,16 +7377,19 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Archivo zip (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>desde archivo zip</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">desde archivo zip</translation>
</message>
<message>
- <source>from directory</source>
- <translation>desde directorio</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">desde directorio</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>Todos los perfiles personales</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">Todos los perfiles personales</translation>
</message>
<message>
<source>Error</source>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index 53e292c4a7..cf240b4901 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -6345,12 +6345,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Importer</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>à partir du fichier zip</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">à partir du fichier zip</translation>
</message>
<message>
- <source>from directory</source>
- <translation>à partir du répertoire</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">à partir du répertoire</translation>
</message>
<message>
<source>Export</source>
@@ -6445,12 +6447,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Pas de paquets</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>profil personnel sélectionné</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">profil personnel sélectionné</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>tous les profils personnels</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">tous les profils personnels</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7402,8 +7406,9 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln profil personnel sélectionné</numerusform>
<numerusform>%Ln profils personnels sélectionnés</numerusform>
</translation>
@@ -7444,16 +7449,19 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Fichier zip (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>à partir du fichier zip</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">à partir du fichier zip</translation>
</message>
<message>
- <source>from directory</source>
- <translation>à partir du répertoire</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">à partir du répertoire</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>tous les profils personnels</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">tous les profils personnels</translation>
</message>
<message>
<source>Error</source>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index 9b75b33324..e8e6a5c149 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -6346,12 +6346,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Importa</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>da file zip</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">da file zip</translation>
</message>
<message>
- <source>from directory</source>
- <translation>da cartella</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">da cartella</translation>
</message>
<message>
<source>Export</source>
@@ -6446,12 +6448,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Nessun pacchetto</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>profilo personale selezionato</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">profilo personale selezionato</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>tutti i profili personali</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">tutti i profili personali</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7403,8 +7407,9 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln profilo personale selezionato</numerusform>
<numerusform>%Ln profili personali selezionati</numerusform>
</translation>
@@ -7445,16 +7450,19 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>File Zip (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>da file zip</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">da file zip</translation>
</message>
<message>
- <source>from directory</source>
- <translation>da cartella</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">da cartella</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>tutti i profili personali</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">tutti i profili personali</translation>
</message>
<message>
<source>Error</source>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index e42dc97832..dec0809dab 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -1862,7 +1862,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Packets B </source>
- <translation type="unfinished"></translation>
+ <translation>パケット B </translation>
</message>
<message>
<source>Bytes B </source>
@@ -2020,11 +2020,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>…as a Base64 String</source>
- <translation type="unfinished"></translation>
+ <translation>BASE64文字列として...</translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
- <translation type="unfinished"></translation>
+ <translation>BASE64エンコードされた文字列としてパケットバイト列をコピー</translation>
</message>
<message>
<source>…as Raw Binary</source>
@@ -2188,7 +2188,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Invalid filter: </source>
- <translation type="unfinished">無効なフィルタ:</translation>
+ <translation>無効なフィルタ:</translation>
</message>
<message>
<source>Save this filter</source>
@@ -6331,12 +6331,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>インポート</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>zipファイルより</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">zipファイルより</translation>
</message>
<message>
- <source>from directory</source>
- <translation>ディレクトリより</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">ディレクトリより</translation>
</message>
<message>
<source>Export</source>
@@ -6430,12 +6432,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>パケットなし</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>選択された個人プロファイル</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">選択された個人プロファイル</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>すべての個人プロファイル</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">すべての個人プロファイル</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7385,8 +7389,9 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln 選択された個人プロファイル</numerusform>
</translation>
</message>
@@ -7425,16 +7430,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Zipファイル (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>zipファイルより</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">zipファイルより</translation>
</message>
<message>
- <source>from directory</source>
- <translation>ディレクトリより</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">ディレクトリより</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>すべての個人プロファイル</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">すべての個人プロファイル</translation>
</message>
<message>
<source>Error</source>
@@ -12962,7 +12970,7 @@ a:hover {
</message>
<message>
<source>&amp;DTN</source>
- <translation type="unfinished"></translation>
+ <translation>&amp;DTN</translation>
</message>
<message>
<source>Osmux</source>
@@ -13445,11 +13453,11 @@ a:hover {
</message>
<message>
<source>&amp;LTP</source>
- <translation type="unfinished"></translation>
+ <translation>&amp;LTP</translation>
</message>
<message>
<source>LTP segment and block statistics</source>
- <translation type="unfinished"></translation>
+ <translation>LTPセグメントとブロック統計</translation>
</message>
<message>
<source>&amp;ISUP Messages</source>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index 5a90d0acbb..386c15552e 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -6354,11 +6354,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished">Importuj</translation>
</message>
<message>
- <source>from zip file</source>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>from directory</source>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
@@ -6455,11 +6457,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Brak pakietów</translation>
</message>
<message>
- <source>selected personal profile</source>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
@@ -7405,7 +7409,8 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
@@ -7449,15 +7454,18 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>from zip file</source>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>from directory</source>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index d689bfe157..bd375f7688 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -6364,12 +6364,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Импорт</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>из zip файла</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">из zip файла</translation>
</message>
<message>
- <source>from directory</source>
- <translation>из каталога</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">из каталога</translation>
</message>
<message>
<source>Export</source>
@@ -6465,12 +6467,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Нет Пакетов</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>выбранный личный профиль</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">выбранный личный профиль</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>все личные профили</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">все личные профили</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7424,8 +7428,9 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln выбранный личный профиль</numerusform>
<numerusform>%Ln выбранных личных профиля</numerusform>
<numerusform>%Ln выбранных личных профиля</numerusform>
@@ -7468,16 +7473,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Файл ZIP (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>из zip файла</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">из zip файла</translation>
</message>
<message>
- <source>from directory</source>
- <translation>из каталога</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">из каталога</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>все личные профили</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">все личные профили</translation>
</message>
<message>
<source>Error</source>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 1746bf1fed..dccd8bd0ec 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -6346,12 +6346,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Importera</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>från en zip-fil</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">från en zip-fil</translation>
</message>
<message>
- <source>from directory</source>
- <translation>från en katalog</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">från en katalog</translation>
</message>
<message>
<source>Export</source>
@@ -6446,12 +6448,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Inga paket</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>vald personlig profil</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">vald personlig profil</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>alla personliga profiler</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">alla personliga profiler</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7403,8 +7407,9 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln vald personlig profil</numerusform>
<numerusform>%Ln valda personliga profiler</numerusform>
</translation>
@@ -7445,16 +7450,19 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Zip-fil (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>från en zip-fil</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">från en zip-fil</translation>
</message>
<message>
- <source>from directory</source>
- <translation>från en katalog</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">från en katalog</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>alla personliga profiler</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">alla personliga profiler</translation>
</message>
<message>
<source>Error</source>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index 2b589988fd..fccf944ce1 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -6328,12 +6328,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>İçe Aktar</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>zip dosyasından</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">zip dosyasından</translation>
</message>
<message>
- <source>from directory</source>
- <translation>dizinden</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">dizinden</translation>
</message>
<message>
<source>Export</source>
@@ -6427,12 +6429,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Paket Yok</translation>
</message>
<message>
- <source>selected personal profile</source>
- <translation>seçilen kişisel profil</translation>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
+ <translation type="unfinished">seçilen kişisel profil</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>tüm kişisel profiller</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">tüm kişisel profiller</translation>
</message>
<message>
<source>Packets: %1</source>
@@ -7382,8 +7386,9 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
- <translation>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
+ <translation type="unfinished">
<numerusform>%Ln seçilmiş kişisel profil</numerusform>
</translation>
</message>
@@ -7422,16 +7427,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Zip Dosyası (*.zip)</translation>
</message>
<message>
- <source>from zip file</source>
- <translation>zip dosyasından</translation>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
+ <translation type="unfinished">zip dosyasından</translation>
</message>
<message>
- <source>from directory</source>
- <translation>dizinden</translation>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
+ <translation type="unfinished">dizinden</translation>
</message>
<message>
- <source>all personal profiles</source>
- <translation>tüm kişisel profiller</translation>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
+ <translation type="unfinished">tüm kişisel profiller</translation>
</message>
<message>
<source>Error</source>
@@ -12959,7 +12967,7 @@ a:hover {
</message>
<message>
<source>&amp;DTN</source>
- <translation type="unfinished"></translation>
+ <translation>&amp;DTN</translation>
</message>
<message>
<source>Osmux</source>
@@ -13442,11 +13450,11 @@ a:hover {
</message>
<message>
<source>&amp;LTP</source>
- <translation type="unfinished"></translation>
+ <translation>&amp;LTP</translation>
</message>
<message>
<source>LTP segment and block statistics</source>
- <translation type="unfinished"></translation>
+ <translation>LTP bölümü ve blok istatistikleri</translation>
</message>
<message>
<source>&amp;ISUP Messages</source>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index 07359a6862..4972b197cb 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -6281,11 +6281,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>from zip file</source>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>from directory</source>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
@@ -6382,11 +6384,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Пакети відсутні</translation>
</message>
<message>
- <source>selected personal profile</source>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
@@ -7331,7 +7335,8 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
<translation type="unfinished">
<numerusform></numerusform>
<numerusform></numerusform>
@@ -7375,15 +7380,18 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>from zip file</source>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>from directory</source>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index 55dd73981e..1fe505ded5 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -6324,11 +6324,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished">导入</translation>
</message>
<message>
- <source>from zip file</source>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>from directory</source>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
@@ -6423,11 +6425,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>无分组</translation>
</message>
<message>
- <source>selected personal profile</source>
+ <source>Selected Personal Profile...</source>
+ <oldsource>selected personal profile</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
@@ -7371,7 +7375,8 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <source>%Ln selected personal profile(s)</source>
+ <source>%Ln Selected Personal Profile(s)...</source>
+ <oldsource>%Ln selected personal profile(s)</oldsource>
<translation type="unfinished">
<numerusform></numerusform>
</translation>
@@ -7411,15 +7416,18 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>from zip file</source>
+ <source>From Zip File...</source>
+ <oldsource>from zip file</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>from directory</source>
+ <source>From Directory...</source>
+ <oldsource>from directory</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
- <source>all personal profiles</source>
+ <source>All Personal Profiles...</source>
+ <oldsource>all personal profiles</oldsource>
<translation type="unfinished"></translation>
</message>
<message>