[Automatic update for 2022-07-17]

Update manuf, services enterprise numbers, translations, and other items.

services failed.
This commit is contained in:
Gerald Combs 2022-07-17 16:38:11 +00:00
parent 0749873c70
commit a6b09b52b4
8 changed files with 204 additions and 43 deletions

View File

@ -4029,6 +4029,7 @@ Adrian-Ken Rueegsegger <ken[AT]codelabs.ch>
Adrien Aubry <adraub[AT]gmail.com>
Adrien Destugues <adestugues[AT]toulouse.viveris.com>
Adrien Destugues <adrien.destugues[AT]opensource.viveris.fr>
Aeneas Jaißle <aj[AT]ajaissle.de>
Ahmad Fatoum <ahmad[AT]a3f.at>
Ahmet Alperen <bltalperen[AT]gmail.com>
Aidan MacDonald <amachronic[AT]protonmail.com>
@ -5010,6 +5011,7 @@ Trond Norbye <trond[AT]couchbase.com>
Ugur ILTER <ugur.ilter[AT]airties.com>
Ulf <ulf33286[AT]gmail.com>
Uli Heilmeier <ulrich.heilmeier[AT]vitesco.com>
Uli Heilmeier <ulrich.heilmeier[AT]web.de>
Uli Schlachter <psychon[AT]znc.in>
Umberto Corponi <umberto.corponi[AT]athonet.com>
Uri Simchoni <urisimchoni[AT]gmail.com>
@ -5126,6 +5128,7 @@ pengtian <pengtianabc[AT]hotmail.com>
po307ax <pavol.oresky[AT]student.tuke.sk>
rbroker <rstbroker[AT]gmail.com>
shqking <shqking[AT]gmail.com>
steve71 <steve[AT]clarke.org.uk>
subhav8 <subhadevi88[AT]gmail.com>
yuanjungong <yuanjungong96[AT]gmail.com>
zhang zhilei <zhangzhilei[AT]360.cn>

7
NEWS
View File

@ -85,6 +85,8 @@ Wireshark 3.7.2 Release Notes
arguments for tap_packet_cb has changed. All taps registered
through register_tap_listener have to be updated.
• Speed when using maxminddb has been greatly improved on Windows
Many other improvements have been made. See the “New and Updated
Features” section below for more details.
@ -217,6 +219,9 @@ Wireshark 3.7.2 Release Notes
• It is now possible to test for the existence of a slice.
• All integer sizes are now compatible. Unless overflow occurs
any integer field can be compared with any other.
• The `text2pcap` command and the “Import from Hex Dump” feature
have been updated and enhanced:
@ -369,7 +374,7 @@ Wireshark 3.7.2 Release Notes
A complete FAQ is available on the Wireshark web site[7].
Last updated 2022-07-03 22:07:36 UTC
Last updated 2022-07-16 15:37:20 UTC
References

View File

@ -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-07-09)
# (last updated 2022-07-16)
0 Reserved
1 NxNetworks
@ -8562,7 +8562,7 @@
8582 Netgene Tech. Inc.
8583 Kabelfoon BV
8584 Sorbonne
8585 Saab Sensor Systems Germany GmbH
8585 Saab Deutschland GmbH
8586 MODCOMP GmbH
8587 WiredMinds Informationssysteme GmbH
8588 Munich Re Insurance AG
@ -21952,7 +21952,7 @@
22106 Vodafone SDEC
22107 The Florida Lottery
22108 Application Science and Technology
22109 Beuth Hochschule Berlin / University of Applied Sciences
22109 Berliner Hochschule für Technik (BHT)
22110 Airedale International Air Conditioning Ltd
22111 Chilibyte Oy
22112 Vigil Security, LLC
@ -48436,7 +48436,7 @@
48617 binsec GmbH
48618 revservrd
48619 Stream Technologies Ltd
48620 ALMERYS
48620 BE INVEST International S.A.
48621 Dueton Systems s.r.o.
48622 Innovate DC S.A.C.
48623 Ingarps Trävaror AB
@ -58911,3 +58911,26 @@
59119 CubedH.LLC
59120 The Skibowski Company LC
59121 Alyansa SA
59122 Blackstone Inc
59123 Powow Power
59124 深圳市万网博通科技有限公司 (Shenzhen Wanwang Botong Technology Co., Ltd.)
59125 Arm Technology (China) Co., Ltd
59126 CrescoNet
59127 POSTRON
59128 i7sec Consulting
59129 ICCOA
59130 Zaram Technology. Inc.
59131 Audemars Piguet SA
59132 Human Streaming
59133 North Central Texas Emergency Communications District
59134 Azercell Telecom LLC
59135 X-Net Technologies GmbH
59136 X-Net Services GmbH
59137 ETRI (Electronics and Telecommunications Research Institute)
59138 Moritz J. Weig GmbH & Co. KG
59139 Mark ID UAB
59140 Sycope
59141 Unitel Technologies
59142 ByteTerrace LLC
59143 Billion Byte Technology (Chengdu) Co., Ltd.
59144 Stadtwerke Teterow GmbH

Can't render this file because it is too large.

View File

@ -172,14 +172,17 @@ static ws_enum_t all_enums[] = {
ENUM(FT_ABSOLUTE_TIME),
ENUM(FT_AX25),
ENUM(FT_AX25_ADDR_LEN),
ENUM(FT_BADARG),
ENUM(FT_BOOLEAN),
ENUM(FT_BYTES),
ENUM(FT_CHAR),
ENUM(FT_DOUBLE),
ENUM(FT_ERROR),
ENUM(FT_ETHER),
ENUM(FT_ETHER_LEN),
ENUM(FT_EUI64),
ENUM(FT_EUI64_LEN),
ENUM(FT_FALSE),
ENUM(FT_FCWWN),
ENUM(FT_FCWWN_LEN),
ENUM(FT_FLOAT),
@ -213,6 +216,8 @@ static ws_enum_t all_enums[] = {
ENUM(FT_NONE),
ENUM(FT_NUM_TYPES),
ENUM(FT_OID),
ENUM(FT_OK),
ENUM(FT_OVERFLOW),
ENUM(FT_PROTOCOL),
ENUM(FT_RELATIVE_TIME),
ENUM(FT_REL_OID),
@ -221,6 +226,7 @@ static ws_enum_t all_enums[] = {
ENUM(FT_STRINGZPAD),
ENUM(FT_STRINGZTRUNC),
ENUM(FT_SYSTEM_ID),
ENUM(FT_TRUE),
ENUM(FT_UINT16),
ENUM(FT_UINT24),
ENUM(FT_UINT32),

View File

@ -6,8 +6,8 @@
*
* List of PCI ID's
*
* Version: 2022.07.05
* Date: 2022-07-05 03:15:02
* Version: 2022.07.17
* Date: 2022-07-17 03:15:01
*
* Maintained by Albert Pool, Martin Mares, and other volunteers from
* the PCI ID Project at https://pci-ids.ucw.cz/.
@ -13249,6 +13249,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x25A7, 0xFFFF, 0xFFFF, "GA107M [GeForce MX570](0x25A7)"},
{0x10DE, 0x25A9, 0xFFFF, 0xFFFF, "GA107M [GeForce RTX 2050](0x25A9)"},
{0x10DE, 0x25AA, 0xFFFF, 0xFFFF, "GA107M [GeForce MX570 A](0x25AA)"},
{0x10DE, 0x25AC, 0xFFFF, 0xFFFF, "GN20-P0-R-K2(0x25AC)"},
{0x10DE, 0x25AF, 0xFFFF, 0xFFFF, "GA107 [GeForce RTX 3050 Engineering Sample](0x25AF)"},
{0x10DE, 0x25B5, 0xFFFF, 0xFFFF, "GA107GLM [RTX A4 Mobile](0x25B5)"},
{0x10DE, 0x25B6, 0xFFFF, 0xFFFF, "GA107GL [A2 / A16](0x25B6)"},
@ -13259,6 +13260,7 @@ pci_id_t pci_vid_10DE[] = {
{0x10DE, 0x25E0, 0xFFFF, 0xFFFF, "GA107BM [GeForce RTX 3050 Ti Mobile](0x25E0)"},
{0x10DE, 0x25E2, 0xFFFF, 0xFFFF, "GA107BM [GeForce RTX 3050 Mobile](0x25E2)"},
{0x10DE, 0x25E5, 0xFFFF, 0xFFFF, "GA107BM [GeForce RTX 3050 Mobile](0x25E5)"},
{0x10DE, 0x25EC, 0xFFFF, 0xFFFF, "GN20-P0-R-K2(0x25EC)"},
{0x10DE, 0x25F9, 0xFFFF, 0xFFFF, "GA107 [RTX A1000 Embedded GPU ](0x25F9)"},
{0x10DE, 0x25FA, 0xFFFF, 0xFFFF, "GA107 [RTX A2000 Embedded GPU](0x25FA)"},
{0x10DE, 0x2684, 0xFFFF, 0xFFFF, "AD102 [GeForce RTX 4090](0x2684)"},
@ -21058,6 +21060,7 @@ pci_id_t pci_vid_1414[] = {
{0x1414, 0x0001, 0xFFFF, 0xFFFF, "MN-120 (ADMtek Centaur-C based)(0x0001)"},
{0x1414, 0x0002, 0xFFFF, 0xFFFF, "MN-130 (ADMtek Centaur-P based)(0x0002)"},
{0x1414, 0x008C, 0xFFFF, 0xFFFF, "Basic Render Driver(0x008C)"},
{0x1414, 0x008E, 0xFFFF, 0xFFFF, "Basic Render Driver(0x008E)"},
{0x1414, 0x5353, 0xFFFF, 0xFFFF, "Hyper-V virtual VGA(0x5353)"},
{0x1414, 0x5801, 0xFFFF, 0xFFFF, "XMA Decoder (Xenon)(0x5801)"},
{0x1414, 0x5802, 0xFFFF, 0xFFFF, "SATA Controller - CdRom (Xenon)(0x5802)"},
@ -28267,6 +28270,9 @@ pci_id_t pci_vid_19E5[] = {
{0x19E5, 0x0212, 0x19E5, 0xD303, "Hi1822 SP522 (2*8G FC)(0x19E5-0xD303)"},
{0x19E5, 0x0212, 0x19E5, 0xD306, "Hi1822 SP523 (2*8G FC)(0x19E5-0xD306)"},
{0x19E5, 0x0222, 0xFFFF, 0xFFFF, "Hi1822 Family(0x0222)"},
{0x19E5, 0x0222, 0x19E5, 0x0051, "Hi1822 SP681 (2*25/10GE)(0x19E5-0x0051)"},
{0x19E5, 0x0222, 0x19E5, 0x0052, "Hi1822 SP680 (4*25/10GE)(0x19E5-0x0052)"},
{0x19E5, 0x0222, 0x19E5, 0x00A1, "Hi1822 SP670 (2*100GE)(0x19E5-0x00A1)"},
{0x19E5, 0x1710, 0xFFFF, 0xFFFF, "iBMA Virtual Network Adapter(0x1710)"},
{0x19E5, 0x1711, 0xFFFF, 0xFFFF, "Hi171x Series [iBMC Intelligent Management system chip w/VGA support](0x1711)"},
{0x19E5, 0x1822, 0xFFFF, 0xFFFF, "Hi1822 Family (4*25GE)(0x1822)"},
@ -29342,12 +29348,16 @@ pci_id_t pci_vid_1C5F[] = {
{0x1C5F, 0x000E, 0x1C5F, 0x0B31, "NVMe SSD PBlaze6 6530 3840G 2.5\" U.2(0x1C5F-0x0B31)"},
{0x1C5F, 0x000E, 0x1C5F, 0x0B40, "NVMe SSD PBlaze6 6530 7680G AIC(0x1C5F-0x0B40)"},
{0x1C5F, 0x000E, 0x1C5F, 0x0B41, "NVMe SSD PBlaze6 6530 7680G 2.5\" U.2(0x1C5F-0x0B41)"},
{0x1C5F, 0x000E, 0x1C5F, 0x1331, "NVMe SSD PBlaze6 6531 3840G 2.5\" U.2(0x1C5F-0x1331)"},
{0x1C5F, 0x000E, 0x1C5F, 0x1341, "NVMe SSD PBlaze6 6531 7680G 2.5\" U.2(0x1C5F-0x1341)"},
{0x1C5F, 0x000E, 0x1C5F, 0x4B20, "NVMe SSD PBlaze6 6530 1600G AIC(0x1C5F-0x4B20)"},
{0x1C5F, 0x000E, 0x1C5F, 0x4B21, "NVMe SSD PBlaze6 6530 1600G 2.5\" U.2(0x1C5F-0x4B21)"},
{0x1C5F, 0x000E, 0x1C5F, 0x4B30, "NVMe SSD PBlaze6 6530 3200G AIC(0x1C5F-0x4B30)"},
{0x1C5F, 0x000E, 0x1C5F, 0x4B31, "NVMe SSD PBlaze6 6530 3200G 2.5\" U.2(0x1C5F-0x4B31)"},
{0x1C5F, 0x000E, 0x1C5F, 0x4B40, "NVMe SSD PBlaze6 6530 6400G AIC(0x1C5F-0x4B40)"},
{0x1C5F, 0x000E, 0x1C5F, 0x4B41, "NVMe SSD PBlaze6 6530 6400G 2.5\" U.2(0x1C5F-0x4B41)"},
{0x1C5F, 0x000E, 0x1C5F, 0x5331, "NVMe SSD PBlaze6 6537 3200G 2.5\" U.2(0x1C5F-0x5331)"},
{0x1C5F, 0x000E, 0x1C5F, 0x5341, "NVMe SSD PBlaze6 6537 6400G 2.5\" U.2(0x1C5F-0x5341)"},
{0x1C5F, 0x003D, 0xFFFF, 0xFFFF, "PBlaze5 920/926(0x003D)"},
{0x1C5F, 0x003E, 0xFFFF, 0xFFFF, "PBlaze6 6920(0x003E)"},
{0x1C5F, 0x003E, 0x1C5F, 0x0A31, "NVMe SSD PBlaze6 6920 3840GB 2.5\" U.2(0x1C5F-0x0A31)"},
@ -29424,7 +29434,7 @@ pci_id_t pci_vid_1CC1[] = {
}; /* pci_vid_1CC1[] */
pci_id_t pci_vid_1CC4[] = {
{0x1CC4, 0xFFFF, 0xFFFF, 0xFFFF, "Union Memory (Shenzhen)(0x1CC4)"},
{0x1CC4, 0xFFFF, 0xFFFF, 0xFFFF, "Shenzhen Unionmemory Information System Ltd.(0x1CC4)"},
{0x1CC4, 0x1203, 0xFFFF, 0xFFFF, "NVMe SSD Controller UHXXXa series(0x1203)"},
{0x1CC4, 0x1203, 0x1CC4, 0xA121, "NVMe SSD UHXXXa series U.2 960GB(0x1CC4-0xA121)"},
{0x1CC4, 0x1203, 0x1CC4, 0xA122, "NVMe SSD UHXXXa series U.2 1920GB(0x1CC4-0xA122)"},
@ -29771,11 +29781,15 @@ pci_id_t pci_vid_1D78[] = {
{0x1D78, 0x1513, 0x1D78, 0x6108, "D6437 U.2 7.68TB NVMe SSD(0x1D78-0x6108)"},
{0x1D78, 0x1513, 0x1D78, 0x6115, "D6456 U.2 3.2TB NVMe SSD(0x1D78-0x6115)"},
{0x1D78, 0x1513, 0x1D78, 0x6116, "D6436 U.2 3.84TB NVMe SSD(0x1D78-0x6116)"},
{0x1D78, 0x1513, 0x1D78, 0x6117, "D6436 U.2 6.4TB NVMe SSD(0x1D78-0x6117)"},
{0x1D78, 0x1513, 0x1D78, 0x6117, "D6456 U.2 6.4TB NVMe SSD(0x1D78-0x6117)"},
{0x1D78, 0x1513, 0x1D78, 0x6118, "D6436 U.2 7.68TB NVMe SSD(0x1D78-0x6118)"},
{0x1D78, 0x1515, 0xFFFF, 0xFFFF, "DERA EMEI NVMe Controller(0x1515)"},
}; /* pci_vid_1D78[] */
pci_id_t pci_vid_1D79[] = {
{0x1D79, 0xFFFF, 0xFFFF, 0xFFFF, "Transcend Information, Inc.(0x1D79)"},
}; /* pci_vid_1D79[] */
pci_id_t pci_vid_1D7C[] = {
{0x1D7C, 0xFFFF, 0xFFFF, 0xFFFF, "Aerotech, Inc.(0x1D7C)"},
{0x1D7C, 0x0001, 0xFFFF, 0xFFFF, "HyperWire Adapter(0x0001)"},
@ -30345,6 +30359,7 @@ pci_id_t pci_vid_1E60[] = {
pci_id_t pci_vid_1E67[] = {
{0x1E67, 0xFFFF, 0xFFFF, 0xFFFF, "Untether AI(0x1E67)"},
{0x1E67, 0x0002, 0xFFFF, 0xFFFF, "runAI200 AI Inference Accelerator(0x0002)"},
}; /* pci_vid_1E67[] */
pci_id_t pci_vid_1E68[] = {
@ -30465,6 +30480,7 @@ pci_id_t pci_vid_1ED5[] = {
{0x1ED5, 0x0121, 0xFFFF, 0xFFFF, "MTT S1000M(0x0121)"},
{0x1ED5, 0x0122, 0xFFFF, 0xFFFF, "MTT S1000(0x0122)"},
{0x1ED5, 0x0123, 0xFFFF, 0xFFFF, "MTT S2000(0x0123)"},
{0x1ED5, 0x01FF, 0xFFFF, 0xFFFF, "MTT HDMI/DP Audio(0x01FF)"},
}; /* pci_vid_1ED5[] */
pci_id_t pci_vid_1ED8[] = {
@ -33639,6 +33655,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x1533, 0x10A9, 0x802C, "UV300 BaseIO single-port GbE(0x10A9-0x802C)"},
{0x8086, 0x1533, 0x10A9, 0x802D, "UV3000 BaseIO GbE Network(0x10A9-0x802D)"},
{0x8086, 0x1533, 0x17AA, 0x1100, "ThinkServer Ethernet Server Adapter(0x17AA-0x1100)"},
{0x8086, 0x1533, 0x17AA, 0x404D, "I210 PCIe 1Gb 1-Port RJ45 LOM(0x17AA-0x404D)"},
{0x8086, 0x1533, 0x8086, 0x0001, "Ethernet Server Adapter I210-T1(0x8086-0x0001)"},
{0x8086, 0x1533, 0x8086, 0x0002, "Ethernet Server Adapter I210-T1(0x8086-0x0002)"},
{0x8086, 0x1536, 0xFFFF, 0xFFFF, "I210 Gigabit Fiber Network Connection(0x1536)"},
@ -34113,6 +34130,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x1906, 0x17AA, 0x382A, "B51-80 Laptop(0x17AA-0x382A)"},
{0x8086, 0x1908, 0xFFFF, 0xFFFF, "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers(0x1908)"},
{0x8086, 0x1909, 0xFFFF, 0xFFFF, "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x4)(0x1909)"},
{0x8086, 0x190B, 0xFFFF, 0xFFFF, "HD Graphics 510(0x190B)"},
{0x8086, 0x190C, 0xFFFF, 0xFFFF, "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers(0x190C)"},
{0x8086, 0x190C, 0x1028, 0x06D6, "Latitude 7275 tablet(0x1028-0x06D6)"},
{0x8086, 0x190C, 0x1028, 0x06E6, "Latitude 11 5175 2-in-1(0x1028-0x06E6)"},
@ -34146,6 +34164,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x191E, 0x1028, 0x06E6, "Latitude 11 5175 2-in-1(0x1028-0x06E6)"},
{0x8086, 0x191F, 0xFFFF, 0xFFFF, "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers(0x191F)"},
{0x8086, 0x1921, 0xFFFF, 0xFFFF, "HD Graphics 520(0x1921)"},
{0x8086, 0x1923, 0xFFFF, 0xFFFF, "HD Graphics 535(0x1923)"},
{0x8086, 0x1926, 0xFFFF, 0xFFFF, "Iris Graphics 540(0x1926)"},
{0x8086, 0x1927, 0xFFFF, 0xFFFF, "Iris Graphics 550(0x1927)"},
{0x8086, 0x192B, 0xFFFF, 0xFFFF, "Iris Graphics 555(0x192B)"},
@ -38266,12 +38285,19 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x3E92, 0xFFFF, 0xFFFF, "CoffeeLake-S GT2 [UHD Graphics 630](0x3E92)"},
{0x8086, 0x3E92, 0x1028, 0x0869, "Vostro 3470(0x1028-0x0869)"},
{0x8086, 0x3E93, 0xFFFF, 0xFFFF, "CoffeeLake-S GT1 [UHD Graphics 610](0x3E93)"},
{0x8086, 0x3E94, 0xFFFF, 0xFFFF, "Coffee Lake-S GT2 [UHD Graphics P630](0x3E94)"},
{0x8086, 0x3E96, 0xFFFF, 0xFFFF, "CoffeeLake-S GT2 [UHD Graphics P630](0x3E96)"},
{0x8086, 0x3E98, 0xFFFF, 0xFFFF, "CoffeeLake-S GT2 [UHD Graphics 630](0x3E98)"},
{0x8086, 0x3E9A, 0xFFFF, 0xFFFF, "Coffee Lake-S GT2 [UHD Graphics P630](0x3E9A)"},
{0x8086, 0x3E9B, 0xFFFF, 0xFFFF, "CoffeeLake-H GT2 [UHD Graphics 630](0x3E9B)"},
{0x8086, 0x3E9C, 0xFFFF, 0xFFFF, "Coffee Lake-S GT1 [UHD Graphics 610](0x3E9C)"},
{0x8086, 0x3EA0, 0xFFFF, 0xFFFF, "WhiskeyLake-U GT2 [UHD Graphics 620](0x3EA0)"},
{0x8086, 0x3EA0, 0x1028, 0x089E, "Inspiron 5482(0x1028-0x089E)"},
{0x8086, 0x3EA1, 0xFFFF, 0xFFFF, "Whiskey Lake-U GT1 [UHD Graphics 610](0x3EA1)"},
{0x8086, 0x3EA5, 0xFFFF, 0xFFFF, "CoffeeLake-U GT3e [Iris Plus Graphics 655](0x3EA5)"},
{0x8086, 0x3EA6, 0xFFFF, 0xFFFF, "Coffee Lake-U GT3 [Iris Plus Graphics 645](0x3EA6)"},
{0x8086, 0x3EA8, 0xFFFF, 0xFFFF, "Coffee Lake-U GT3 [Iris Plus Graphics 655](0x3EA8)"},
{0x8086, 0x3EA9, 0xFFFF, 0xFFFF, "Coffee Lake-U GT2 [UHD Graphics 620](0x3EA9)"},
{0x8086, 0x3EC2, 0xFFFF, 0xFFFF, "8th Gen Core Processor Host Bridge/DRAM Registers(0x3EC2)"},
{0x8086, 0x3EC2, 0x1028, 0x0869, "Vostro 3470(0x1028-0x0869)"},
{0x8086, 0x3EC2, 0x1043, 0x8694, "PRIME H310M-D(0x1043-0x8694)"},
@ -38427,11 +38453,14 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x43F0, 0x8086, 0x02A4, "Wireless-AC 9462(0x8086-0x02A4)"},
{0x8086, 0x43FC, 0xFFFF, 0xFFFF, "Tiger Lake-H Integrated Sensor Hub(0x43FC)"},
{0x8086, 0x444E, 0xFFFF, 0xFFFF, "Turbo Memory Controller(0x444E)"},
{0x8086, 0x4555, 0xFFFF, 0xFFFF, "Elkhart Lake [UHD Graphics Gen11 16EU](0x4555)"},
{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, 0x461E, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 USB Controller(0x461E)"},
{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)"},
{0x8086, 0x4629, 0xFFFF, 0xFFFF, "12th Gen Core Processor Host Bridge/DRAM Registers(0x4629)"},
{0x8086, 0x462F, 0xFFFF, 0xFFFF, "Alder Lake-P Thunderbolt 4 PCI Express Root Port #2(0x462F)"},
{0x8086, 0x463D, 0xFFFF, 0xFFFF, "12th Gen Core Processor PCI Express x4 Controller #2(0x463D)"},
@ -38447,11 +38476,20 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x467D, 0xFFFF, 0xFFFF, "Platform Monitoring Technology(0x467D)"},
{0x8086, 0x467F, 0xFFFF, 0xFFFF, "Volume Management Device NVMe RAID Controller(0x467F)"},
{0x8086, 0x4680, 0xFFFF, 0xFFFF, "AlderLake-S GT1(0x4680)"},
{0x8086, 0x4682, 0xFFFF, 0xFFFF, "Alder Lake-S GT1 [UHD Graphics 730](0x4682)"},
{0x8086, 0x4688, 0xFFFF, 0xFFFF, "Alder Lake-HX GT1 [UHD Graphics 770](0x4688)"},
{0x8086, 0x4690, 0xFFFF, 0xFFFF, "Alder Lake-S GT1 [UHD Graphics 770](0x4690)"},
{0x8086, 0x4692, 0xFFFF, 0xFFFF, "Alder Lake-S GT1 [UHD Graphics 730](0x4692)"},
{0x8086, 0x4693, 0xFFFF, 0xFFFF, "Alder Lake-S GT1 [UHD Graphics 710](0x4693)"},
{0x8086, 0x46A0, 0xFFFF, 0xFFFF, "AlderLake-P GT2(0x46A0)"},
{0x8086, 0x46A1, 0xFFFF, 0xFFFF, "UHD Graphics(0x46A1)"},
{0x8086, 0x46A3, 0xFFFF, 0xFFFF, "Alder Lake-P GT1 [UHD Graphics](0x46A3)"},
{0x8086, 0x46A6, 0xFFFF, 0xFFFF, "Alder Lake-P Integrated Graphics Controller(0x46A6)"},
{0x8086, 0x46A8, 0xFFFF, 0xFFFF, "Alder Lake-UP3 GT2 [Iris Xe Graphics](0x46A8)"},
{0x8086, 0x46AA, 0xFFFF, 0xFFFF, "Alder Lake-UP4 GT2 [Iris Xe Graphics](0x46AA)"},
{0x8086, 0x46B3, 0xFFFF, 0xFFFF, "Alder Lake-UP3 GT1 [UHD Graphics](0x46B3)"},
{0x8086, 0x46C0, 0xFFFF, 0xFFFF, "AlderLake-M GT1(0x46C0)"},
{0x8086, 0x46C3, 0xFFFF, 0xFFFF, "Alder Lake-UP4 GT1 [UHD Graphics](0x46C3)"},
{0x8086, 0x4905, 0xFFFF, 0xFFFF, "DG1 [Iris Xe MAX Graphics](0x4905)"},
{0x8086, 0x4906, 0xFFFF, 0xFFFF, "DG1 [Iris Xe Pod](0x4906)"},
{0x8086, 0x4907, 0xFFFF, 0xFFFF, "SG1 [Server GPU SG-18M](0x4907)"},
@ -38555,7 +38593,9 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x530D, 0xFFFF, 0xFFFF, "80310 (IOP) IO Processor(0x530D)"},
{0x8086, 0x5502, 0xFFFF, 0xFFFF, "Ethernet Controller (2) I225-LMvP(0x5502)"},
{0x8086, 0x5502, 0x1AB6, 0x0225, "TS4 On-Board 2.5GbE Ethernet Adaptor(0x1AB6-0x0225)"},
{0x8086, 0x5690, 0xFFFF, 0xFFFF, "DG2 [Arc A770M](0x5690)"},
{0x8086, 0x5691, 0xFFFF, 0xFFFF, "DG2 [Arc A730M](0x5691)"},
{0x8086, 0x5692, 0xFFFF, 0xFFFF, "DG2 [Arc A550M](0x5692)"},
{0x8086, 0x5693, 0xFFFF, 0xFFFF, "DG2 [Arc A370M](0x5693)"},
{0x8086, 0x5694, 0xFFFF, 0xFFFF, "DG2 [Arc A350M](0x5694)"},
{0x8086, 0x56A5, 0xFFFF, 0xFFFF, "DG2 [Arc A380](0x56A5)"},
@ -38569,7 +38609,9 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x5904, 0x17AA, 0x2247, "ThinkPad T570(0x17AA-0x2247)"},
{0x8086, 0x5904, 0x17AA, 0x224F, "ThinkPad X1 Carbon 5th Gen(0x17AA-0x224F)"},
{0x8086, 0x5905, 0xFFFF, 0xFFFF, "Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x8)(0x5905)"},
{0x8086, 0x5906, 0xFFFF, 0xFFFF, "HD Graphics 610(0x5906)"},
{0x8086, 0x5909, 0xFFFF, 0xFFFF, "Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x4)(0x5909)"},
{0x8086, 0x590B, 0xFFFF, 0xFFFF, "HD Graphics 610(0x590B)"},
{0x8086, 0x590C, 0xFFFF, 0xFFFF, "Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers(0x590C)"},
{0x8086, 0x590F, 0xFFFF, 0xFFFF, "Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers(0x590F)"},
{0x8086, 0x590F, 0x1462, 0x7A68, "B250 KRAIT GAMING (MS-7A68)(0x1462-0x7A68)"},
@ -38592,6 +38634,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x591D, 0xFFFF, 0xFFFF, "HD Graphics P630(0x591D)"},
{0x8086, 0x591E, 0xFFFF, 0xFFFF, "HD Graphics 615(0x591E)"},
{0x8086, 0x591F, 0xFFFF, 0xFFFF, "Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers(0x591F)"},
{0x8086, 0x5921, 0xFFFF, 0xFFFF, "HD Graphics 620(0x5921)"},
{0x8086, 0x5923, 0xFFFF, 0xFFFF, "HD Graphics 635(0x5923)"},
{0x8086, 0x5926, 0xFFFF, 0xFFFF, "Iris Plus Graphics 640(0x5926)"},
{0x8086, 0x5927, 0xFFFF, 0xFFFF, "Iris Plus Graphics 650(0x5927)"},
@ -38941,6 +38984,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x7AE2, 0xFFFF, 0xFFFF, "Alder Lake-S PCH SATA Controller [AHCI Mode](0x7AE2)"},
{0x8086, 0x7AE8, 0xFFFF, 0xFFFF, "Alder Lake-S PCH HECI Controller #1(0x7AE8)"},
{0x8086, 0x7AF0, 0xFFFF, 0xFFFF, "Alder Lake-S PCH CNVi WiFi(0x7AF0)"},
{0x8086, 0x7AF0, 0x8086, 0x0034, "Wireless-AC 9560(0x8086-0x0034)"},
{0x8086, 0x7AF0, 0x8086, 0x0094, "Wi-Fi 6 AX201 160MHz(0x8086-0x0094)"},
{0x8086, 0x7AFC, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #4(0x7AFC)"},
{0x8086, 0x7AFD, 0xFFFF, 0xFFFF, "Alder Lake-S PCH Serial IO I2C Controller #5(0x7AFD)"},
@ -39006,6 +39050,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x8500, 0x1993, 0x0DEF, "mGuard-PCI AV#0(0x1993-0x0DEF)"},
{0x8086, 0x8603, 0xFFFF, 0xFFFF, "Ice Lake-LP Dynamic Tuning Processor Participant(0x8603)"},
{0x8086, 0x87C0, 0xFFFF, 0xFFFF, "UHD Graphics 617(0x87C0)"},
{0x8086, 0x87CA, 0xFFFF, 0xFFFF, "UHD Graphics 617(0x87CA)"},
{0x8086, 0x8800, 0xFFFF, 0xFFFF, "Platform Controller Hub EG20T PCI Express Port(0x8800)"},
{0x8086, 0x8801, 0xFFFF, 0xFFFF, "Platform Controller Hub EG20T Packet Hub(0x8801)"},
{0x8086, 0x8802, 0xFFFF, 0xFFFF, "Platform Controller Hub EG20T Gigabit Ethernet Controller(0x8802)"},
@ -39047,6 +39092,7 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x8A52, 0xFFFF, 0xFFFF, "Iris Plus Graphics G7(0x8A52)"},
{0x8086, 0x8A53, 0xFFFF, 0xFFFF, "Iris Plus Graphics G7(0x8A53)"},
{0x8086, 0x8A56, 0xFFFF, 0xFFFF, "Iris Plus Graphics G1 (Ice Lake)(0x8A56)"},
{0x8086, 0x8A58, 0xFFFF, 0xFFFF, "Ice Lake-Y GT1 [UHD Graphics G1](0x8A58)"},
{0x8086, 0x8A5A, 0xFFFF, 0xFFFF, "Iris Plus Graphics G4 (Ice Lake)(0x8A5A)"},
{0x8086, 0x8A5C, 0xFFFF, 0xFFFF, "Iris Plus Graphics G4 (Ice Lake)(0x8A5C)"},
{0x8086, 0x8C00, 0xFFFF, 0xFFFF, "8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode](0x8C00)"},
@ -39295,6 +39341,8 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x9622, 0xFFFF, 0xFFFF, "Integrated RAID(0x9622)"},
{0x8086, 0x9641, 0xFFFF, 0xFFFF, "Integrated RAID(0x9641)"},
{0x8086, 0x96A1, 0xFFFF, 0xFFFF, "Integrated RAID(0x96A1)"},
{0x8086, 0x9840, 0xFFFF, 0xFFFF, "Lakefield GT2 [UHD Graphics](0x9840)"},
{0x8086, 0x9841, 0xFFFF, 0xFFFF, "Lakefield GT1.5 [UHD Graphics](0x9841)"},
{0x8086, 0x9A01, 0xFFFF, 0xFFFF, "11th Gen Core Processor PCIe Controller #1(0x9A01)"},
{0x8086, 0x9A03, 0xFFFF, 0xFFFF, "TigerLake-LP Dynamic Tuning Processor Participant(0x9A03)"},
{0x8086, 0x9A09, 0xFFFF, 0xFFFF, "11th Gen Core Processor PCIe Controller(0x9A09)"},
@ -39320,9 +39368,13 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x9A31, 0xFFFF, 0xFFFF, "Tiger Lake-H Thunderbolt 4 PCI Express Root Port #3(0x9A31)"},
{0x8086, 0x9A33, 0xFFFF, 0xFFFF, "Tiger Lake Trace Hub(0x9A33)"},
{0x8086, 0x9A36, 0xFFFF, 0xFFFF, "11th Gen Core Processor Host Bridge/DRAM Registers(0x9A36)"},
{0x8086, 0x9A40, 0xFFFF, 0xFFFF, "Tiger Lake-UP4 GT2 [Iris Xe Graphics](0x9A40)"},
{0x8086, 0x9A49, 0xFFFF, 0xFFFF, "TigerLake-LP GT2 [Iris Xe Graphics](0x9A49)"},
{0x8086, 0x9A60, 0xFFFF, 0xFFFF, "TigerLake-H GT1 [UHD Graphics](0x9A60)"},
{0x8086, 0x9A68, 0xFFFF, 0xFFFF, "TigerLake-H GT1 [UHD Graphics](0x9A68)"},
{0x8086, 0x9A70, 0xFFFF, 0xFFFF, "Tiger Lake-H GT1 [UHD Graphics](0x9A70)"},
{0x8086, 0x9A78, 0xFFFF, 0xFFFF, "Tiger Lake-LP GT2 [UHD Graphics G4](0x9A78)"},
{0x8086, 0x9B21, 0xFFFF, 0xFFFF, "Comet Lake-U GT2 [UHD Graphics 620](0x9B21)"},
{0x8086, 0x9B33, 0xFFFF, 0xFFFF, "Comet Lake-S 6c Host Bridge/DRAM Controller(0x9B33)"},
{0x8086, 0x9B41, 0xFFFF, 0xFFFF, "CometLake-U GT2 [UHD Graphics](0x9B41)"},
{0x8086, 0x9B41, 0x1028, 0x09BD, "Latitude 7310(0x1028-0x09BD)"},
@ -39337,10 +39389,16 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0x9B64, 0xFFFF, 0xFFFF, "10th Gen Core Processor Host Bridge/DRAM Registers(0x9B64)"},
{0x8086, 0x9BA4, 0xFFFF, 0xFFFF, "Comet Lake-H GT1 [UHD Graphics 610](0x9BA4)"},
{0x8086, 0x9BA8, 0xFFFF, 0xFFFF, "CometLake-S GT1 [UHD Graphics 610](0x9BA8)"},
{0x8086, 0x9BAA, 0xFFFF, 0xFFFF, "Comet Lake UHD Graphics(0x9BAA)"},
{0x8086, 0x9BAC, 0xFFFF, 0xFFFF, "Comet Lake UHD Graphics(0x9BAC)"},
{0x8086, 0x9BC4, 0xFFFF, 0xFFFF, "CometLake-H GT2 [UHD Graphics](0x9BC4)"},
{0x8086, 0x9BC5, 0xFFFF, 0xFFFF, "CometLake-S GT2 [UHD Graphics 630](0x9BC5)"},
{0x8086, 0x9BC6, 0xFFFF, 0xFFFF, "Comet Lake-S GT2 [UHD Graphics P630](0x9BC6)"},
{0x8086, 0x9BC8, 0xFFFF, 0xFFFF, "CometLake-S GT2 [UHD Graphics 630](0x9BC8)"},
{0x8086, 0x9BCA, 0xFFFF, 0xFFFF, "Comet Lake UHD Graphics(0x9BCA)"},
{0x8086, 0x9BCC, 0xFFFF, 0xFFFF, "Comet Lake UHD Graphics(0x9BCC)"},
{0x8086, 0x9BE6, 0xFFFF, 0xFFFF, "Comet Lake-S GT2 [UHD Graphics P630](0x9BE6)"},
{0x8086, 0x9BF6, 0xFFFF, 0xFFFF, "Coffee Lake-S GT2 [UHD Graphics P630](0x9BF6)"},
{0x8086, 0x9C00, 0xFFFF, 0xFFFF, "8 Series SATA Controller 1 [IDE mode](0x9C00)"},
{0x8086, 0x9C01, 0xFFFF, 0xFFFF, "8 Series SATA Controller 1 [IDE mode](0x9C01)"},
{0x8086, 0x9C02, 0xFFFF, 0xFFFF, "8 Series SATA Controller 1 [AHCI mode](0x9C02)"},
@ -39978,6 +40036,14 @@ pci_id_t pci_vid_8086[] = {
{0x8086, 0xA3EB, 0xFFFF, 0xFFFF, "Comet Lake PCI Express Root Port #21(0xA3EB)"},
{0x8086, 0xA3F0, 0xFFFF, 0xFFFF, "Comet Lake PCH-V cAVS(0xA3F0)"},
{0x8086, 0xA620, 0xFFFF, 0xFFFF, "6400/6402 Advanced Memory Buffer (AMB)(0xA620)"},
{0x8086, 0xA780, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA780)"},
{0x8086, 0xA781, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA781)"},
{0x8086, 0xA782, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA782)"},
{0x8086, 0xA783, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA783)"},
{0x8086, 0xA788, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA788)"},
{0x8086, 0xA789, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA789)"},
{0x8086, 0xA78A, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA78A)"},
{0x8086, 0xA78B, 0xFFFF, 0xFFFF, "Raptor Lake-S UHD Graphics(0xA78B)"},
{0x8086, 0xABC0, 0xFFFF, 0xFFFF, "Omni-Path Fabric Switch Silicon 100 Series(0xABC0)"},
{0x8086, 0xB152, 0xFFFF, 0xFFFF, "21152 PCI-to-PCI Bridge(0xB152)"},
{0x8086, 0xB152, 0x8086, 0xB152, "21152 PCI-to-PCI Bridge(0x8086-0xB152)"},
@ -41628,7 +41694,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x10DB, 1, pci_vid_10DB },
{0x10DC, 6, pci_vid_10DC },
{0x10DD, 3, pci_vid_10DD },
{0x10DE, 3134, pci_vid_10DE },
{0x10DE, 3136, pci_vid_10DE },
{0x10DF, 127, pci_vid_10DF },
{0x10E0, 7, pci_vid_10E0 },
{0x10E1, 5, pci_vid_10E1 },
@ -42426,7 +42492,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1411, 1, pci_vid_1411 },
{0x1412, 36, pci_vid_1412 },
{0x1413, 1, pci_vid_1413 },
{0x1414, 16, pci_vid_1414 },
{0x1414, 17, pci_vid_1414 },
{0x1415, 166, pci_vid_1415 },
{0x1416, 1, pci_vid_1416 },
{0x1417, 1, pci_vid_1417 },
@ -43151,7 +43217,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x19DE, 1, pci_vid_19DE },
{0x19E2, 1, pci_vid_19E2 },
{0x19E3, 4, pci_vid_19E3 },
{0x19E5, 96, pci_vid_19E5 },
{0x19E5, 99, pci_vid_19E5 },
{0x19E7, 6, pci_vid_19E7 },
{0x19EE, 1, pci_vid_19EE },
{0x19F1, 1, pci_vid_19F1 },
@ -43272,7 +43338,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1C44, 2, pci_vid_1C44 },
{0x1C58, 7, pci_vid_1C58 },
{0x1C5C, 23, pci_vid_1C5C },
{0x1C5F, 25, pci_vid_1C5F },
{0x1C5F, 29, pci_vid_1C5F },
{0x1C63, 2, pci_vid_1C63 },
{0x1C7E, 2, pci_vid_1C7E },
{0x1C7F, 2, pci_vid_1C7F },
@ -43318,6 +43384,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1D6C, 35, pci_vid_1D6C },
{0x1D72, 1, pci_vid_1D72 },
{0x1D78, 36, pci_vid_1D78 },
{0x1D79, 1, pci_vid_1D79 },
{0x1D7C, 2, pci_vid_1D7C },
{0x1D82, 4, pci_vid_1D82 },
{0x1D87, 4, pci_vid_1D87 },
@ -43370,7 +43437,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1E59, 2, pci_vid_1E59 },
{0x1E5D, 3, pci_vid_1E5D },
{0x1E60, 2, pci_vid_1E60 },
{0x1E67, 1, pci_vid_1E67 },
{0x1E67, 2, pci_vid_1E67 },
{0x1E68, 1, pci_vid_1E68 },
{0x1E6B, 1, pci_vid_1E6B },
{0x1E7B, 1, pci_vid_1E7B },
@ -43391,7 +43458,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x1EBD, 2, pci_vid_1EBD },
{0x1ED2, 2, pci_vid_1ED2 },
{0x1ED3, 1, pci_vid_1ED3 },
{0x1ED5, 10, pci_vid_1ED5 },
{0x1ED5, 11, pci_vid_1ED5 },
{0x1ED8, 2, pci_vid_1ED8 },
{0x1ED9, 1, pci_vid_1ED9 },
{0x1EE4, 1, pci_vid_1EE4 },
@ -43536,7 +43603,7 @@ pci_vid_index_t pci_vid_index[] = {
{0x7FED, 1, pci_vid_7FED },
{0x8008, 4, pci_vid_8008 },
{0x807D, 1, pci_vid_807D },
{0x8086, 8282, pci_vid_8086 },
{0x8086, 8332, pci_vid_8086 },
{0x8088, 53, pci_vid_8088 },
{0x80EE, 3, pci_vid_80EE },
{0x8322, 1, pci_vid_8322 },
@ -43660,7 +43727,7 @@ pci_vid_index_t pci_vid_index[] = {
{0xFFFD, 2, pci_vid_FFFD },
{0xFFFE, 2, pci_vid_FFFE },
{0xFFFF, 1, pci_vid_FFFF },
}; /* We have 2288 VIDs */
}; /* We have 2289 VIDs */
static pci_vid_index_t *get_vid_index(guint16 vid)
{

85
manuf
View File

@ -44,24 +44,24 @@
# https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
# http://standards-oui.ieee.org/cid/cid.csv:
# Content-Length: 12664
# Last-Modified: Sun, 10 Jul 2022 16:00:31 GMT
# Content-Length: 12770
# Last-Modified: Sun, 17 Jul 2022 16:00:34 GMT
# http://standards-oui.ieee.org/iab/iab.csv:
# Content-Length: 381461
# Last-Modified: Sun, 10 Jul 2022 16:00:44 GMT
# Last-Modified: Sun, 17 Jul 2022 16:00:48 GMT
# http://standards-oui.ieee.org/oui/oui.csv:
# Content-Length: 2992115
# Last-Modified: Sun, 10 Jul 2022 16:01:17 GMT
# Content-Length: 2996095
# Last-Modified: Sun, 17 Jul 2022 16:01:24 GMT
# http://standards-oui.ieee.org/oui28/mam.csv:
# Content-Length: 472315
# Last-Modified: Sun, 10 Jul 2022 16:00:51 GMT
# Content-Length: 473799
# Last-Modified: Sun, 17 Jul 2022 16:00:57 GMT
# http://standards-oui.ieee.org/oui36/oui36.csv:
# Content-Length: 449855
# Last-Modified: Sun, 10 Jul 2022 16:01:10 GMT
# Content-Length: 450579
# Last-Modified: Sun, 17 Jul 2022 16:01:16 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
@ -4886,7 +4886,7 @@
00:12:F0 IntelCor Intel Corporate
00:12:F1 Ifotec
00:12:F2 BrocadeC Brocade Communications Systems LLC
00:12:F3 connectB connectBlue AB
00:12:F3 u-blox u-blox AG
00:12:F4 BelcoInt Belco International Co.,Ltd.
00:12:F5 ImardaNe Imarda New Zealand Limited
00:12:F6 Mdk Mdk Co.,Ltd.
@ -18028,6 +18028,7 @@
08:54:11 Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
08:54:BB Shenzhen Shenzhen Chuangwei-Rgb Electronics Co.,Ltd
08:55:31 Routerbo Routerboard.com
08:56:9B WiZ
08:57:00 Tp-LinkT Tp-Link Technologies Co.,Ltd.
08:57:FB AmazonTe Amazon Technologies Inc.
08:58:A5 BeijingV Beijing Vrv Software Corpoaration Limited.
@ -18888,6 +18889,7 @@
10:A5:D0 MurataMa Murata Manufacturing Co., Ltd.
10:A6:59 MobileCr Mobile Create Co.,Ltd.
10:A7:43 SKMtek SK Mtek Limited
10:A8:29 Cisco Cisco Systems, Inc
10:A9:32 BeijingC Beijing Cyber Cloud Technology Co. ,Ltd.
10:AE:60 AmazonTe Amazon Technologies Inc.
10:AE:A5 Duskrise Duskrise inc.
@ -19276,6 +19278,7 @@
14:B2:E5 Shenzhen Shenzhen iComm Semiconductor CO.,LTD
14:B3:1F Dell Dell Inc.
14:B3:70 GigasetD Gigaset Digital Technology (Shenzhen) Co., Ltd.
14:B3:A1 JuniperN Juniper Networks
14:B4:57 SiliconL Silicon Laboratories
14:B4:84 SamsungE Samsung Electronics Co.,Ltd
14:B7:3D ARCHEANT ARCHEAN Technologies
@ -19315,6 +19318,7 @@
14:D7:6E CONCHELE CONCH ELECTRONIC Co.,Ltd
14:DA:E9 ASUSTekC ASUSTek COMPUTER INC.
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:9C vivoMobi vivo Mobile Communication Co., Ltd.
14:DD:A9 ASUSTekC ASUSTek COMPUTER INC.
@ -19375,7 +19379,7 @@
18:16:E8 Siliconw Siliconware Precision Industries Co., Ltd.
18:17:14 Daewoois
18:17:25 CameoCom Cameo Communications, Inc.
18:18:8B FujitsuC Fujitsu Connected Technologies Limited
18:18:8B FcntLmit Fcnt Lmited
18:19:3F Tamtron Tamtron Oy
18:19:D6 SamsungE Samsung Electronics Co.,Ltd
18:1B:EB Actionte Actiontec Electronics, Inc
@ -20680,6 +20684,7 @@
24:15:10:D0:00:00/28 HelenTro Helen of Troy
24:15:10:E0:00:00/28 Satellit Satellite Link Technology CO.,LTD
24:15:51 HuaweiDe Huawei Device Co., Ltd.
24:16:1B Cisco Cisco Systems, Inc
24:16:6D HuaweiTe Huawei Technologies Co.,Ltd
24:16:9D Cisco Cisco Systems, Inc
24:18:1D SamsungE Samsung Electro-Mechanics(Thailand)
@ -22883,6 +22888,8 @@
38:BB:3C Avaya Avaya Inc
38:BC:01 HuaweiTe Huawei Technologies Co.,Ltd
38:BC:1A MEIZUTec MEIZU Technology Co., Ltd.
38:BC:61 Starkoff Starkoff Co., Ltd.
38:BD:7A ArubaaHe Aruba, a Hewlett Packard Enterprise Company
38:BE:AB AltoBeam AltoBeam (China) Inc.
38:BF:2F Espec Espec Corp.
38:BF:33 NECCASIO NEC CASIO Mobile Communications
@ -23030,6 +23037,7 @@
3C:10:6F Albahith Albahith Technologies
3C:10:E6 PHAZR PHAZR Inc.
3C:11:B2 Fraunhof Fraunhofer FIT
3C:13:5A XiaomiCo Xiaomi Communications Co Ltd
3C:13:CC Cisco Cisco Systems, Inc
3C:15:12 Shenzhen Shenzhen Huanhu Technology Co.,Ltd
3C:15:C2 Apple Apple, Inc.
@ -23263,6 +23271,7 @@
3C:A0:67 LiteonTe Liteon Technology Corporation
3C:A1:0D SamsungE Samsung Electronics Co.,Ltd
3C:A1:61 HuaweiTe Huawei Technologies Co.,Ltd
3C:A2:C3 vivoMobi vivo Mobile Communication Co., Ltd.
3C:A3:08 TexasIns Texas Instruments
3C:A3:15 BlessInf Bless Information & Communications Co., Ltd
3C:A3:1A OilfindI Oilfind International LLC
@ -24190,6 +24199,7 @@
40:DE:17 Shenzhen Shenzhen Lanfeng Times Industrial Co.,Ltd.
40:DE:AD JuniperN Juniper Networks
40:DF:02 LINEBIZP LINE BIZ Plus
40:E1:1C shenzhen shenzhen Cloud High Communication Technology Co.,Ltd
40:E1:71 JiangsuH Jiangsu Huitong Group Co.,Ltd.
40:E1:E4 NokiaSol Nokia Solutions and Networks GmbH & Co. KG
40:E2:30 AzureWav AzureWave Technology Inc.
@ -24393,6 +24403,7 @@
44:61:32 ecobee ecobee inc
44:61:9C FONsyste FONsystem co. ltd.
44:62:46 Comat Comat AG
44:64:3C Cisco Cisco Systems, Inc
44:65:0D AmazonTe Amazon Technologies Inc.
44:65:6A MegaVide Mega Video Electronic(HK) Industry Co., Ltd
44:65:7F Calix Calix Inc.
@ -25081,6 +25092,7 @@
4C:56:9D Apple Apple, Inc.
4C:56:DF TargusUS Targus US LLC
4C:57:CA Apple Apple, Inc.
4C:5B:B3 SiliconL Silicon Laboratories
4C:5C:DF ItelMobi Itel Mobile Limited
4C:5D:3C Cisco Cisco Systems, Inc
4C:5D:CD FinnishE Oy Finnish Electric Vehicle Technologies Ltd
@ -25878,6 +25890,7 @@
54:61:EA Zaplox Zaplox AB
54:62:E2 Apple Apple, Inc.
54:64:D9 Sagemcom Sagemcom Broadband SAS
54:64:DE u-blox u-blox AG
54:65:03 QuectelW Quectel Wireless Solutions Co., Ltd.
54:65:DE ARRISGro ARRIS Group, Inc.
54:66:6C Shenzhen Shenzhen YOUHUA Technology Co., Ltd
@ -26891,6 +26904,7 @@
60:56:99 Private
60:57:18 IntelCor Intel Corporate
60:57:7D eero eero inc.
60:58:01 Shandong Shandong ZTop Microelectronics Co., Ltd.
60:5B:30 Dell Dell Inc.
60:5B:B4 AzureWav AzureWave Technology Inc.
60:5E:4F HuaweiDe Huawei Device Co., Ltd.
@ -27433,10 +27447,12 @@
64:D9:89 Cisco Cisco Systems, Inc
64:DA:A0 RobertBo Robert Bosch Smart Home GmbH
64:DB:18 OpenPatt OpenPattern
64:DB:38 zte zte corporation
64:DB:43 Motorola Motorola (Wuhan) Mobility Technologies Communication Co., Ltd.
64:DB:81 Syszone Syszone Co., Ltd.
64:DB:8B Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd.
64:DB:A0 SelectCo Select Comfort
64:DB:F7 NokiaSha Nokia Shanghai Bell Co., Ltd.
64:DC:01 StaticGr Static Systems Group PLC
64:DC:DE ZheJiang ZheJiang FuChunJiang Information Technology Co.,Ltd
64:DD:E9 XiaomiCo Xiaomi Communications Co Ltd
@ -27965,6 +27981,7 @@
6C:5C:3D:C0:00:00/28 choyangp choyang powertech
6C:5C:3D:D0:00:00/28 Syowatsu Syowatsusinkougyo Co.,Ltd.
6C:5C:3D:E0:00:00/28 ClintonE Clinton Electronics Corporation
6C:5C:B1 SiliconL Silicon Laboratories
6C:5C:DE SunRepor SunReports, Inc.
6C:5D:3A Microsof Microsoft Corporation
6C:5D:63 ShenZhen ShenZhen Rapoo Technology Co., Ltd.
@ -31717,7 +31734,7 @@
70:B3:D5:CB:40:00/36 Planewav Planewave Instruments
70:B3:D5:CB:50:00/36 AtlasLig Atlas Lighting Products
70:B3:D5:CB:60:00/36 Kuebrich Kuebrich Ingeniergesellschaft mbh & Co. KG
70:B3:D5:CB:70:00/36 HKC HKC Limited
70:B3:D5:CB:70:00/36 HKCSecur HKC Security Ltd.
70:B3:D5:CB:80:00/36 VertiTec Verti Tecnologia
70:B3:D5:CB:90:00/36 «Satis-T Jsc «Satis-Tl-94»
70:B3:D5:CB:A0:00/36 YUYAMAMF YUYAMA MFG Co.,Ltd
@ -32333,7 +32350,7 @@
70:B3:D5:F1:C0:00/36 BavariaD Bavaria Digital Technik GmbH
70:B3:D5:F1:D0:00/36 Critical Critical Link LLC
70:B3:D5:F1:E0:00/36 AtxNetwo Atx Networks Ltd
70:B3:D5:F1:F0:00/36 HKC HKC Limited
70:B3:D5:F1:F0:00/36 HKCSecur HKC Security Ltd.
70:B3:D5:F2:10:00/36 dds
70:B3:D5:F2:20:00/36 ShengliF Shengli Financial Software Development
70:B3:D5:F2:30:00/36 LyseAS Lyse AS
@ -33455,6 +33472,7 @@
78:D8:00:C0:00:00/28 Shenzhen Shenzhen Chenzhuo Technology Co., Ltd.
78:D8:00:D0:00:00/28 KoreaMic Korea Micro Wireless Co.,Ltd.
78:D8:00:E0:00:00/28 CLIntern CL International
78:D8:40 XiaomiCo Xiaomi Communications Co Ltd
78:D9:9F NuComHK NuCom HK Ltd.
78:D9:E9 Momentum Momentum Iot
78:DA:07 Zhejiang Zhejiang Tmall Technology Co., Ltd.
@ -34647,6 +34665,7 @@
84:EB:EF Cisco Cisco Systems, Inc
84:ED:33 BBMC BBMC Co.,Ltd
84:EF:18 IntelCor Intel Corporate
84:F1:17 Newseaso Newseason
84:F1:29 Metrasca Metrascale Inc.
84:F1:47 Cisco Cisco Systems, Inc
84:F1:D0 EhoomeIo Ehoome Iot Private Limited
@ -35181,6 +35200,7 @@
8C:1F:64:11:F0:00/36 NodeUDes NodeUDesign
8C:1F:64:12:80:00/36 YulistaI Yulista Integrated Solution
8C:1F:64:12:B0:00/36 BeijingT Beijing Tongtech Technology Co., Ltd.
8C:1F:64:13:30:00/36 Vtron Vtron Pty Ltd
8C:1F:64:13:50:00/36 YuvalFic Yuval Fichman
8C:1F:64:14:40:00/36 Langfang Langfang ENN lntelligent Technology Co.,Ltd.
8C:1F:64:14:B0:00/36 PotterEl Potter Electric Signal Company
@ -35253,6 +35273,7 @@
8C:1F:64:30:60:00/36 Corigine Corigine,Inc.
8C:1F:64:30:90:00/36 Mect Mect Srl
8C:1F:64:30:A0:00/36 XCOMLabs XCOM Labs
8C:1F:64:31:40:00/36 Cedel Cedel BV
8C:1F:64:31:60:00/36 PotterEl Potter Electric Signal Company
8C:1F:64:31:A0:00/36 Asiga Asiga Pty Ltd
8C:1F:64:32:40:00/36 KineticT Kinetic Technologies
@ -35277,6 +35298,7 @@
8C:1F:64:3A:D0:00/36 TowerIQ
8C:1F:64:3B:20:00/36 RealDigi Real Digital
8C:1F:64:3B:50:00/36 Svms
8C:1F:64:3B:60:00/36 TexCompu Tex Computer Srl
8C:1F:64:3C:40:00/36 NavSysTe NavSys Technology Inc.
8C:1F:64:3C:50:00/36 StratisI Stratis IOT
8C:1F:64:3C:60:00/36 Wavestre Wavestream Corp
@ -35300,6 +35322,7 @@
8C:1F:64:42:B0:00/36 GamberJo Gamber Johnson-LLC
8C:1F:64:43:80:00/36 Integerp Integer.pl S.A.
8C:1F:64:44:50:00/36 FigmentD Figment Design Laboratories
8C:1F:64:44:E0:00/36 GVALight GVA Lighting, Inc.
8C:1F:64:45:40:00/36 KJKlimat KJ Klimateknik A/S
8C:1F:64:45:B0:00/36 BeijingA Beijing Aoxing Technology Co.,Ltd
8C:1F:64:45:D0:00/36 FuzhouTu Fuzhou Tucsen Photonics Co.,Ltd
@ -35400,6 +35423,7 @@
8C:1F:64:67:20:00/36 Farmobil Farmobile LLC
8C:1F:64:67:50:00/36 TransitS Transit Solutions, LLC.
8C:1F:64:67:A0:00/36 MG MG s.r.l.
8C:1F:64:67:C0:00/36 EnstoPro Ensto Protrol AB
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
@ -35611,6 +35635,7 @@
8C:1F:64:B0:10:00/36 noah
8C:1F:64:B0:30:00/36 Shenzhen Shenzhen Pisoftware Technology Co.,Ltd.
8C:1F:64:B0:C0:00/36 Barkodes Barkodes Bilgisayar Sistemleri Bilgi Iletisim ve Y
8C:1F:64:B0:F0:00/36 HKCSecur HKC Security Ltd.
8C:1F:64:B1:00:00/36 MTUAeroE MTU Aero Engines AG
8C:1F:64:B1:30:00/36 Abode Abode Systems Inc
8C:1F:64:B2:20:00/36 Blighter Blighter Surveillance Systems Ltd
@ -35699,6 +35724,7 @@
8C:1F:64:D2:00:00/36 NASEngin NAS Engineering PRO
8C:1F:64:D2:90:00/36 SecureBi Secure Bits
8C:1F:64:D2:A0:00/36 AnteusKf Anteus Kft.
8C:1F:64:D3:A0:00/36 AppliedM Applied Materials
8C:1F:64:D3:C0:00/36 KIBEnerg "KIB Energo" LLC
8C:1F:64:D4:00:00/36 BreasMed Breas Medical AB
8C:1F:64:D4:40:00/36 MonarchI Monarch Instrument
@ -35777,6 +35803,7 @@
8C:1F:64:F3:20:00/36 Shenzhen Shenzhen INVT Electric Co.,Ltd
8C:1F:64:F3:B0:00/36 ???????? ??????????
8C:1F:64:F3:C0:00/36 Microlyn Microlynx Systems Ltd
8C:1F:64:F3:D0:00/36 ByteLabG Byte Lab Grupa d.o.o.
8C:1F:64:F3:F0:00/36 Industri Industrial Laser Machines, LLC
8C:1F:64:F4:10:00/36 Automati Automatizacion Y Conectividad Sa De Cv
8C:1F:64:F4:30:00/36 wtec wtec GmbH
@ -35801,6 +35828,7 @@
8C:1F:64:FA:A0:00/36 MassarNe Massar Networks
8C:1F:64:FB:00:00/36 MARIAN MARIAN GmbH
8C:1F:64:FB:10:00/36 Abb
8C:1F:64:FB:40:00/36 ThalesNe Thales Nederland BV
8C:1F:64:FB:50:00/36 BavariaD Bavaria Digital Technik GmbH
8C:1F:64:FB:70:00/36 GraceDes Grace Design/Lunatec LLC
8C:1F:64:FB:A0:00/36 OntoInno Onto Innovation
@ -35990,6 +36018,7 @@
8C:83:E8 HuaweiTe Huawei Technologies Co.,Ltd
8C:83:FC AxiomaMe Axioma Metering UAB
8C:84:01 Private
8C:84:42 Cisco Cisco Systems, Inc
8C:85:80 SmartInn Smart Innovation LLC
8C:85:90 Apple Apple, Inc.
8C:85:C1 ArubaaHe Aruba, a Hewlett Packard Enterprise Company
@ -36014,6 +36043,7 @@
8C:92:46 Oerlikon Oerlikon Textile Gmbh&Co.KG
8C:93:51 Jigowatt Jigowatts Inc.
8C:94:1F Cisco Cisco Systems, Inc
8C:94:6A NewH3CTe New H3C Technologies Co., Ltd
8C:94:CC Sfr
8C:94:CF EncellTe Encell Technology, Inc.
8C:96:5F Shandong Shandong Zhongan Technology Co., Ltd.
@ -36656,6 +36686,7 @@
94:75:6E QinetiQN QinetiQ North America
94:76:B7 SamsungE Samsung Electronics Co.,Ltd
94:77:2B HuaweiTe Huawei Technologies Co.,Ltd
94:78:06 NingboSu Ningbo Sunvot Technology Co.,Ltd
94:7B:BE Ubicquia Ubicquia LLC
94:7B:E7 SamsungE Samsung Electronics Co.,Ltd
94:7C:3E Polewall Polewall Norge AS
@ -37458,6 +37489,7 @@
9C:61:1D Panasoni Panasonic Corporation of North America
9C:61:21 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD
9C:62:AB Sumavisi Sumavision Technologies Co.,Ltd
9C:63:5B zte zte corporation
9C:63:ED zte zte corporation
9C:64:5E HarmanCo Harman Consumer Group
9C:64:8B Apple Apple, Inc.
@ -37609,6 +37641,7 @@
9C:D4:8B InnoluxT Innolux Technology Europe BV
9C:D5:7D Cisco Cisco Systems, Inc
9C:D6:43 D-LinkIn D-Link International
9C:D8:E3 WuhanHua Wuhan Huazhong Numerical Control Co., Ltd
9C:D9:17 Motorola Motorola Mobility LLC, a Lenovo Company
9C:D9:CB LesiraMa Lesira Manufacturing Pty Ltd
9C:DA:3E IntelCor Intel Corporate
@ -38591,6 +38624,7 @@ A8:3F:A1:B0:00:00/28 Exelunip Exel s.r.l. unipersonale
A8:3F:A1:C0:00:00/28 Laonz Laonz Co.,Ltd
A8:3F:A1:D0:00:00/28 Shenzhen Shenzhen BIO I/E Co.,Ltd
A8:3F:A1:E0:00:00/28 Guangzho Guangzhou Navigateworx Technologies Co., Limited
A8:40:0B Visteon Visteon Corporation
A8:40:25 OxideCom Oxide Computer Company
A8:40:41 DraginoT Dragino Technology Co., Limited
A8:40:7D GDMideaA GD Midea Air-Conditioning Equipment Co.,Ltd.
@ -39950,6 +39984,7 @@ B8:3A:7B Worldpla Worldplay (Canada) Inc.
B8:3A:9D Alarmcom Alarm.com
B8:3B:CC XiaomiCo Xiaomi Communications Co Ltd
B8:3D:4E Shenzhen Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch
B8:3D:FB Bouffalo Bouffalo Lab (Nanjing) Co., Ltd.
B8:3E:59 Roku Roku, Inc.
B8:3F:D2 Mellanox Mellanox Technologies, Inc.
B8:41:5F Asp Asp Ag
@ -40211,6 +40246,7 @@ BA:63:12 Idteck
BA:67:91 KandouBu Kandou Bus SA
BA:A2:D0 Wireless Wireless Broadband Alliance Ltd
BA:C4:85 Fraunhof Fraunhofer IIS
BA:C8:C4 Transpon Transponder & Reader Engineered Systems, Inc
BA:F2:1C IsoTc22S Iso/Tc22/Sc31
BC:02:00 StewartA Stewart Audio
BC:02:4A HMDGloba HMD Global Oy
@ -40313,6 +40349,7 @@ BC:44:86 SamsungE Samsung Electronics Co.,Ltd
BC:44:B0 Elastifi Elastifile
BC:45:2E Knowledg Knowledge Development for POF S.L.
BC:45:5B SamsungE Samsung Electronics Co.,Ltd
BC:45:8C Shenzhen Shenzhen Topwise Communication Co.,Ltd
BC:46:99 Tp-LinkT Tp-Link Technologies Co.,Ltd.
BC:47:60 SamsungE Samsung Electronics Co.,Ltd
BC:4A:56 Cisco Cisco Systems, Inc
@ -40500,6 +40537,7 @@ BC:CE:25 Nintendo Nintendo Co.,Ltd
BC:CF:4F ZyxelCom Zyxel Communications Corporation
BC:CF:CC HTC HTC Corporation
BC:D0:74 Apple Apple, Inc.
BC:D0:EB NewH3CTe New H3C Technologies Co., Ltd
BC:D1:1F SamsungE Samsung Electronics Co.,Ltd
BC:D1:65 CiscoSPV Cisco SPVTG
BC:D1:77 Tp-LinkT Tp-Link Technologies Co.,Ltd.
@ -41113,15 +41151,20 @@ C4:82:4E Changzho Changzhou Uchip Electronics Co., LTD.
C4:83:6F Ciena Ciena Corporation
C4:83:72 IEEERegi IEEE Registration Authority
C4:83:72:00:00:00/28 Compumed Compumedics Germany GmbH
C4:83:72:10:00:00/28 Shenzhen Shenzhen King Will Technology Co., LTD
C4:83:72:20:00:00/28 Ai-Rider Ai-Rider Corporation
C4:83:72:30:00:00/28 NextSili NextSilicon
C4:83:72:40:00:00/28 Transact Transact Technologies Inc
C4:83:72:50:00:00/28 WuhanDaT Wuhan Da Ta Technologies Co.,Ltd.
C4:83:72:60:00:00/28 Netplus Netplus Co., Ltd.
C4:83:72:70:00:00/28 clk2 clk2.inc
C4:83:72:80:00:00/28 Acceleco Accelecom Ltd.
C4:83:72:90:00:00/28 BiwaveTe Biwave Technologies, Inc.
C4:83:72:A0:00:00/28 VieStyle Vie Style,Inc,
C4:83:72:B0:00:00/28 careai care.ai
C4:83:72:C0:00:00/28 Acenewte Acenew technology(shenzhen) limited company
C4:83:72:D0:00:00/28 Annapurn Annapurna labs
C4:83:72:E0:00:00/28 SuzhouLZ Suzhou LZY technology Co.,Ltd
C4:84:66 Apple Apple, Inc.
C4:85:08 IntelCor Intel Corporate
C4:86:E9 HuaweiTe Huawei Technologies Co.,Ltd
@ -42739,6 +42782,14 @@ D4:B7:61 SichuanA Sichuan AI-Link Technology Co., Ltd.
D4:B7:D0 Ciena Ciena Corporation
D4:B8:FF HomeCont Home Control Singapore Pte Ltd
D4:B9:2F Technico Technicolor CH USA Inc.
D4:BA:BA IEEERegi IEEE Registration Authority
D4:BA:BA:40:00:00/28 BeijingY Beijing Yuanxin Junsheng Technology Co.,ltd
D4:BA:BA:50:00:00/28 ReeR ReeR SpA
D4:BA:BA:60:00:00/28 Shenzhen Shenzhen Yueer Innovation Technology Co., Ltd
D4:BA:BA:A0:00:00/28 Actionte Actiontec Electronics Inc.
D4:BA:BA:B0:00:00/28 QingdaoV Qingdao Vzense Technology Co., Ltd.
D4:BA:BA:C0:00:00/28 RusatomA Rusatom Automated Control Systems, Joint-Stock Company
D4:BA:BA:D0:00:00/28 AADONACo AADONA Communication Pvt Ltd
D4:BB:C8 vivoMobi vivo Mobile Communication Co., Ltd.
D4:BB:E6 HuaweiDe Huawei Device Co., Ltd.
D4:BD:1E 5VTTechn 5VT Technologies,Taiwan LTd.
@ -42938,6 +42989,7 @@ D8:60:B3 Guangdon Guangdong Global Electronic Technology CO.LTD
D8:61:62 WistronN Wistron Neweb Corporation
D8:61:94 Objetivo Objetivos y Sevicios de Valor Añadido
D8:62:DB Eno Eno Inc.
D8:63:0D Motorola Motorola (Wuhan) Mobility Technologies Communication Co., Ltd.
D8:63:75 XiaomiCo Xiaomi Communications Co Ltd
D8:65:95 ToysMyth Toy's Myth Inc.
D8:66:C6 Shenzhen Shenzhen Daystar Technology Co.,ltd
@ -43742,6 +43794,7 @@ E0:B2:F1 Fn-LinkT Fn-Link Technology Limited
E0:B5:2D Apple Apple, Inc.
E0:B5:5F Apple Apple, Inc.
E0:B6:55 BeijingX Beijing Xiaomi Electronics Co., Ltd.
E0:B6:68 zte zte corporation
E0:B6:F5 IEEERegi IEEE Registration Authority
E0:B6:F5:00:00:00/28 BeSTAR BeSTAR Corporation
E0:B6:F5:10:00:00/28 StartTod Start Today Co.,Ltd.
@ -44042,6 +44095,7 @@ E4:8B:7F Apple Apple, Inc.
E4:8C:0F Discover Discovery Insure
E4:8C:73 RealmeCh Realme Chongqing Mobile Telecommunications Corp.,Ltd.
E4:8D:8C Routerbo Routerboard.com
E4:8E:10 CigShang Cig Shanghai Co Ltd
E4:8F:1D HuaweiDe Huawei Device Co., Ltd.
E4:8F:34 Vodafone Vodafone Italia S.p.A.
E4:8F:65 YelatmaI Yelatma Instrument Making Enterprise, JSC
@ -44134,7 +44188,7 @@ E4:CE:8F Apple Apple, Inc.
E4:D1:24 MojoNetw Mojo Networks, Inc.
E4:D3:32 Tp-LinkT Tp-Link Technologies Co.,Ltd.
E4:D3:73 HuaweiTe Huawei Technologies Co.,Ltd
E4:D3:AA FujitsuC Fujitsu Connected Technologies Limited
E4:D3:AA FcntLmit Fcnt Lmited
E4:D3:F1 Cisco Cisco Systems, Inc
E4:D5:3D HonHaiPr Hon Hai Precision Ind. Co.,Ltd.
E4:D7:1D OrayaThe Oraya Therapeutics
@ -45361,6 +45415,7 @@ F4:62:D0 NotforRa Not for Radio, LLC
F4:63:1F HuaweiTe Huawei Technologies Co.,Ltd
F4:63:49 Diffon Diffon Corporation
F4:63:E7 NanjingM Nanjing Maxon O.E. Tech. Co., LTD
F4:63:FC vivoMobi vivo Mobile Communication Co., Ltd.
F4:64:5D Toshiba
F4:65:A6 Apple Apple, Inc.
F4:67:2D ShenZhen ShenZhen Topstar Technology Company
@ -45796,6 +45851,7 @@ F8:6E:CF Arcx Arcx Inc
F8:6E:EE HuaweiTe Huawei Technologies Co.,Ltd
F8:6F:C1 Apple Apple, Inc.
F8:6F:DE Shenzhen Shenzhen Goodix Technology Co.,Ltd.
F8:71:0C XiaomiCo Xiaomi Communications Co Ltd
F8:71:FE GoldmanS The Goldman Sachs Group, Inc.
F8:72:EA Cisco Cisco Systems, Inc
F8:73:94 Netgear
@ -46056,6 +46112,7 @@ FC:0F:E7 Microchi Microchip Technology Inc.
FC:10:1A PaloAlto Palo Alto Networks
FC:10:BD ControlS Control Sistematizado S.A.
FC:10:C6 TaicangT Taicang T&W Electronics
FC:11:65 CambiumN Cambium Networks Limited
FC:11:86 Logic3 Logic3 plc
FC:11:93 HuaweiTe Huawei Technologies Co.,Ltd
FC:12:2C HuaweiTe Huawei Technologies Co.,Ltd

View File

@ -11969,27 +11969,27 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<name>TrafficTreeHeaderView</name>
<message>
<source>Less than</source>
<translation type="unfinished"></translation>
<translation>Minore di</translation>
</message>
<message>
<source>Greater than</source>
<translation type="unfinished"></translation>
<translation>Maggiore di</translation>
</message>
<message>
<source>Equal</source>
<translation type="unfinished"></translation>
<translation>Uguale</translation>
</message>
<message>
<source>Columns to display</source>
<translation type="unfinished"></translation>
<translation>Colonne da visualizzare</translation>
</message>
<message>
<source>Filter %1 by</source>
<translation type="unfinished"></translation>
<translation>Filtro %1 per</translation>
</message>
<message>
<source>Enter filter value</source>
<translation type="unfinished"></translation>
<translation>Digita il valore del filtro</translation>
</message>
</context>
<context>

View File

@ -11943,27 +11943,27 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>TrafficTreeHeaderView</name>
<message>
<source>Less than</source>
<translation type="unfinished"></translation>
<translation>Daha az</translation>
</message>
<message>
<source>Greater than</source>
<translation type="unfinished"></translation>
<translation>Daha büyük</translation>
</message>
<message>
<source>Equal</source>
<translation type="unfinished"></translation>
<translation>Eşit</translation>
</message>
<message>
<source>Columns to display</source>
<translation type="unfinished"></translation>
<translation>Görüntülenecek sütunlar</translation>
</message>
<message>
<source>Filter %1 by</source>
<translation type="unfinished"></translation>
<translation>%1&apos;e göre filtrele</translation>
</message>
<message>
<source>Enter filter value</source>
<translation type="unfinished"></translation>
<translation>Filtre değerini girin</translation>
</message>
</context>
<context>