diff --git a/AUTHORS b/AUTHORS index 3b71982271..495aa754ea 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5027,7 +5027,7 @@ Thibaut Vandervelden Thies Moeller Thiyagarajan P Thomas Chen -Thomas Dreibholz +Thomas Dreibholz Thomas Jansen Thomas Klausner Thomas Portassau @@ -5172,6 +5172,7 @@ ferst frst garrymar heinrich5991 +hidd3ncod3s ishaangandhi jfp_martin kardam diff --git a/NEWS b/NEWS index 2ea0b93e02..4cc66eebbe 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,15 @@ Wireshark 4.1.0 Release Notes (https://www.speex.org). The speex code that was previously bundled has been removed. + The personal extcap plugin folder location on Unix has been changed to + follow existing conventions for architecture-dependent files. The + extcap personal folder is now `$HOME/.local/lib/extcap`. Previously it + was `$XDG_CONFIG_HOME/wireshark/extcap`. + + The installation target no longer installs development headers by + default. That must be done explicitly using `cmake --install + --component Development`. + Many other improvements have been made. See the “New and Updated Features” section below for more details. diff --git a/enterprises.tsv b/enterprises.tsv index 06f8333390..2f12999fa5 100644 --- a/enterprises.tsv +++ b/enterprises.tsv @@ -5,7 +5,7 @@ # The format used here is: # Where SPACE can be any sequence of spaces and tabs. # -# (last updated 2023-01-13) +# (last updated 2023-01-20) 0 Reserved 1 NxNetworks @@ -7054,7 +7054,7 @@ 7051 Epicom S.A. 7052 Dipl.-Ing. Markus Leist 7053 Videon CableSystems Alberta Inc. -7054 Mazu Networks, Inc. +7054 Riverbed Technology # formerly 'Mazu Networks, Inc.' 7055 Cox Communications, Inc. 7056 Senterprise Inc. 7057 SuSE Linux AG @@ -13646,7 +13646,7 @@ 13658 Teddy's Network 13659 The Worley Companies 13660 U.S. Army CECOM -13661 The University of Manchester # formerly 'UMIST' +13661 The University of Manchester 13662 Universidad de Palermo 13663 VRGroup.com 13664 VSS KB, a.s. @@ -47515,7 +47515,7 @@ 47565 Forcepoint LLC 47566 Uniper SE 47567 Seifert Logistics GmbH -47568 Pantel International +47568 InterTalk Critical Information Systems 47569 FIAMM SoNick S.A. 47570 Ennnot 47571 Glowpoint @@ -56320,7 +56320,7 @@ 56385 LLC Lotsiya 56386 Praxispunkt GmbH 56387 DFINITY USA, LLC -56388 Thales Austria GmbH +56388 GTS Ground Transport Systems Austria GmbH 56389 The Munshi Group 56390 Wuhan Yangtze Computing Technologies Co.,LTD 56391 Digital Devices GmbH @@ -59843,3 +59843,41 @@ 59919 Thomas Katholnig 59920 IndigoCare 59921 California Coast Physicians, Inc. +59922 KIDZ Medical Services +59923 Shenzhen Megarevo Technology Co., Ltd. +59924 Keith Lee Hong Sun +59925 NOC Network & IT-Services e.U. +59926 SchoolsFirst Federal Credit Union +59927 Alkaloid AD +59928 EVERON ENERGY SYSTEMS PVT. LTD. +59929 Deloitte China +59930 b2e.cloud +59931 Fachhochschule Nordwestschweiz +59932 Xuan Khai Tran +59933 Firscom +59934 Jiansong Yang +59935 Matthew Grant +59936 BaseBit +59937 Nij Smellinghe +59938 IDeTRUST GmbH +59939 BMK Group GmbH & Co. KG +59940 Sussex Community NHS Foundation Trust +59941 Alexey Saidov +59942 MyAVR.ru +59943 Legacy Medical Management LLC +59944 Third Helix Technology Inc +59945 P&K Equipment Inc +59946 Identiv +59947 Viettel Telecom +59948 Institut für Mathematik der Universität Würzburg +59949 Kentox Consulting +59950 ziwig +59951 Thibaut Mouly +59952 Ubiq Systems Pty Ltd +59953 Graphiant Inc. +59954 Laisky +59955 Sofinet LLC +59956 Overon +59957 Patrick Sexton +59958 Bäckebrons Sågverk Aktiebolag +59959 Onslow County Public Schools diff --git a/epan/dissectors/usb.c b/epan/dissectors/usb.c index 4f04f26c1a..ba4bc2d98d 100644 --- a/epan/dissectors/usb.c +++ b/epan/dissectors/usb.c @@ -2305,7 +2305,7 @@ static const value_string usb_vendors_vals[] = { { 0x13ec, "Zydacron" }, { 0x13ee, "MosArt" }, { 0x13fd, "Initio Corporation" }, - { 0x13fe, "Kingston Technology Company Inc." }, + { 0x13fe, "Phison Electronics Corp." }, { 0x1400, "Axxion Group Corp." }, { 0x1402, "Bowe Bell & Howell" }, { 0x1403, "Sitronix" }, diff --git a/epan/pci-ids.c b/epan/pci-ids.c index 9089292676..006062f1f4 100644 --- a/epan/pci-ids.c +++ b/epan/pci-ids.c @@ -6,8 +6,8 @@ * * List of PCI ID's * - * Version: 2023.01.14 - * Date: 2023-01-14 03:15:01 + * Version: 2023.01.18 + * Date: 2023-01-18 03:15:02 * * Maintained by Albert Pool, Martin Mares, and other volunteers from * the PCI ID Project at https://pci-ids.ucw.cz/. @@ -1245,6 +1245,7 @@ pci_id_t pci_vid_1002[] = { {0x1002, 0x15DF, 0x103C, 0x8615, "Pavilion Laptop 15-cw1xxx(0x103C-0x8615)"}, {0x1002, 0x15DF, 0xEA50, 0xCE19, "mCOM10-L1900(0xEA50-0xCE19)"}, {0x1002, 0x15E7, 0xFFFF, 0xFFFF, "Barcelo(0x15E7)"}, +{0x1002, 0x15E7, 0x103C, 0x8B17, "ProBook 445 G9/455 G9(0x103C-0x8B17)"}, {0x1002, 0x15FF, 0xFFFF, 0xFFFF, "Fenghuang [Zhongshan Subor Z+](0x15FF)"}, {0x1002, 0x1607, 0xFFFF, 0xFFFF, "Arden(0x1607)"}, {0x1002, 0x1636, 0xFFFF, 0xFFFF, "Renoir(0x1636)"}, @@ -5259,6 +5260,7 @@ pci_id_t pci_vid_1022[] = { {0x1022, 0x15E2, 0xEA50, 0xCE19, "mCOM10-L1900(0xEA50-0xCE19)"}, {0x1022, 0x15E3, 0xFFFF, 0xFFFF, "Family 17h/19h HD Audio Controller(0x15E3)"}, {0x1022, 0x15E3, 0x103C, 0x8615, "Pavilion Laptop 15-cw1xxx(0x103C-0x8615)"}, +{0x1022, 0x15E3, 0x103C, 0x8B17, "ProBook 445 G9/455 G9(0x103C-0x8B17)"}, {0x1022, 0x15E3, 0x1043, 0x86C7, "PRIME B450M-A Motherboard(0x1043-0x86C7)"}, {0x1022, 0x15E3, 0x17AA, 0x5124, "ThinkPad E595(0x17AA-0x5124)"}, {0x1022, 0x15E4, 0xFFFF, 0xFFFF, "Sensor Fusion Hub(0x15E4)"}, @@ -5598,6 +5600,7 @@ pci_id_t pci_vid_1022[] = { {0x1022, 0x7908, 0xFFFF, 0xFFFF, "FCH USB EHCI Controller(0x7908)"}, {0x1022, 0x790B, 0xFFFF, 0xFFFF, "FCH SMBus Controller(0x790B)"}, {0x1022, 0x790B, 0x103C, 0x8615, "Pavilion Laptop 15-cw1xxx(0x103C-0x8615)"}, +{0x1022, 0x790B, 0x103C, 0x8B17, "ProBook 445 G9/455 G9(0x103C-0x8B17)"}, {0x1022, 0x790B, 0x1043, 0x876B, "PRIME Motherboard(0x1043-0x876B)"}, {0x1022, 0x790B, 0x1462, 0x7C37, "X570-A PRO motherboard(0x1462-0x7C37)"}, {0x1022, 0x790B, 0x15D9, 0x790B, "H12SSL-i(0x15D9-0x790B)"}, @@ -7671,6 +7674,7 @@ pci_id_t pci_vid_106B[] = { {0x106B, 0x006B, 0xFFFF, 0xFFFF, "Intrepid2 GMAC (Sun GEM)(0x006B)"}, {0x106B, 0x0074, 0xFFFF, 0xFFFF, "U4 HT Bridge(0x0074)"}, {0x106B, 0x100C, 0xFFFF, 0xFFFF, "Apple Silicon PCI Express Root Port(0x100C)"}, +{0x106B, 0x1010, 0xFFFF, 0xFFFF, "Apple Silicon USB4/Thunderbolt PCI Express Root Port(0x1010)"}, {0x106B, 0x1645, 0xFFFF, 0xFFFF, "Broadcom NetXtreme BCM5701 Gigabit Ethernet(0x1645)"}, {0x106B, 0x1801, 0xFFFF, 0xFFFF, "T2 Bridge Controller(0x1801)"}, {0x106B, 0x1802, 0xFFFF, 0xFFFF, "T2 Secure Enclave Processor(0x1802)"}, @@ -27037,7 +27041,7 @@ pci_id_t pci_vid_17C3[] = { }; /* pci_vid_17C3[] */ pci_id_t pci_vid_17CB[] = { -{0x17CB, 0xFFFF, 0xFFFF, 0xFFFF, "Qualcomm(0x17CB)"}, +{0x17CB, 0xFFFF, 0xFFFF, 0xFFFF, "Qualcomm Technologies, Inc(0x17CB)"}, {0x17CB, 0x0001, 0xFFFF, 0xFFFF, "AGN100 802.11 a/b/g True MIMO Wireless Card(0x0001)"}, {0x17CB, 0x0001, 0x1385, 0x5C00, "WGM511 Pre-N 802.11g Wireless CardBus Adapter(0x1385-0x5C00)"}, {0x17CB, 0x0001, 0x1737, 0x0045, "WMP54GX v1 802.11g Wireless-G PCI Adapter with SRX(0x1737-0x0045)"}, @@ -29657,9 +29661,9 @@ pci_id_t pci_vid_1CC4[] = { {0x1CC4, 0x1203, 0x1CC4, 0xA212, "NVMe SSD UHXXXa series U.2 1600GB(0x1CC4-0xA212)"}, {0x1CC4, 0x1203, 0x1CC4, 0xA213, "NVMe SSD UHXXXa series U.2 3200GB(0x1CC4-0xA213)"}, {0x1CC4, 0x1203, 0x1CC4, 0xA214, "NVMe SSD UHXXXa series U.2 6400GB(0x1CC4-0xA214)"}, -{0x1CC4, 0x1203, 0x1CC4, 0xE122, "VNMe SSD UH711a series U.2 1920GB(0x1CC4-0xE122)"}, -{0x1CC4, 0x1203, 0x1CC4, 0xE123, "VNMe SSD UH711a series U.2 3840GB(0x1CC4-0xE123)"}, -{0x1CC4, 0x1203, 0x1CC4, 0xE124, "VNMe SSD UH711a series U.2 7680GB(0x1CC4-0xE124)"}, +{0x1CC4, 0x1203, 0x1CC4, 0xE122, "NVMe SSD UH711a series U.2 1920G(0x1CC4-0xE122)"}, +{0x1CC4, 0x1203, 0x1CC4, 0xE123, "NVMe SSD UH711a series U.2 3840GB(0x1CC4-0xE123)"}, +{0x1CC4, 0x1203, 0x1CC4, 0xE124, "NVMe SSD UH711a series U.2 7680GB(0x1CC4-0xE124)"}, {0x1CC4, 0x17AB, 0xFFFF, 0xFFFF, "NVMe 256G SSD device(0x17AB)"}, {0x1CC4, 0x6303, 0xFFFF, 0xFFFF, "AM630 PCIe 4.0 x4 NVMe SSD Controller(0x6303)"}, }; /* pci_vid_1CC4[] */ @@ -42063,7 +42067,7 @@ pci_vid_index_t pci_vid_index[] = { {0x0F62, 1, pci_vid_0F62 }, {0x1000, 740, pci_vid_1000 }, {0x1001, 10, pci_vid_1001 }, -{0x1002, 3203, pci_vid_1002 }, +{0x1002, 3204, pci_vid_1002 }, {0x1003, 2, pci_vid_1003 }, {0x1004, 34, pci_vid_1004 }, {0x1005, 8, pci_vid_1005 }, @@ -42093,7 +42097,7 @@ pci_vid_index_t pci_vid_index[] = { {0x101F, 1, pci_vid_101F }, {0x1020, 1, pci_vid_1020 }, {0x1021, 1, pci_vid_1021 }, -{0x1022, 666, pci_vid_1022 }, +{0x1022, 668, pci_vid_1022 }, {0x1023, 56, pci_vid_1023 }, {0x1024, 4, pci_vid_1024 }, {0x1025, 59, pci_vid_1025 }, @@ -42163,7 +42167,7 @@ pci_vid_index_t pci_vid_index[] = { {0x1068, 1, pci_vid_1068 }, {0x1069, 25, pci_vid_1069 }, {0x106A, 1, pci_vid_106A }, -{0x106B, 79, pci_vid_106B }, +{0x106B, 80, pci_vid_106B }, {0x106C, 7, pci_vid_106C }, {0x106D, 1, pci_vid_106D }, {0x106E, 1, pci_vid_106E }, diff --git a/manuf b/manuf index 55b04ad455..7b132bc5c1 100644 --- a/manuf +++ b/manuf @@ -45,23 +45,23 @@ # https://standards-oui.ieee.org/cid/cid.csv: # Content-Length: 13983 -# Last-Modified: Sun, 15 Jan 2023 15:00:43 GMT +# Last-Modified: Sun, 22 Jan 2023 23:00:35 GMT # https://standards-oui.ieee.org/iab/iab.csv: -# Content-Length: 381494 -# Last-Modified: Sun, 15 Jan 2023 15:01:00 GMT +# Content-Length: 381500 +# Last-Modified: Sun, 22 Jan 2023 23:00:50 GMT # https://standards-oui.ieee.org/oui/oui.csv: -# Content-Length: 3091398 -# Last-Modified: Sun, 15 Jan 2023 15:01:44 GMT +# Content-Length: 3096033 +# Last-Modified: Sun, 22 Jan 2023 23:01:28 GMT # https://standards-oui.ieee.org/oui28/mam.csv: -# Content-Length: 505913 -# Last-Modified: Sun, 15 Jan 2023 15:01:10 GMT +# Content-Length: 506529 +# Last-Modified: Sun, 22 Jan 2023 23:00:58 GMT # https://standards-oui.ieee.org/oui36/oui36.csv: -# Content-Length: 477312 -# Last-Modified: Sun, 15 Jan 2023 15:01:32 GMT +# Content-Length: 478731 +# Last-Modified: Sun, 22 Jan 2023 23:01:20 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 @@ -13926,7 +13926,7 @@ 00:50:C2:B5:80:00/36 RealD RealD, Inc. 00:50:C2:B5:90:00/36 SLICANsp SLICAN sp. z o.o. 00:50:C2:B5:A0:00/36 GREENCen GREEN Center s.r.o. -00:50:C2:B5:B0:00/36 Timberli Timberline Mfg Company +00:50:C2:B5:B0:00/36 Timberli Timberline Manufacturing 00:50:C2:B5:C0:00/36 ADIVideo ADI Video Technologies 00:50:C2:B5:D0:00/36 PlitronM Plitron Manufacturing Inc. 00:50:C2:B5:E0:00/36 Palgiken Palgiken Co.,Ltd. @@ -17309,6 +17309,7 @@ 00:E4:21 SonyInte Sony Interactive Entertainment Inc. 00:E5:E4 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD 00:E5:F1 Buffalo Buffalo.Inc +00:E6:0E ExtremeN Extreme Networks, Inc. 00:E6:66 ARIMACom ARIMA Communications Corp. 00:E6:D3 NixdorfC Nixdorf Computer Corp. 00:E6:E8 NetzinTe Netzin Technology Corporation,.Ltd. @@ -17451,6 +17452,7 @@ 04:33:C2 IntelCor Intel Corporate 04:34:F6 Motorola Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 04:36:04 Gyeyoung Gyeyoung I&T +04:36:B8 I&CTechn I&C Technology 04:38:55 ScopusIn Scopus International-Belgium 04:39:26 ChinaDra China Dragon Technology Limited 04:3A:0D SMOptics SM Optics S.r.l. @@ -17607,6 +17609,7 @@ 04:A8:1C HuaweiTe Huawei Technologies Co.,Ltd 04:A8:2A Nokia Nokia Corporation 04:AA:E1 BeijingM Beijing Microvision Technology Co.,Ltd +04:AB:08 Shenzhen Shenzhen Skyworth Digital Technology CO., Ltd 04:AB:18 Elecom Elecom Co.,Ltd. 04:AB:6A Chun-il Chun-il Co.,Ltd. 04:AC:44 HoltekSe Holtek Semiconductor Inc. @@ -20454,6 +20457,7 @@ 20:1A:94 Apple Apple, Inc. 20:1B:88 Dongguan Dongguan Liesheng Electronic Co., Ltd. 20:1B:C9 JuniperN Juniper Networks +20:1C:3A Nintendo Nintendo Co.,Ltd 20:1D:03 Elatec Elatec GmbH 20:1E:88 IntelCor Intel Corporate 20:1F:31 IntenoBr Inteno Broadband Technology AB @@ -20973,6 +20977,7 @@ 24:88:94 shenzhen shenzhen lensun Communication Technology LTD 24:8A:07 Mellanox Mellanox Technologies, Inc. 24:8B:E0 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD +24:90:38 Universa Universal Biosensors Pty Ltd 24:91:BB HuaweiTe Huawei Technologies Co.,Ltd 24:92:0E SamsungE Samsung Electronics Co.,Ltd 24:93:CA Voxtroni Voxtronic Austria @@ -21074,6 +21079,7 @@ 24:E3:DE ChinaTel China Telecom Fufu Information Technology Co., Ltd. 24:E4:3F WenzhouK Wenzhou Kunmei Communication Technology Co.,Ltd. 24:E4:C8 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD +24:E4:CE Kaonmedi Kaonmedia CO., LTD. 24:E5:0F Google Google, Inc. 24:E5:AA PhilipsO Philips Oral Healthcare, Inc. 24:E6:BA ZavodimK JSC Zavod im. Kozitsky @@ -21389,6 +21395,7 @@ 28:BE:03 TCTmobil TCT mobile ltd 28:BE:43 vivoMobi vivo Mobile Communication Co., Ltd. 28:BE:9B Technico Technicolor CH USA Inc. +28:BE:F3 FujianSt Fujian Star-Net Communication Co.,Ltd 28:BF:89 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 28:C0:1B Shenzhen Shenzhen Skyworth Digital Technology CO., Ltd 28:C0:DA JuniperN Juniper Networks @@ -21734,6 +21741,7 @@ 2C:62:89 Regeners Regenersis (Glenrothes) Ltd 2C:63:73 SichuanT Sichuan Tianyi Comheart Telecom Co.,LTD 2C:64:1F Vizio Vizio, Inc +2C:64:F6 WuQiTech Wu Qi Technologies,Inc. 2C:67:98 InTalTec InTalTech Ltd. 2C:67:FB ShenZhen ShenZhen Zhengjili Electronics Co., LTD 2C:69:1D IEEERegi IEEE Registration Authority @@ -22200,6 +22208,7 @@ 30:85:A9 ASUSTekC ASUSTek COMPUTER INC. 30:85:EB Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 30:86:2D AristaNe Arista Network, Inc. +30:86:F1 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 30:87:30 HuaweiTe Huawei Technologies Co.,Ltd 30:87:D9 RuckusWi Ruckus Wireless 30:88:41 SichuanA Sichuan AI-Link Technology Co., Ltd. @@ -23001,7 +23010,7 @@ 38:A5:B6 Shenzhen Shenzhen Megmeet Electrical Co.,Ltd 38:A6:59 Sagemcom Sagemcom Broadband SAS 38:A6:CE SkyUk Sky Uk Limited -38:A8:51 MoogIng Moog, Ing +38:A8:51 Quickset Quickset Defense Technologies, LLC 38:A8:6B Orga Orga BV 38:A8:9B Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 38:A8:CD IEEERegi IEEE Registration Authority @@ -23053,6 +23062,7 @@ 38:B4:D3 BSHHausg BSH Hausgeraete GmbH 38:B5:4D Apple Apple, Inc. 38:B5:BD EGOElekt E.G.O. Elektro-Ger +38:B5:C9 IngramMi Ingram Micro Services 38:B5:D3 SecuWork SecuWorks 38:B7:25 WistronI Wistron Infocomm (Zhongshan) Corporation 38:B7:4D Fijowave Fijowave Limited @@ -23345,6 +23355,7 @@ 3C:43:8E ARRISGro ARRIS Group, Inc. 3C:45:7A SkyUk Sky Uk Limited 3C:46:45 Shanghai Shanghai Infinity Wireless Technologies Co.,Ltd. +3C:46:A1 RuckusWi Ruckus Wireless 3C:46:D8 Tp-LinkT Tp-Link Technologies Co.,Ltd. 3C:47:11 HuaweiTe Huawei Technologies Co.,Ltd 3C:47:9B Theissen Theissen Training Systems, Inc. @@ -23743,6 +23754,7 @@ 40:4D:8E HuaweiTe Huawei Technologies Co.,Ltd 40:4E:36 HTC HTC Corporation 40:4E:EB HigherWa Higher Way Electronic Co., Ltd. +40:4F:42 HuaweiTe Huawei Technologies Co.,Ltd 40:50:B5 Shenzhen Shenzhen New Species Technology Co., Ltd. 40:50:E0 MiltonSe Milton Security Group LLC 40:51:6C GrandexI Grandex International Corporation @@ -23795,6 +23807,7 @@ 40:7B:1B MettleNe Mettle Networks Inc. 40:7C:7D Nokia 40:7D:0F HuaweiTe Huawei Technologies Co.,Ltd +40:7F:5F JuniperN Juniper Networks 40:7F:E0 GlorySta Glory Star Technics (ShenZhen) Limited 40:82:56 Continen Continental Automotive GmbH 40:83:1D Apple Apple, Inc. @@ -24485,6 +24498,7 @@ 40:F9:46 Apple Apple, Inc. 40:F9:D5 TecoreNe Tecore Networks 40:FA:7F PrehCarC Preh Car Connect GmbH +40:FA:FE Motorola Motorola Mobility LLC, a Lenovo Company 40:FC:89 ARRISGro ARRIS Group, Inc. 40:FD:F3 AMPAKTec AMPAK Technology,Inc. 40:FE:0D Maxio @@ -24995,6 +25009,7 @@ 48:57:DD Facebook Facebook Inc 48:59:29 LGElectr LG Electronics (Mobile Communications) 48:59:A4 zte zte corporation +48:5A:0D JuniperN Juniper Networks 48:5A:3F Wisol 48:5A:67 ShaanxiR Shaanxi Ruixun Electronic Information Technology Co., Ltd 48:5A:B6 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. @@ -26098,6 +26113,10 @@ 54:06:8B NingboDe Ningbo Deli Kebei Technology Co.LTD 54:07:64 HuaweiDe Huawei Device Co., Ltd. 54:07:7D Netgear +54:08:3B IEEERegi IEEE Registration Authority +54:08:3B:10:00:00/28 Annapurn Annapurna labs +54:08:3B:40:00:00/28 TorayMed Toray Medical Company Limited +54:08:3B:60:00:00/28 VectorAt Vector Atomic 54:09:10 Apple Apple, Inc. 54:09:55 zte zte corporation 54:09:8D deistere deister electronic GmbH @@ -26248,6 +26267,7 @@ 54:86:BC Cisco Cisco Systems, Inc 54:88:0E SamsungE Samsung Electro-Mechanics(Thailand) 54:88:DE Cisco Cisco Systems, Inc +54:88:FE Xiaoniun Xiaoniu network technology (Shanghai) Co., Ltd. 54:89:22 Zelfy Zelfy Inc 54:89:98 HuaweiTe Huawei Technologies Co.,Ltd 54:8A:BA Cisco Cisco Systems, Inc @@ -26394,6 +26414,7 @@ 54:ED:A3 Navdy Navdy, Inc. 54:EE:75 WistronI Wistron InfoComm(Kunshan)Co.,Ltd. 54:EF:33 Shenzhen Shenzhen Bilian Electronic Co.,Ltd +54:EF:43 HuaweiTe Huawei Technologies Co.,Ltd 54:EF:44 LumiUnit Lumi United Technology Co., Ltd 54:EF:92 Shenzhen Shenzhen Elink Technology Co., LTD 54:EF:FE Fullpowe Fullpower Technologies, Inc. @@ -27740,6 +27761,7 @@ 64:89:F1 SamsungE Samsung Electronics Co.,Ltd 64:8C:BB TexasIns Texas Instruments 64:8D:9E IVTElect IVT Electronic Co.,Ltd +64:8F:3E Cisco Cisco Systems, Inc 64:90:C1 BeijingX Beijing Xiaomi Mobile Software Co., Ltd 64:95:6C LGElectr LG Electronics 64:97:14 eero eero inc. @@ -28065,6 +28087,7 @@ 68:84:7E Fujitsu Fujitsu Limited 68:85:40 IGIMobil IGI Mobile, Inc. 68:85:6A OuterLin OuterLink Corporation +68:85:A4 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd 68:86:A7 Cisco Cisco Systems, Inc 68:86:E7 Orbotix Orbotix, Inc. 68:87:1C Motorola Motorola Mobility LLC, a Lenovo Company @@ -28123,6 +28146,7 @@ 68:A3:78 FreeboxS Freebox Sas 68:A3:C4 LiteonTe Liteon Technology Corporation 68:A4:0E BSHHausg BSH Hausgeräte GmbH +68:A4:6A HuaweiTe Huawei Technologies Co.,Ltd 68:A4:7D SunCupid Sun Cupid Technology (HK) LTD 68:A6:82 Shenzhen Shenzhen YOUHUA Technology Co., Ltd 68:A7:B4 HonorDev Honor Device Co., Ltd. @@ -28549,6 +28573,7 @@ 6C:D3:EE Zimi Zimi Corporation 6C:D6:30 RootousS Rootous System Co.,Ltd 6C:D6:8A LGElectr LG Electronics (Mobile Communications) +6C:D6:E3 Cisco Cisco Systems, Inc 6C:D7:04 HuaweiTe Huawei Technologies Co.,Ltd 6C:D7:19 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 6C:D7:1F Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd @@ -29520,7 +29545,7 @@ 70:B3:D5:24:E0:00/36 ChengduC Chengdu Cove Technology CO.,LTD 70:B3:D5:24:F0:00/36 ElbitBmd Elbit Systems Bmd And Land Ew - Elisra Ltd 70:B3:D5:25:00:00/36 DatumEle Datum Electronics Limited -70:B3:D5:25:10:00/36 PixelApp PixelApps s.r.o. +70:B3:D5:25:10:00/36 TapHomes Tap Home, s.r.o. 70:B3:D5:25:20:00/36 SierraNe Sierra Nevada Corporation 70:B3:D5:25:30:00/36 WimateTe Wimate Technology Solutions Private Limited 70:B3:D5:25:40:00/36 Spectrum Spectrum Brands @@ -33194,6 +33219,7 @@ 74:2E:DB Perinet Perinet GmbH 74:2E:FC DirectPa DirectPacket Research, Inc, 74:2F:68 AzureWav AzureWave Technology Inc. +74:30:AF Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 74:31:70 Arcadyan Arcadyan Technology Corporation 74:31:74 Apple Apple, Inc. 74:32:56 NT-wareS NT-ware Systemprg GmbH @@ -34725,6 +34751,7 @@ 80:B7:08 BlueDanu Blue Danube Systems, Inc 80:B7:09 Viptela Viptela, Inc 80:B7:45 SilkTech The Silk Technologies ILC LTD +80:B9:46 Nokia 80:B9:5C ELFTECH ELFTECH Co., Ltd. 80:B9:7A eero eero inc. 80:BA:AC TeleAdap TeleAdapt Ltd @@ -34944,6 +34971,7 @@ 84:49:15 vArmourN vArmour Networks, Inc. 84:4B:B7 BeijingS Beijing Sankuai Online Technology Co.,Ltd 84:4B:F5 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. +84:4D:BE Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 84:4F:03 Ablelink Ablelink Electronics Ltd 84:50:9A EasySoft Easy Soft TV Co., Ltd 84:51:81 SamsungE Samsung Electronics Co.,Ltd @@ -34952,6 +34980,7 @@ 84:56:9C CohoData Coho Data, Inc., 84:57:33 Microsof Microsoft Corporation 84:57:87 DVRC&C DVR C&C Co., Ltd. +84:5A:3E Cisco Cisco Systems, Inc 84:5A:81 ffly4u 84:5B:12 HuaweiTe Huawei Technologies Co.,Ltd 84:5C:93 Chabrier Chabrier Services @@ -34963,6 +34992,7 @@ 84:62:23 Shenzhen Shenzhen Coship Electronics Co., Ltd. 84:62:A6 EuroCBPh EuroCB (Phils), Inc. 84:63:D6 Microsof Microsoft Corporation +84:64:DD HuaweiTe Huawei Technologies Co.,Ltd 84:65:69 NewH3CTe New H3C Technologies Co., Ltd 84:68:3E IntelCor Intel Corporate 84:68:78 Apple Apple, Inc. @@ -35389,6 +35419,7 @@ 88:66:5A Apple Apple, Inc. 88:66:A5 Apple Apple, Inc. 88:67:DC HuaweiTe Huawei Technologies Co.,Ltd +88:68:4B Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd 88:68:5C Shenzhen Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd 88:69:3D HuaweiTe Huawei Technologies Co.,Ltd 88:6A:B1 vivoMobi vivo Mobile Communication Co., Ltd. @@ -35773,6 +35804,7 @@ 8C:1F:64:10:10:00/36 ASW-ATI ASW-ATI Srl 8C:1F:64:10:30:00/36 Kronotec Kronotech Srl 8C:1F:64:11:10:00/36 Isac Isac Srl +8C:1F:64:11:30:00/36 Timberli Timberline Manufacturing 8C:1F:64:11:50:00/36 Neuralog Neuralog LP 8C:1F:64:11:70:00/36 Grossenb Grossenbacher Systeme AG 8C:1F:64:11:80:00/36 Automata Automata GmbH & Co. KG @@ -35852,6 +35884,8 @@ 8C:1F:64:26:E0:00/36 KoizumiL Koizumi Lighting Technology Corp. 8C:1F:64:27:00:00/36 Xi‘anHan Xi‘an Hangguang Satellite and Control Technology Co.,Ltd 8C:1F:64:27:40:00/36 Invixium Invixium Access Inc +8C:1F:64:28:10:00/36 NvpTeco Nvp Teco Ltd +8C:1F:64:28:90:00/36 Craft4Di Craft4 Digital GmbH 8C:1F:64:28:A0:00/36 Arcopie 8C:1F:64:28:C0:00/36 SakuraSe Sakura Seiki Co.,Ltd. 8C:1F:64:28:D0:00/36 AVAMonit AVA Monitoring AB @@ -35891,6 +35925,7 @@ 8C:1F:64:32:40:00/36 KineticT Kinetic Technologies 8C:1F:64:32:80:00/36 ComVideo Com Video Security Systems Co., Ltd. 8C:1F:64:32:90:00/36 YUYAMAMF YUYAMA MFG Co.,Ltd +8C:1F:64:32:C0:00/36 TaikoAud Taiko Audio B.V. 8C:1F:64:32:F0:00/36 DEUTACon DEUTA Controls GmbH 8C:1F:64:33:00:00/36 VisionSa Vision Systems Safety Tech 8C:1F:64:34:90:00/36 WavesSys Waves System @@ -35987,6 +36022,7 @@ 8C:1F:64:4D:60:00/36 DanSmith Dan Smith LLC 8C:1F:64:4D:A0:00/36 DTDSTech DTDS Technology Pte Ltd 8C:1F:64:4D:B0:00/36 Private +8C:1F:64:4D:C0:00/36 BESOsp BESO sp. z o.o. 8C:1F:64:4D:D0:00/36 GriffynR Griffyn Robotech Private Limited 8C:1F:64:4E:00:00/36 PuSund PuS GmbH und Co. KG 8C:1F:64:4E:50:00/36 RenukasC Renukas Castle Hard- and Software @@ -36041,6 +36077,8 @@ 8C:1F:64:58:E0:00/36 NovantaI Novanta IMS 8C:1F:64:59:10:00/36 MBconnec MB connect line GmbH Fernwartungssysteme 8C:1F:64:59:30:00/36 Brillian Brillian Network & Automation Integrated System Co., Ltd. +8C:1F:64:59:60:00/36 RFCode RF Code +8C:1F:64:59:A0:00/36 Primaluc Primalucelab isrl 8C:1F:64:59:F0:00/36 DeltaCom Delta Computers LLC. 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 @@ -36208,6 +36246,7 @@ 8C:1F:64:80:10:00/36 Zhejiang Zhejiang Laolan Information Technology Co., Ltd 8C:1F:64:80:30:00/36 MOSCAEle MOSCA Elektronik und Antriebstechnik GmbH 8C:1F:64:80:70:00/36 Giordano Giordano Controls Spa +8C:1F:64:81:10:00/36 Panorami Panoramic Power 8C:1F:64:81:70:00/36 nkemarin nke marine electronics 8C:1F:64:81:A0:00/36 GeminiEl Gemini Electronics B.V. 8C:1F:64:82:00:00/36 Tiama @@ -36234,6 +36273,7 @@ 8C:1F:64:88:30:00/36 DEUTA-WE DEUTA-WERKE GmbH 8C:1F:64:88:B0:00/36 TaiwanAu Taiwan Aulisa Medical Devices Technologies, Inc 8C:1F:64:88:D0:00/36 Pantheru Pantherun Technologies Pvt Ltd +8C:1F:64:88:E0:00/36 CubeWork CubeWorks, Inc. 8C:1F:64:89:00:00/36 WonATech WonATech Co., Ltd. 8C:1F:64:89:20:00/36 MDIIndus MDI Industrial 8C:1F:64:89:50:00/36 DacomWes Dacom West GmbH @@ -36257,10 +36297,12 @@ 8C:1F:64:8D:90:00/36 PietroFi Pietro Fiorentini Spa 8C:1F:64:8D:A0:00/36 Dart Dart Systems Ltd 8C:1F:64:8D:E0:00/36 IconetSe Iconet Services +8C:1F:64:8D:F0:00/36 Grossenb Grossenbacher Systeme AG 8C:1F:64:8E:20:00/36 ALPHA ALPHA Corporation 8C:1F:64:8E:30:00/36 UniTikTe UniTik Technology Co., Limited 8C:1F:64:8E:50:00/36 Druck Druck Ltd. 8C:1F:64:8E:90:00/36 Vesperix Vesperix Corporation +8C:1F:64:8E:B0:00/36 NumaProd Numa Products LLC 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. @@ -36415,6 +36457,7 @@ 8C:1F:64:B7:70:00/36 Carestre Carestream Dental LLC 8C:1F:64:B7:B0:00/36 Gateview Gateview Technologies 8C:1F:64:B7:C0:00/36 EvernetT Evernet Co,.Ltd Taiwan +8C:1F:64:B7:D0:00/36 Scheuric Scheurich GmbH 8C:1F:64:B8:20:00/36 SeedCore Seed Core Co., LTD. 8C:1F:64:B8:40:00/36 SPXFlowT SPX Flow Technology 8C:1F:64:B8:D0:00/36 Tongyeln Tongye lnnovation Science and Technology (Shenzhen) Co.,Ltd @@ -36478,11 +36521,13 @@ 8C:1F:64:C7:C0:00/36 MERKLESc MERKLE Schweissanlagen-Technik GmbH 8C:1F:64:C8:00:00/36 VECOSEur VECOS Europe B.V. 8C:1F:64:C8:10:00/36 TaolinkT Taolink Technologies Corporation +8C:1F:64:C8:50:00/36 PotterEl Potter Electric Signal Co. LLC 8C:1F:64:C8:F0:00/36 JWFroehl JW Froehlich Maschinenfabrik GmbH 8C:1F:64:C9:10:00/36 SoehnleI Soehnle Industrial Solutions GmbH 8C:1F:64:C9:70:00/36 Magnet-P Magnet-Physik Dr. Steingroever GmbH 8C:1F:64:CA:10:00/36 Pantheru Pantherun Technologies Pvt Ltd 8C:1F:64:CA:60:00/36 ReliaSpe ReliaSpeak Information Technology Co., Ltd. +8C:1F:64:CA:B0:00/36 SpyderCo Spyder Controls Corp. 8C:1F:64:CA:D0:00/36 GeneralM General Motors 8C:1F:64:CA:F0:00/36 BRSSiste BRS Sistemas Eletrônicos 8C:1F:64:CB:20:00/36 DyncirSo Dyncir Soluções Tecnológicas Ltda @@ -36551,6 +36596,7 @@ 8C:1F:64:DC:A0:00/36 Porschee Porsche engineering 8C:1F:64:DD:50:00/36 Cardinal Cardinal Scales Manufacturing Co 8C:1F:64:DD:70:00/36 KSTtechn KST technology +8C:1F:64:DD:E0:00/36 JemacSwe Jemac Sweden AB 8C:1F:64:DE:10:00/36 FrankeAq Franke Aquarotter GmbH 8C:1F:64:DF:80:00/36 WittraNe Wittra Networks AB 8C:1F:64:DF:B0:00/36 Bobeesc Bobeesc Co. @@ -36595,7 +36641,9 @@ 8C:1F:64:EC:F0:00/36 Monnit Monnit Corporation 8C:1F:64:ED:40:00/36 Zhejiang Zhejiang Chitic-Safeway New Energy Technical Co.,Ltd. 8C:1F:64:ED:90:00/36 NetgenHi Netgen Hitech Solutions Llp +8C:1F:64:ED:A0:00/36 DEUTA-WE DEUTA-WERKE GmbH 8C:1F:64:EE:00:00/36 Private +8C:1F:64:EE:10:00/36 PuSund PuS GmbH und Co. KG 8C:1F:64:EE:60:00/36 Lynkx 8C:1F:64:EE:80:00/36 GlobalOr Global Organ Group B.V. 8C:1F:64:EE:A0:00/36 Amess @@ -36609,6 +36657,7 @@ 8C:1F:64:F1:20:00/36 CAITRON CAITRON GmbH 8C:1F:64:F2:20:00/36 VoyageAu Voyage Audio LLC 8C:1F:64:F2:30:00/36 IDEXIndi IDEX India Pvt Ltd +8C:1F:64:F2:40:00/36 Albotron Albotronic 8C:1F:64:F2:50:00/36 MisakaNe Misaka Network, Inc. 8C:1F:64:F2:70:00/36 Tesat-Sp Tesat-Spacecom GmbH & Co. KG 8C:1F:64:F2:C0:00/36 Tunstall Tunstall A/S @@ -37603,6 +37652,7 @@ 94:95:A0 Google Google, Inc. 94:97:AE Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd 94:98:69 zte zte corporation +94:98:8F Sagemcom Sagemcom Broadband SAS 94:98:A2 Shanghai Shanghai LISTEN TECH.LTD 94:99:01 Shenzhen Shenzhen YITOA Digital Appliance CO.,LTD 94:99:90 VTCTelec VTC Telecommunications @@ -37736,6 +37786,7 @@ 94:DE:0E SmartOpt SmartOptics AS 94:DE:80 Giga-Byt Giga-Byte Technology Co.,Ltd. 94:DE:B8 SiliconL Silicon Laboratories +94:DF:34 HuaweiTe Huawei Technologies Co.,Ltd 94:DF:4E WistronI Wistron InfoComm(Kunshan)Co.,Ltd. 94:DF:58 IJElectr IJ Electron CO.,Ltd. 94:E0:D0 HealthSt HealthStream Taiwan Inc. @@ -37943,6 +37994,7 @@ 98:49:9F DomoTact Domo Tactical Communications 98:49:E1 BoeingDe Boeing Defence Australia 98:4A:47 CHGHospi CHG Hospital Beds +98:4B:06 HuaweiTe Huawei Technologies Co.,Ltd 98:4B:4A ARRISGro ARRIS Group, Inc. 98:4B:E1 HewlettP Hewlett Packard 98:4C:04 Zhangzho Zhangzhou Keneng Electrical Equipment Co Ltd @@ -39594,6 +39646,7 @@ A8:4F:B1 Cisco Cisco Systems, Inc A8:50:81 HuaweiTe Huawei Technologies Co.,Ltd A8:51:5B SamsungE Samsung Electronics Co.,Ltd A8:51:AB Apple Apple, Inc. +A8:52:D4 ArubaaHe Aruba, a Hewlett Packard Enterprise Company A8:53:7D Mist Mist Systems, Inc. A8:54:A2 Heimgard Heimgard Technologies AS A8:54:B2 WistronN Wistron Neweb Corporation @@ -39726,6 +39779,7 @@ A8:A7:95 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. A8:AA:7C HuaweiDe Huawei Device Co., Ltd. A8:AB:B5 Apple Apple, Inc. A8:AD:3D Alcatel- Alcatel-Lucent Shanghai Bell Co., Ltd +A8:B0:28 CubePilo CubePilot Pty Ltd A8:B0:88 eero eero inc. A8:B0:AE BizLinkS BizLink Special Cables Germany GmbH A8:B1:3B HP HP Inc. @@ -40061,6 +40115,7 @@ AC:8F:F8 Nokia AC:90:73 HuaweiTe Huawei Technologies Co.,Ltd AC:90:85 Apple Apple, Inc. AC:91:9B WistronN Wistron Neweb Corporation +AC:91:A1 Dell Dell Inc. AC:92:32 HuaweiTe Huawei Technologies Co.,Ltd AC:93:2F Nokia Nokia Corporation AC:93:6A HuaweiDe Huawei Device Co., Ltd. @@ -40201,6 +40256,7 @@ AC:FD:93 WeifangG Weifang Goertek Electronics Co.,Ltd AC:FD:CE IntelCor Intel Corporate AC:FD:EC Apple Apple, Inc. AC:FE:05 ItelMobi Itel Mobile Limited +AC:FF:6B HuaweiTe Huawei Technologies Co.,Ltd B0:00:73 WistronN Wistron Neweb Corporation B0:00:B4 Cisco Cisco Systems, Inc B0:02:47 AMPAKTec AMPAK Technology, Inc. @@ -40246,6 +40302,7 @@ B0:1F:81:D0:00:00/28 TAIWANAn TAIWAN Anjie Electronics Co.,Ltd. B0:1F:81:E0:00:00/28 Advanced Advanced & Wise Technology Corp. B0:1F:81:F0:00:00/28 Private B0:1F:8C ArubaaHe Aruba, a Hewlett Packard Enterprise Company +B0:21:6F HuaweiTe Huawei Technologies Co.,Ltd B0:22:7A HP HP Inc. B0:23:47 Shenzhen Shenzhen Giant Microelectronics Company Limited B0:24:91 HuaweiDe Huawei Device Co., Ltd. @@ -43120,6 +43177,7 @@ CC:B3:F8 FujitsuI Fujitsu Isotec Limited CC:B5:5A Fraunhof Fraunhofer ITWM CC:B5:D1 BeijingX Beijing Xiaomi Mobile Software Co., Ltd CC:B6:91 NECMagnu NECMagnusCommunications +CC:B6:C8 Cisco Cisco Systems, Inc CC:B7:C4 HuaweiTe Huawei Technologies Co.,Ltd CC:B8:88 AnBSecur AnB Securite s.a. CC:B8:A8 AMPAKTec AMPAK Technology, Inc. @@ -44147,6 +44205,7 @@ D8:18:2B ContiTem Conti Temic Microelectronic GmbH D8:18:D3 JuniperN Juniper Networks D8:19:7A Nuheara Nuheara Ltd D8:19:CE Telesqua Telesquare +D8:1B:B5 HuaweiTe Huawei Technologies Co.,Ltd D8:1B:FE Twinlinx Twinlinx Corporation D8:1C:14 Compacta Compacta International, Ltd. D8:1C:79 Apple Apple, Inc. @@ -44937,17 +44996,21 @@ E0:38:2D:E0:00:00/28 Anysafe E0:38:3F zte zte corporation E0:39:D7 Plexxi Plexxi, Inc. E0:3C:1C IEEERegi IEEE Registration Authority +E0:3C:1C:00:00:00/28 Scangrip E0:3C:1C:10:00:00/28 ShikinoH Shikino High-Tech Co., Ltd. E0:3C:1C:20:00:00/28 HopliteI Hoplite Industries, Inc. E0:3C:1C:30:00:00/28 Dewetron Dewetron GmbH E0:3C:1C:40:00:00/28 Earable Earable Inc. E0:3C:1C:50:00:00/28 Awesomet Awesometek Co., Ltd E0:3C:1C:60:00:00/28 GhinFDig GhinF Digital information technology (hangzhou) Co., Ltd +E0:3C:1C:70:00:00/28 TapHomes Tap Home, s.r.o. E0:3C:1C:80:00:00/28 JiangsuR Jiangsu Riying Electronics Co.,Ltd. E0:3C:1C:90:00:00/28 OcamarTe Ocamar Technologies (Shanghai) Co.,Ltd. E0:3C:1C:A0:00:00/28 MELAGMed MELAG Medizintechnik GmbH & Co. KG E0:3C:1C:B0:00:00/28 Hangzhou Hangzhou Uni-Ubi Co.,Ltd. E0:3C:1C:C0:00:00/28 MeferiTe Meferi Technologies Co.,Ltd. +E0:3C:1C:D0:00:00/28 Sprintsh Sprintshield d.o.o. +E0:3C:1C:E0:00:00/28 Annapurn Annapurna labs E0:3C:5B Shenzhen Shenzhen Jiaxinjie Electron Co.,Ltd E0:3E:44 Broadcom E0:3E:4A Cavanagh Cavanagh Group International @@ -45153,6 +45216,7 @@ E0:C9:7A Apple Apple, Inc. E0:CA:3C Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd. E0:CA:4D Shenzhen Shenzhen Unistar Communication Co.,LTD E0:CA:94 AskeyCom Askey Computer Corp +E0:CB:19 Nokia E0:CB:1D AmazonTe Amazon Technologies Inc. E0:CB:4E ASUSTekC ASUSTek COMPUTER INC. E0:CB:56 Shenzhen Shenzhen iComm Semiconductor CO.,LTD @@ -46003,7 +46067,7 @@ EC:2A:72 Dell Dell Inc. EC:2A:F0 Ypsomed Ypsomed AG EC:2B:EB AmazonTe Amazon Technologies Inc. EC:2C:11 CwdInnov Cwd Innovation Limited -EC:2C:49 Universi University of Tokyo +EC:2C:49 NakaoLab NakaoLab, The University of Tokyo EC:2C:E2 Apple Apple, Inc. EC:2E:4E Hitachi- Hitachi-Lg Data Storage Inc EC:2E:98 AzureWav AzureWave Technology Inc. @@ -46233,6 +46297,7 @@ EC:E9:15 STI STI Ltd EC:E9:F8 GuangZho Guang Zhou TRI-SUN Electronics Technology Co., Ltd EC:EA:03 DarfonLi Darfon Lighting Corp EC:EB:B8 HewlettP Hewlett Packard Enterprise +EC:ED:73 Motorola Motorola Mobility LLC, a Lenovo Company EC:EE:D8 ZTLXNetw ZTLX Network Technology Co.,Ltd EC:F0:0E AboCom EC:F0:FE zte zte corporation @@ -46458,6 +46523,7 @@ F0:78:16 Cisco Cisco Systems, Inc F0:79:59 ASUSTekC ASUSTek COMPUTER INC. F0:79:60 Apple Apple, Inc. F0:79:E8 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd +F0:7B:65 Sagemcom Sagemcom Broadband SAS F0:7B:CB HonHaiPr Hon Hai Precision Ind. Co.,Ltd. F0:7C:C7 JuniperN Juniper Networks F0:7D:68 D-Link D-Link Corporation @@ -46499,6 +46565,7 @@ F0:9E:4A IntelCor Intel Corporate F0:9E:63 Cisco Cisco Systems, Inc F0:9F:C2 Ubiquiti Ubiquiti Inc F0:9F:FC SHARP SHARP Corporation +F0:A0:B1 HuaweiTe Huawei Technologies Co.,Ltd F0:A2:25 AmazonTe Amazon Technologies Inc. F0:A3:5A Apple Apple, Inc. F0:A3:B2 HuiZhouG Hui Zhou Gaoshengda Technology Co.,LTD @@ -46995,6 +47062,7 @@ F4:D0:32 YunnanId Yunnan Ideal Information&Technology.,Ltd F4:D1:08 IntelCor Intel Corporate F4:D2:61 SEMOCON SEMOCON Co., Ltd F4:D4:88 Apple Apple, Inc. +F4:D5:80 Yamaha Yamaha Corporation F4:D6:20 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd F4:D7:B2 LGSInnov LGS Innovations, LLC F4:D9:C6 UnionMan Union Man Technology Co.,Ltd @@ -47456,6 +47524,7 @@ F8:E9:4F Cisco Cisco Systems, Inc F8:E9:68 EgkerKft Egker Kft. F8:EA:0A Dipl-Mat Dipl.-Math. Michael Rauch F8:ED:A5 ARRISGro ARRIS Group, Inc. +F8:ED:AE Mobiwire Mobiwire Mobiles(Ningbo) Co.,Ltd F8:F0:05 NewportM Newport Media Inc. F8:F0:14 RackWare RackWare Inc. F8:F0:82 Nagtech Nagtech Llc diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts index aaa6f02e47..34aa66873d 100644 --- a/ui/qt/wireshark_de.ts +++ b/ui/qt/wireshark_de.ts @@ -3239,8 +3239,9 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe Benutzerspezifische Lua Plugins - lua scripts - lua scripts + Lua scripts + lua scripts + lua scripts Global Lua Plugins @@ -3248,12 +3249,16 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe Extcap Plugins search path - Suchpfad für Extcap Plugins + Suchpfad für Extcap Plugins Personal Extcap path Benutzerspezifischer Extcap Pfad + + external capture (extcap) plugins + + Global Extcap path Globaler Extcap Pfad @@ -3409,9 +3414,13 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe Please make sure you have a %1 packet selected. Bitte ein %1 Paket auswählen. + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - Keinen QUIC Stream für das ausgewählte Paket gefunden + Keinen QUIC Stream für das ausgewählte Paket gefunden Entire conversation (%1) @@ -3435,7 +3444,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe A transport or network layer header is needed. - Ein Header der Transport- oder Netzwerkschicht wird benötigt. + Ein Header der Transport- oder Netzwerkschicht wird benötigt. %Ln total stream(s). @@ -12421,84 +12430,7 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">Benutzerhandbuch (en)</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki (en)</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Fragen und Antworten (en)</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Listen (en)</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> + Show in Finder @@ -13382,6 +13314,10 @@ a:hover { QUIC Stream QUIC Stream + + Websocket Stream + + SIP Call SIP Anfruf diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts index 9dc99eecfb..25de866dca 100644 --- a/ui/qt/wireshark_en.ts +++ b/ui/qt/wireshark_en.ts @@ -3233,22 +3233,22 @@ For example, use 1 hour to have a new file created every hour on the hour.Personal Lua Plugins - - lua scripts - - Global Lua Plugins - Extcap Plugins search path + Lua scripts Personal Extcap path + + external capture (extcap) plugins + + Global Extcap path @@ -3405,7 +3405,7 @@ For example, use 1 hour to have a new file created every hour on the hour. - QUIC streams not found on the selected packet. + %1 stream not found on the selected packet. @@ -3428,10 +3428,6 @@ For example, use 1 hour to have a new file created every hour on the hour.[Stream output truncated] - - A transport or network layer header is needed. - - %Ln total stream(s). @@ -13176,6 +13172,10 @@ a:hover { QUIC Stream + + Websocket Stream + + SIP Call diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts index 0d4bdd30fb..135ac785e7 100644 --- a/ui/qt/wireshark_es.ts +++ b/ui/qt/wireshark_es.ts @@ -29,7 +29,7 @@ Copy to Clipboard - + Copiar al portapapeles Authors @@ -1450,11 +1450,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p>Optionally specify a temporary directory for unnamed capture files.</p></body></html> - + <html><head/><body><p>Opcionalmente especifica un directorio temporal para archivos de captura sin nombre.</p></body></html> Directory for temporary files - + Directorio para archivos temporales Capture Options @@ -1466,7 +1466,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Leave blank to use a temporary file - Dejar en blanco para usar archivo temporal + Deje en blanco para usar archivo temporal Specify a Capture File @@ -1971,7 +1971,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.DataPrinter Copy Bytes as Hex + ASCII Dump - + Copiar bytes como volcado hexadecimal + ASCII Copy packet bytes as a hex and ASCII dump. @@ -1979,7 +1979,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. …as Hex Dump - + …como volcado hexadecimal Copy packet bytes as a hex dump. @@ -3214,8 +3214,9 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.Complementos personales de Lua - lua scripts - scripts de lua + Lua scripts + lua scripts + scripts de lua Global Lua Plugins @@ -3223,12 +3224,16 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Extcap Plugins search path - ruta de búsqueda de complementos de Extcap + ruta de búsqueda de complementos de Extcap Personal Extcap path Ruta personal de Extcap + + external capture (extcap) plugins + + Global Extcap path Ruta global de Extcap @@ -3295,7 +3300,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Hex Dump - Volcado hex + Volcado hexadecimal UTF-8 @@ -3371,7 +3376,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. - QUIC streams not found on the selected packet. + %1 stream not found on the selected packet. @@ -3394,10 +3399,6 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.[Stream output truncated] - - A transport or network layer header is needed. - - %Ln total stream(s). @@ -4473,11 +4474,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p>Whether to do extra processing detecting the start of the ASCII representation at the end of a hex+ASCII line even if it looks like hex bytes.</p><p>Do not enable if the hex dump does not contain ASCII.</p></body></html> - + <html><head/><body><p>Si debe realizar un procesado adicional para detectar el inicio de la representación ASCII al final de una línea hexadecimal+ASCII incluso si parecen bytes hexadecimales.</p><p>No active si el volcado hexadecimal no contiene ASCII.</p></body></html> ASCII identification: - + Identificación ASCII: Regular Expression @@ -4545,7 +4546,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. IP version: - + Versión IP: Interface name: @@ -4605,7 +4606,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Prefix each frame with an Ethernet and IP header - + Prefijo para cada trama con una cabecera ethernet y IP IP @@ -4613,19 +4614,19 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Prefix each frame with an Ethernet, IP and UDP header - + Prefijo para cada trama con una cabecera ethernet, IP y UDP Prefix each frame with an Ethernet, IP and TCP header - + Prefijo para cada trama con una cabecera ethernet, IP y TCP Prefix each frame with an Ethernet, IP and SCTP header - + Prefijo para cada trama con una cabecera ethernet, IP y SCTP Prefix each frame with an Ethernet, IP and SCTP (DATA) header - + Prefijo para cada trama con una cabecera ethernet, IP y SCTP (Datos) Source address: @@ -4645,11 +4646,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. The IP source address for each frame - + La dirección IP de origen para cada trama The IP destination address for each frame - + La dirección IP de destino para cada trama The UDP, TCP or SCTP source port for each frame @@ -4749,7 +4750,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Import From Hex Dump - Importar desde volcado hex + Importar desde volcado hexadecimal Import @@ -10401,7 +10402,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Hex value - Valor hex + Valor hexadecimal String @@ -10433,7 +10434,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. That's not a valid hex string. - Esta no es una cadena hex valida. + Esta no es una cadena hexadecimal valida. You didn't specify any text for which to search. @@ -10904,7 +10905,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Hex Dump - Volcado hex + Volcado hexadecimal HTML @@ -12282,45 +12283,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -12961,7 +12923,7 @@ a:hover { &Import from Hex Dump… - &Importar desde volcado hex… + &Importar desde volcado hexadecimal… Save this capture file @@ -13205,6 +13167,10 @@ a:hover { QUIC Stream Secuencia QUIC + + Websocket Stream + + SIP Call diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts index 6ee51d8b88..a6f62956b1 100644 --- a/ui/qt/wireshark_fr.ts +++ b/ui/qt/wireshark_fr.ts @@ -3237,8 +3237,9 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h Plugins Lua personnels - lua scripts - scripts lua + Lua scripts + lua scripts + scripts lua Global Lua Plugins @@ -3246,12 +3247,16 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h Extcap Plugins search path - Chemin de recherche des plugins Extcap + Chemin de recherche des plugins Extcap Personal Extcap path Chemin d'accès Extcap personnel + + external capture (extcap) plugins + + Global Extcap path Chemin d'accès global à l'extcap @@ -3407,9 +3412,13 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h Please make sure you have a %1 packet selected. Assurez-vous d'avoir sélectionné un paquet %1. + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - Flux QUIC introuvables sur le paquet sélectionné. + Flux QUIC introuvables sur le paquet sélectionné. Entire conversation (%1) @@ -3433,7 +3442,7 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h A transport or network layer header is needed. - Une en-tête de transport ou de la couche de réseau est nécessaire. + Une en-tête de transport ou de la couche de réseau est nécessaire. %Ln total stream(s). @@ -12419,45 +12428,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -13342,6 +13312,10 @@ a:hover { QUIC Stream Flux RAPIDE + + Websocket Stream + + SIP Call Appel SIP diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts index 5904b0a548..b4b4164d9a 100644 --- a/ui/qt/wireshark_it.ts +++ b/ui/qt/wireshark_it.ts @@ -3239,8 +3239,9 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.Plugin Lua personali - lua scripts - script lua + Lua scripts + lua scripts + script lua Global Lua Plugins @@ -3248,12 +3249,16 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora. Extcap Plugins search path - Percorso di ricerca plugin Extcap + Percorso di ricerca plugin Extcap Personal Extcap path Percorso Extcap personale + + external capture (extcap) plugins + + Global Extcap path Percorso Extcap globale @@ -3409,9 +3414,13 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.Please make sure you have a %1 packet selected. Assicurati di aver selezionato un pacchetto %1. + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - Flussi QUIC non trovati nel pacchetto selezionato. + Flussi QUIC non trovati nel pacchetto selezionato. Entire conversation (%1) @@ -3435,7 +3444,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora. A transport or network layer header is needed. - È necessaria un'intestazione di livello trasporto o rete. + È necessaria un'intestazione di livello trasporto o rete. %Ln total stream(s). @@ -12416,84 +12425,7 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">Manuale utente</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Domande e risposte</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing list</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> + Show in Finder @@ -13377,6 +13309,10 @@ a:hover { QUIC Stream Flusso QUIC + + Websocket Stream + + SIP Call Chiamate SIP diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts index db3e36a09a..1608c39d2e 100644 --- a/ui/qt/wireshark_ja_JP.ts +++ b/ui/qt/wireshark_ja_JP.ts @@ -3230,8 +3230,9 @@ For example, use 1 hour to have a new file created every hour on the hour.個人Luaプラグイン - lua scripts - luaスクリプト + Lua scripts + lua scripts + luaスクリプト Global Lua Plugins @@ -3239,12 +3240,16 @@ For example, use 1 hour to have a new file created every hour on the hour. Extcap Plugins search path - Extcapプラグイン検索パス + Extcapプラグイン検索パス Personal Extcap path 個人Extcapパス + + external capture (extcap) plugins + + Global Extcap path グローバルExtcapパス @@ -3395,9 +3400,13 @@ For example, use 1 hour to have a new file created every hour on the hour.Please make sure you have a %1 packet selected. パケット %1 を選択したか確認してください + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - 選択したパケットにQUICストリームは見つかりませんでした + 選択したパケットにQUICストリームは見つかりませんでした Entire conversation (%1) @@ -3421,7 +3430,7 @@ For example, use 1 hour to have a new file created every hour on the hour. A transport or network layer header is needed. - トランスポート層かネットワーク層のヘッダーが必要です。 + トランスポート層かネットワーク層のヘッダーが必要です。 %Ln total stream(s). @@ -12394,84 +12403,7 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">ユーザーズガイド</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">質問と回答</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">メーリングリスト</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> + Show in Finder @@ -13354,6 +13286,10 @@ a:hover { QUIC Stream QUIC ストリーム + + Websocket Stream + + SIP Call SIP通話 diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts index 0cf31b2d53..e81a53815a 100644 --- a/ui/qt/wireshark_pl.ts +++ b/ui/qt/wireshark_pl.ts @@ -3244,7 +3244,8 @@ For example, use 1 hour to have a new file created every hour on the hour. - lua scripts + Lua scripts + lua scripts @@ -3252,11 +3253,11 @@ For example, use 1 hour to have a new file created every hour on the hour. - Extcap Plugins search path + Personal Extcap path - Personal Extcap path + external capture (extcap) plugins @@ -3420,7 +3421,7 @@ For example, use 1 hour to have a new file created every hour on the hour.Proszę sprawdzić czy zaznaczono pakiet %1. - QUIC streams not found on the selected packet. + %1 stream not found on the selected packet. @@ -3445,7 +3446,7 @@ For example, use 1 hour to have a new file created every hour on the hour. A transport or network layer header is needed. - Potrzebna jest warta trasportowa lub sieciowa nagłówka. + Potrzebna jest warta trasportowa lub sieciowa nagłówka. %Ln total stream(s). @@ -12419,45 +12420,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -13343,6 +13305,10 @@ a:hover { QUIC Stream + + Websocket Stream + + SIP Call diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts index fd3c6ebd8e..89cf6493c9 100644 --- a/ui/qt/wireshark_ru.ts +++ b/ui/qt/wireshark_ru.ts @@ -3247,8 +3247,9 @@ For example, use 1 hour to have a new file created every hour on the hour.Личные Плагины Lua - lua scripts - скрипты lua + Lua scripts + lua scripts + скрипты lua Global Lua Plugins @@ -3256,12 +3257,16 @@ For example, use 1 hour to have a new file created every hour on the hour. Extcap Plugins search path - Путь поиска Плагинов Extcap + Путь поиска Плагинов Extcap Personal Extcap path Личный путь к Extcap + + external capture (extcap) plugins + + Global Extcap path Глобальный путь к Extcap @@ -3422,9 +3427,13 @@ For example, use 1 hour to have a new file created every hour on the hour.Please make sure you have a %1 packet selected. Пожалуйста, удостоверьтесь, что Вы выбрали пакет %1. + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - Потоки QUIC не найдены для выбранного пакета. + Потоки QUIC не найдены для выбранного пакета. Entire conversation (%1) @@ -3448,7 +3457,7 @@ For example, use 1 hour to have a new file created every hour on the hour. A transport or network layer header is needed. - Необходим заголовок транспортного или сетевого уровня. + Необходим заголовок транспортного или сетевого уровня. %Ln total stream(s). @@ -12451,45 +12460,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -13375,6 +13345,10 @@ a:hover { QUIC Stream Поток QUIC + + Websocket Stream + + SIP Call SIP-звонок diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts index 0ec0e641a5..89375a5069 100644 --- a/ui/qt/wireshark_sv.ts +++ b/ui/qt/wireshark_sv.ts @@ -3239,8 +3239,9 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Personliga Lua-insticksmoduler - lua scripts - lua-skript + Lua scripts + lua scripts + lua-skript Global Lua Plugins @@ -3248,12 +3249,16 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Extcap Plugins search path - Extcap-insticksmodulers sökväg + Extcap-insticksmodulers sökväg Personal Extcap path Personlig extcap-sökväg + + external capture (extcap) plugins + + Global Extcap path Global extcap-sökväg @@ -3409,9 +3414,13 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Please make sure you have a %1 packet selected. Se till att du har ett %1-paket valt. + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - QUIC-strömmar fanns inte i det valda paketet. + QUIC-strömmar fanns inte i det valda paketet. Entire conversation (%1) @@ -3435,7 +3444,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he A transport or network layer header is needed. - Ett huvud för transport- eller nätverksnivån behövs. + Ett huvud för transport- eller nätverksnivån behövs. %Ln total stream(s). @@ -12421,45 +12430,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -13344,6 +13314,10 @@ a:hover { QUIC Stream QUIC-ström + + Websocket Stream + + SIP Call SIP-anrop diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts index 831fb20eea..311b94db2f 100644 --- a/ui/qt/wireshark_tr_TR.ts +++ b/ui/qt/wireshark_tr_TR.ts @@ -3231,8 +3231,9 @@ For example, use 1 hour to have a new file created every hour on the hour.Kişisel Lua Eklentileri - lua scripts - lua betikleri + Lua scripts + lua scripts + lua betikleri Global Lua Plugins @@ -3240,12 +3241,16 @@ For example, use 1 hour to have a new file created every hour on the hour. Extcap Plugins search path - Extcap Eklentileri arama yolu + Extcap Eklentileri arama yolu Personal Extcap path Kişisel Excap yolu + + external capture (extcap) plugins + + Global Extcap path Genel Extcap yolu @@ -3396,9 +3401,13 @@ For example, use 1 hour to have a new file created every hour on the hour.Please make sure you have a %1 packet selected. Lütfen %1 paketinin seçili olduğundan emin olun. + + %1 stream not found on the selected packet. + + QUIC streams not found on the selected packet. - QUIC akışları seçilen pakette bulunamadı. + QUIC akışları seçilen pakette bulunamadı. Entire conversation (%1) @@ -3422,7 +3431,7 @@ For example, use 1 hour to have a new file created every hour on the hour. A transport or network layer header is needed. - Bir aktarım veya ağ katmanı başlığı gereklidir. + Bir aktarım veya ağ katmanı başlığı gereklidir. %Ln total stream(s). @@ -3432,8 +3441,8 @@ For example, use 1 hour to have a new file created every hour on the hour. Max sub stream ID for the selected stream: %Ln - - + + Seçilen akış için azami alt akış kimliği: %Ln @@ -3801,11 +3810,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Move this graph upwards. - + Bu grafiği yukarı doğru götür. Move this graph downwards. - + Bu grafiği aşağı doğru götür. Mouse @@ -5853,11 +5862,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Maximum number of cached rows (affects sorting) - + Azami önbelleğe alınmış satır sayısı (sıralamayı etkiler) <html><head/><body><p>If more than this many rows are displayed, then sorting by columns that require packet dissection will be disabled. Increasing this number increases memory consumption by caching column values.</p></body></html> - + <html><head/><body><p>Bu sayıdan daha fazla satır görüntülenirse, paket incelemesi gerektiren sütunlara göre sıralama devre dışı bırakılır. Bu sayıyı artırmak, sütun değerlerini önbelleğe alarak bellek tüketimini artırır.</p></body></html> Enable mouse-over colorization @@ -7087,11 +7096,11 @@ For example, use 1 hour to have a new file created every hour on the hour.PacketListModel Column - + Sütun %1 can only be sorted with %2 or fewer visible rows; increase cache size in Layout preferences - + %1 yalnızca %2 veya daha az görünür satırla sıralanabilir; Düzen tercihlerinde önbellek boyutunu artırın Sorting "%1"… @@ -12391,61 +12400,22 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> - <html><head> + <html><head> <style> a:bağlantı { - renk: palet(metin); - metin-süsleme: hiçbiri; + renk: paleti(metin); + metin süslemesi: yok; } -a:hover { - renk: palet(metin); - metin-süsleme: altçizgili; +a:üzerine gelin{ + renk: paleti(metin); + metin süslemesi: altı çizili; } </style> </head> <body> <table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">Kullanıcı Klavuzu</a></th> +<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">Kullanıcı Kılavuzu</a></th> <td style="padding-left: 8px; padding-right: 8px;">·</td> @@ -12453,11 +12423,11 @@ a:hover { <td style="padding-left: 8px; padding-right: 8px;">·</td> -<th><a href="https://ask.wireshark.org/">Sorular ve Yanıtlar</a></th> +<th><a href="https://ask.wireshark.org/">Sorular ve Cevaplar</a></th> <td style="padding-left: 8px; padding-right: 8px;">·</td> -<th><a href="https://www.wireshark.org/lists/">Mail Listesi</a></th> +<th><a href="https://www.wireshark.org/lists/">Posta Listeleri</a></th> <td style="padding-left: 8px; padding-right: 8px;">·</td> @@ -12467,6 +12437,10 @@ a:hover { <th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://wiresharkfoundation.org/donate/">Bağış yap</a></th> + </tr></table> </body></html> @@ -13351,6 +13325,10 @@ a:hover { QUIC Stream QUIC Akışı + + Websocket Stream + + SIP Call SIP Çağrısı diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts index a917087d92..3d9b2a8dce 100644 --- a/ui/qt/wireshark_uk.ts +++ b/ui/qt/wireshark_uk.ts @@ -3218,7 +3218,8 @@ For example, use 1 hour to have a new file created every hour on the hour. - lua scripts + Lua scripts + lua scripts @@ -3226,11 +3227,11 @@ For example, use 1 hour to have a new file created every hour on the hour. - Extcap Plugins search path + Personal Extcap path - Personal Extcap path + external capture (extcap) plugins @@ -3394,7 +3395,7 @@ For example, use 1 hour to have a new file created every hour on the hour. - QUIC streams not found on the selected packet. + %1 stream not found on the selected packet. @@ -3417,10 +3418,6 @@ For example, use 1 hour to have a new file created every hour on the hour.[Stream output truncated] - - A transport or network layer header is needed. - - %Ln total stream(s). @@ -12282,45 +12279,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -13206,6 +13164,10 @@ a:hover { QUIC Stream + + Websocket Stream + + SIP Call diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts index edbaf71fd6..a3f87dc01b 100644 --- a/ui/qt/wireshark_zh_CN.ts +++ b/ui/qt/wireshark_zh_CN.ts @@ -3227,8 +3227,9 @@ For example, use 1 hour to have a new file created every hour on the hour.个人 Lua 插件 - lua scripts - lua 脚本 + Lua scripts + lua scripts + lua 脚本 Global Lua Plugins @@ -3236,12 +3237,16 @@ For example, use 1 hour to have a new file created every hour on the hour. Extcap Plugins search path - Extcap 插件搜索路径 + Extcap 插件搜索路径 Personal Extcap path + + external capture (extcap) plugins + + Global Extcap path @@ -3393,7 +3398,7 @@ For example, use 1 hour to have a new file created every hour on the hour.请确保您已选中一个 %1 分组。 - QUIC streams not found on the selected packet. + %1 stream not found on the selected packet. @@ -3418,7 +3423,7 @@ For example, use 1 hour to have a new file created every hour on the hour. A transport or network layer header is needed. - 需要传输层或网络层头部。 + 需要传输层或网络层头部。 %Ln total stream(s). @@ -12370,45 +12375,6 @@ a:hover { </tr></table> </body></html> - <html><head> -<style> -a:link { - color: palette(text); - text-decoration: none; -} -a:hover { - color: palette(text); - text-decoration: underline; -} -</style> -</head> -<body> - -<table><tr> -<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">User's Guide</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://ask.wireshark.org/">Questions and Answers</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://www.wireshark.org/lists/">Mailing Lists</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://sharkfest.wireshark.org/">SharkFest</a></th> - -<td style="padding-left: 8px; padding-right: 8px;">·</td> - -<th><a href="https://discord.com/invite/ts9GZCjGj5">Wireshark Discord</a></th> - -</tr></table> -</body></html> @@ -13292,6 +13258,10 @@ a:hover { QUIC Stream + + Websocket Stream + + SIP Call