From a8c90e1767970e7b91e98bef7ea60a6f5af4f4d7 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 12 Jan 2020 08:19:14 +0000 Subject: [Automatic update for 2020-01-12] Update manuf, services enterprise numbers, translations, and other items. Change-Id: Ie93b6e343a90ab33b15e5be1814e9b988101ee28 Reviewed-on: https://code.wireshark.org/review/35750 Reviewed-by: Gerald Combs --- AUTHORS | 6 +- NEWS | 4 +- enterprises.tsv | 39 +++++- epan/dissectors/usb.c | 8 ++ manuf | 107 +++++++++++++--- services | 1 + ui/qt/wireshark_de.ts | 44 ++++++- ui/qt/wireshark_en.ts | 30 ++++- ui/qt/wireshark_es.ts | 30 ++++- ui/qt/wireshark_fr.ts | 42 ++++++- ui/qt/wireshark_it.ts | 44 ++++++- ui/qt/wireshark_ja_JP.ts | 42 ++++++- ui/qt/wireshark_pl.ts | 42 ++++++- ui/qt/wireshark_ru.ts | 42 ++++++- ui/qt/wireshark_sv.ts | 321 ++++++++++++++++++++++++++--------------------- ui/qt/wireshark_uk.ts | 38 +++++- ui/qt/wireshark_zh_CN.ts | 42 ++++++- 17 files changed, 671 insertions(+), 211 deletions(-) diff --git a/AUTHORS b/AUTHORS index e57c8f9702..642424a95b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4021,6 +4021,7 @@ Amine Kherbouche Amit Khatri Amitoj Setia Anaël Fiaux +Andre Luyer Andre Puschmann Andreas Gruenbacher Andreas Karlsson @@ -4183,6 +4184,7 @@ Dominic Chen Doug Brown Dr. Lars Voelker Dr. Lars Völker +Dr. Lars Völker Dwayne Rich Dylan Ulis Dániel Bakai @@ -4773,7 +4775,7 @@ Dan Lasley gave permission for his dumpit() hex-dump rou Mattia Cazzola provided a patch to the hex dump display routine. -Kaz Kylheku provided the C library Kazlib, from which we took the exception module. Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html +We use the exception module from Kazlib, a C library written by Kaz Kylheku . Thanks go to him for his well-written library. The Kazlib home page can be found at http://www.kylheku.com/~kaz/kazlib.html We use Lua BitOp, written by Mike Pall, for bitwise operations on numbers in Lua. The Lua BitOp home page can be found at https://bitop.luajit.org @@ -4781,7 +4783,7 @@ snax gave permission to use his(?) weak key detection code f IANA gave permission for their port-numbers file to be used. -Martin Pool provided the natural order string comparison algorithm we use. +We use the natural order string comparison algorithm, written by Martin Pool . Emanuel Eichhammer granted permission to use QCustomPlot. diff --git a/NEWS b/NEWS index 4f85d6e07f..c06f91668d 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,8 @@ Wireshark 3.3.0 Release Notes New Protocol Support + Cisco MisCabling Protocol (MCP) + Updated Protocol Support Too many protocols have been updated to list here. @@ -79,7 +81,7 @@ Wireshark 3.3.0 Release Notes A complete FAQ is available on the Wireshark web site[6]. - Last updated 2020-01-05 08:07:26 UTC + Last updated 2020-01-12 08:06:35 UTC References diff --git a/enterprises.tsv b/enterprises.tsv index 2825771dc0..cadf805ef8 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 2020-01-05) +# (last updated 2020-01-11) 0 Reserved 1 NxNetworks @@ -25903,7 +25903,7 @@ 26058 Codebay Oy 26059 BTECH, Inc. 26060 IZT Innovationszentrum Telekommunikationstechnik GmbH -26061 Artesyn Embedded Technologies # formerly 'Emerson Network Power, Embedded Computing' +26061 SMART Embedded Computing, Inc. # formerly 'Artesyn Embedded Technologies' 26062 MZL Software Development 26063 Ankhnet Informations Pvt. Ltd. 26064 Braga Moro S.p.A. @@ -31207,7 +31207,6 @@ 31367 Asseco Slovakia, a.s. 31368 Systancia SA 31369 OhmForce -31370 Jugendzentrum e.V., Karlstr. 13 31371 Communicado, Inc. 31372 University of Southern Indiana 31373 CENELEC TC79 WG7 CCTV Surveillance Systems @@ -33028,7 +33027,7 @@ 33191 Equine Technology Pte Ltd 33192 University of Žilina 33193 Powercom Consultants Pty Ltd -33194 Kreditor Europe AB +33194 Klarna Bank AB # formerly 'Kreditor Europe AB' 33195 Bimash LLP 33196 VITA 33197 WIT @@ -54886,3 +54885,35 @@ 55077 Sportfechten Laim e.V. 55078 MEDICODE 55079 Interrin +55080 Hochschule der Polizei des Landes Brandenburg +55081 Expyram LLC +55082 Urlittle.biz S.A.S. +55083 Findlay, Inc. +55084 PBC +55085 MAPER Tecnología S.R.L. +55086 Alamo Analytics +55087 PROPERTY MANAGEMENT SOFTWARE, SL +55088 Upsher-Smith Laboratories, LLC +55089 Further System Co.,Ltd. +55090 BAMBOO INGENIERIA +55091 S.P.P.P. +55092 The Achievement Network +55093 JStyleTech +55094 Sub Tech System +55095 Advanced Data Machines, LLC +55096 Beijing Qingqi Network Technology Co., Ltd +55097 SIGTUNA ÅKERI AB +55098 Wang Tai +55099 Hunter Supply Chain Management (Shanghai) Co., Ltd. +55100 Chicony Power Technology Inc. +55101 RedWax Foundation +55102 Pavo Tasarim Uretim Elektronik Tic. A.S. +55103 Korkem Telecom +55104 Xorcom Ltd +55105 Modern University for Business and Science +55106 The Fedeli Group, Inc. +55107 Kalevi Kolttonen homepage +55108 Riedo Networks Ltd +55109 Nusura, Inc +55110 Union College +55111 Steinbeis-Zentren Unternehmensentwicklung an der Hochschule Pforzheim diff --git a/epan/dissectors/usb.c b/epan/dissectors/usb.c index e565649981..36adf5e175 100644 --- a/epan/dissectors/usb.c +++ b/epan/dissectors/usb.c @@ -2875,6 +2875,7 @@ static const value_string usb_vendors_vals[] = { { 0x2232, "Silicon Motion" }, { 0x2233, "RadioShack Corporation" }, { 0x2237, "Kobo Inc." }, + { 0x224f, "APDM" }, { 0x225d, "Morpho" }, { 0x228d, "8D Technologies inc." }, { 0x22a6, "Pie Digital, Inc." }, @@ -19774,6 +19775,13 @@ static const value_string usb_products_vals[] = { { 0x22321037, "WebCam SC-03FFM12339N" }, { 0x22336323, "USB Electronic Scale" }, { 0x22374161, "eReader White" }, + { 0x224f0001, "Access Point" }, + { 0x224f0002, "Docking Station" }, + { 0x224f0004, "V2 Opal ACM" }, + { 0x224f0005, "V2 Opal" }, + { 0x224f0006, "V2 Docking Station" }, + { 0x224f0007, "V2 Access Point ACM" }, + { 0x224f0008, "V2 Access Point" }, { 0x225d0001, "FINGER VP Multimodal Biometric Sensor" }, { 0x225d0008, "CBM-E3 Fingerprint Sensor" }, { 0x225d0009, "CBM Fingerprint Sensor [CBM-V3]" }, diff --git a/manuf b/manuf index feebfdbbc9..8a62ace933 100644 --- a/manuf +++ b/manuf @@ -45,23 +45,23 @@ # http://standards-oui.ieee.org/cid/cid.csv: # Content-Length: 8548 -# Last-Modified: Sun, 05 Jan 2020 07:00:30 GMT +# Last-Modified: Sun, 12 Jan 2020 07:00:38 GMT # http://standards-oui.ieee.org/iab/iab.csv: # Content-Length: 381260 -# Last-Modified: Sun, 05 Jan 2020 07:00:43 GMT +# Last-Modified: Sun, 12 Jan 2020 07:00:51 GMT # http://standards-oui.ieee.org/oui/oui.csv: -# Content-Length: 2466765 -# Last-Modified: Sun, 05 Jan 2020 07:01:12 GMT +# Content-Length: 2472716 +# Last-Modified: Sun, 12 Jan 2020 07:01:21 GMT # http://standards-oui.ieee.org/oui28/mam.csv: -# Content-Length: 314466 -# Last-Modified: Sun, 05 Jan 2020 07:00:49 GMT +# Content-Length: 316288 +# Last-Modified: Sun, 12 Jan 2020 07:00:57 GMT # http://standards-oui.ieee.org/oui36/oui36.csv: -# Content-Length: 323210 -# Last-Modified: Sun, 05 Jan 2020 07:01:06 GMT +# Content-Length: 324148 +# Last-Modified: Sun, 12 Jan 2020 07:01:14 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 @@ -16338,6 +16338,7 @@ 00:AC:E0 ARRISGro ARRIS Group, Inc. 00:AD:24 D-LinkIn D-Link International 00:AD:63 Dedicate Dedicated Micros Malta LTD +00:AD:D5 HuaweiDe Huawei Device Co., Ltd. 00:AE:CD Pensando Pensando Systems 00:AE:FA MurataMa Murata Manufacturing Co., Ltd. 00:AF:1F Cisco Cisco Systems, Inc @@ -17815,6 +17816,7 @@ 08:68:D0 JapanSys Japan System Design 08:68:EA EitoElec Eito Electronics Co., Ltd. 08:6A:0A AskeyCom Askey Computer Corp +08:6B:D1 Shenzhen Shenzhen SuperElectron Technology Co.,Ltd. 08:6B:D7 SiliconL Silicon Laboratories 08:6D:41 Apple Apple, Inc. 08:6D:F2 Shenzhen Shenzhen MIMOWAVE Technology Co.,Ltd @@ -17882,6 +17884,7 @@ 08:BE:AC EdimaxTe Edimax Technology Co. Ltd. 08:BF:A0 SamsungE Samsung Electronics Co.,Ltd 08:C0:21 HuaweiTe Huawei Technologies Co.,Ltd +08:C0:EB Mellanox Mellanox Technologies, Inc. 08:C5:E1 SamsungE Samsung Electro-Mechanics(Thailand) 08:C6:B3 Qtech Qtech Llc 08:CA:45 ToyouFei Toyou Feiji Electronics Co., Ltd. @@ -18072,6 +18075,7 @@ 0C:82:30 Shenzhen Shenzhen Magnus Technologies Co.,Ltd 0C:82:68 Tp-LinkT Tp-Link Technologies Co.,Ltd. 0C:82:6A WuhanHua Wuhan Huagong Genuine Optics Technology Co., Ltd +0C:83:9A HuaweiDe Huawei Device Co., Ltd. 0C:84:11 AOSmithW A.O. Smith Water Products 0C:84:47 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 0C:84:84 ZenoviaE Zenovia Electronics Inc. @@ -18932,6 +18936,7 @@ 18:9B:A5:E0:00:00/28 TaiwanNa Taiwan Name Plate Co.,LTD 18:9C:27 ARRISGro ARRIS Group, Inc. 18:9C:5D Cisco Cisco Systems, Inc +18:9E:2C HuaweiDe Huawei Device Co., Ltd. 18:9E:FC Apple Apple, Inc. 18:A2:8A Essel-T Essel-T Co., Ltd 18:A3:E8 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD @@ -19945,6 +19950,7 @@ 28:30:AC Frontiir Frontiir Co. Ltd. 28:31:52 HuaweiTe Huawei Technologies Co.,Ltd 28:31:66 vivoMobi vivo Mobile Communication Co., Ltd. +28:31:7E Hongkong Hongkong Nano IC Technologies Co., Ltd 28:32:C5 HUMAX HUMAX Co., Ltd. 28:33:34 HuaweiDe Huawei Device Co., Ltd. 28:34:10 EnigmaDi Enigma Diagnostics Limited @@ -20119,6 +20125,7 @@ 28:E2:97 Shanghai Shanghai InfoTM Microelectronics Co.,Ltd. 28:E3:1F XiaomiCo Xiaomi Communications Co Ltd 28:E3:47 LiteonTe Liteon Technology Corporation +28:E3:4E HuaweiTe Huawei Technologies Co.,Ltd 28:E4:76 Pi-Coral 28:E6:08 Tokheim 28:E6:E9 SISSatIn SIS Sat Internet Services GmbH @@ -20452,6 +20459,7 @@ 2C:BE:97 Ingenieu Ingenieurbuero Bickele und Buehler GmbH 2C:C2:60 Oracle Oracle Corporation 2C:C4:07 machineQ +2C:C5:46 HuaweiDe Huawei Device Co., Ltd. 2C:C5:48 IAdea IAdea Corporation 2C:C5:D3 RuckusWi Ruckus Wireless 2C:CA:0C WithusPl Withus Planet @@ -20624,6 +20632,7 @@ 30:4C:7E Panasoni Panasonic Electric Works Automation Controls Techno Co.,Ltd. 30:4E:C3 TianjinT Tianjin Techua Technology Co., Ltd. 30:4F:75 DASANNet DASAN Network Solutions +30:50:75 GNAudio GN Audio A/S 30:50:FD Skyworth Skyworth Digital Technology(Shenzhen) Co.,Ltd 30:51:F8 BYK-Gard BYK-Gardner GmbH 30:52:5A NST NST Co., LTD @@ -20816,6 +20825,7 @@ 34:13:A8 Mediplan Mediplan Limited 34:13:E8 IntelCor Intel Corporate 34:14:5F SamsungE Samsung Electronics Co.,Ltd +34:14:B5 TexasIns Texas Instruments 34:15:13 TexasIns Texas Instruments 34:15:9E Apple Apple, Inc. 34:17:EB Dell Dell Inc. @@ -20883,6 +20893,7 @@ 34:4F:3F IO-Power IO-Power Technology Co., Ltd. 34:4F:5C R&M R&M AG 34:4F:69 EkinopsS Ekinops Sas +34:51:80 TCLKingE TCL King Electrical Appliances (Huizhou) Co., Ltd 34:51:AA JidGloba Jid Global 34:51:C9 Apple Apple, Inc. 34:54:3C TakaokaT Takaoka Toko Co.,Ltd. @@ -20912,6 +20923,7 @@ 34:6F:90 Cisco Cisco Systems, Inc 34:6F:92 WhiteRod White Rodgers Division 34:6F:ED Enovatio Enovation Controls +34:71:46 HuaweiDe Huawei Device Co., Ltd. 34:75:63 Shenzhen Shenzhen Rf-Link Technology Co.,Ltd. 34:75:C7 Avaya Avaya Inc 34:76:C5 I-ODataD I-O Data Device,Inc. @@ -21006,6 +21018,7 @@ 34:CD:BE HuaweiTe Huawei Technologies Co.,Ltd 34:CE:00 XIAOMIEl XIAOMI Electronics,CO.,LTD 34:CE:94 Parsec Parsec (Pty) Ltd +34:CF:F6 IntelCor Intel Corporate 34:D0:9B MobilMAX MobilMAX Technology Inc. 34:D0:B8 IEEERegi IEEE Registration Authority 34:D0:B8:00:00:00/28 Captec Captec Ltd @@ -21112,6 +21125,7 @@ 38:10:D5 AVMAudio AVM Audiovisuelles Marketing und Computersysteme GmbH 38:14:4E Fiberhom Fiberhome Telecommunication Technologies Co.,LTD 38:16:D1 SamsungE Samsung Electronics Co.,Ltd +38:17:30 UlrichLi Ulrich Lippert GmbH & Co KG 38:17:66 Promzaka Promzakaz Ltd. 38:17:C3 HewlettP Hewlett Packard Enterprise 38:17:E1 Technico Technicolor CH USA Inc. @@ -21582,6 +21596,7 @@ 3C:7D:0A Apple Apple, Inc. 3C:7D:B1 TexasIns Texas Instruments 3C:7F:6F Telechip Telechips, Inc. +3C:80:6B HunanVoc Hunan Voc Acoustics Technology Co., Ltd. 3C:80:AA RansnetS Ransnet Singapore Pte Ltd 3C:81:D8 Sagemcom Sagemcom Broadband SAS 3C:83:1E CKD CKD Corporation @@ -21635,6 +21650,7 @@ 3C:AE:69 ESAElekt ESA Elektroschaltanlagen Grimma GmbH 3C:B1:5B Avaya Avaya Inc 3C:B1:7F Wattwatc Wattwatchers Pty Ld +3C:B5:3D HunanGok Hunan Goke Microelectronics Co.,Ltd 3C:B6:B7 vivoMobi vivo Mobile Communication Co., Ltd. 3C:B7:2B PLUMgrid PLUMgrid Inc 3C:B7:4B Technico Technicolor CH USA Inc. @@ -21785,6 +21801,7 @@ 40:2C:76:E0:00:00/28 LSEnergy LS Energy Solutions 40:2C:F4 Universa Universal Global Scientific Industrial Co., Ltd. 40:2E:28 MiXTelem MiXTelematics +40:2E:71 TexasIns Texas Instruments 40:30:04 Apple Apple, Inc. 40:30:67 Conlog Conlog (Pty) Ltd 40:31:3C XIAOMIEl XIAOMI Electronics,CO.,LTD @@ -21941,6 +21958,7 @@ 40:B9:3C HewlettP Hewlett Packard Enterprise 40:BA:61 ARIMACom ARIMA Communications Corp. 40:BC:60 Apple Apple, Inc. +40:BC:68 WuhanFun Wuhan Funshion Online Technologies Co.,Ltd 40:BC:73 Cronopla Cronoplast S.L. 40:BC:8B itelio itelio GmbH 40:BD:32 TexasIns Texas Instruments @@ -22637,6 +22655,7 @@ 44:70:98 MingHong Ming Hong Technology (Shen Zhen) Limited 44:73:D6 Logitech 44:74:6C SonyMobi Sony Mobile Communications Inc +44:76:54 HuaweiTe Huawei Technologies Co.,Ltd 44:78:3E SamsungE Samsung Electronics Co.,Ltd 44:7B:BB Shenzhen Shenzhen YOUHUA Technology Co., Ltd 44:7B:C4 DualShin DualShine Technology(SZ)Co.,Ltd @@ -22900,7 +22919,7 @@ 48:7A:55 ALEInter ALE International 48:7A:DA Hangzhou Hangzhou H3C Technologies Co., Limited 48:7A:F6 NcsElect Ncs Electrical Sdn Bhd -48:7B:5E SocialMo Social Mobile +48:7B:5E SmtTelec Smt Telecomm Hk 48:7B:6B HuaweiTe Huawei Technologies Co.,Ltd 48:7D:2E Tp-LinkT Tp-Link Technologies Co.,Ltd. 48:82:44 LifeFitn Life Fitness / Div. of Brunswick @@ -23656,7 +23675,7 @@ 52:54:4C Novell20 Novell 2000 52:54:AB RealtekA REALTEK (a Realtek 8029 based PCI Card) 54:02:37 Teltroni Teltronic AG -54:03:84 Hangkong Hangkong Nano IC Technologies Co., Ltd +54:03:84 Hongkong Hongkong Nano IC Technologies Co., Ltd 54:03:F5 EBNTechn EBN Technology Corp. 54:04:96 Gigawave Gigawave LTD 54:04:A6 ASUSTekC ASUSTek COMPUTER INC. @@ -23718,6 +23737,7 @@ 54:47:D3 TsatAs Tsat As 54:48:10 Dell Dell Inc. 54:48:9C Cdoubles Cdoubles Electronics Co. Ltd. +54:48:E6 BeijingX Beijing Xiaomi Mobile Software Co.,Ltd 54:4A:00 Cisco Cisco Systems, Inc 54:4A:05 wenglors wenglor sensoric gmbh 54:4A:16 TexasIns Texas Instruments @@ -23829,6 +23849,7 @@ 54:A9:D4 Minibar Minibar Systems 54:AB:3A QuantaCo Quanta Computer Inc. 54:AE:27 Apple Apple, Inc. +54:AE:D0 DASANNet DASAN Networks, Inc. 54:B1:21 HuaweiTe Huawei Technologies Co.,Ltd 54:B2:03 Pegatron Pegatron Corporation 54:B5:6C XianNova Xi'an NovaStar Tech Co., Ltd @@ -24196,6 +24217,7 @@ 5C:51:88 Motorola Motorola Mobility LLC, a Lenovo Company 5C:52:1E Nintendo Nintendo Co.,Ltd 5C:54:6D HuaweiTe Huawei Technologies Co.,Ltd +5C:55:78 iryx iryx corp 5C:56:ED 3pleplay 3pleplay Electronics Private Limited 5C:57:1A ARRISGro ARRIS Group, Inc. 5C:57:C8 Nokia Nokia Corporation @@ -24600,6 +24622,7 @@ 60:DA:23 Estech Estech Co.,Ltd 60:DA:83 Hangzhou Hangzhou H3C Technologies Co., Limited 60:DB:2A Hns +60:DE:35 GITSN GITSN, Inc. 60:DE:44 HuaweiTe Huawei Technologies Co.,Ltd 60:DE:F3 HuaweiTe Huawei Technologies Co.,Ltd 60:E0:0E ShinseiE Shinsei Electronics Co Ltd @@ -24642,6 +24665,7 @@ 64:05:E9 Shenzhen Shenzhen WayOS Technology Crop., Ltd. 64:09:4C BeijingS Beijing Superbee Wireless Technology Co.,Ltd 64:09:80 XiaomiCo Xiaomi Communications Co Ltd +64:09:AC TCTmobil TCT mobile ltd 64:0B:4A DigitalT Digital Telecom Technology Limited 64:0D:CE Shenzhen Shenzhen Mercury Communication Technologies Co.,Ltd. 64:0D:E6 Petra Petra Systems @@ -24828,6 +24852,7 @@ 64:BA:BD SDJTechn SDJ Technologies, Inc. 64:BC:0C LGElectr LG Electronics (Mobile Communications) 64:BC:11 CombiQ CombiQ AB +64:BC:58 IntelCor Intel Corporate 64:C2:DE LGElectr LG Electronics (Mobile Communications) 64:C3:54 Avaya Avaya Inc 64:C3:D6 JuniperN Juniper Networks @@ -25375,6 +25400,7 @@ 6C:F3:73 SamsungE Samsung Electronics Co.,Ltd 6C:F3:7F ArubaaHe Aruba, a Hewlett Packard Enterprise Company 6C:F5:E8 Mooredol Mooredoll Inc. +6C:F7:12 Nokia 6C:F9:7C Nanoptix Nanoptix Inc. 6C:F9:D2 ChengduP Chengdu Povodo Electronic Technology Co., Ltd 6C:FA:58 Avaya Avaya Inc @@ -25517,7 +25543,7 @@ 70:72:CF EdgeCore EdgeCore Networks 70:73:CB Apple Apple, Inc. 70:76:30 ARRISGro ARRIS Group, Inc. -70:76:DD Oxyguard Oxyguard International A/S +70:76:DD OxyGuard OxyGuard Internation A/S 70:76:F0 LevelOne LevelOne Communications (India) Private Limited 70:76:FF Kerlink 70:77:81 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. @@ -25812,6 +25838,7 @@ 70:B3:D5:0F:10:00/36 BeijingO Beijing One City Science & Technology Co., LTD 70:B3:D5:0F:20:00/36 TrexEdge TrexEdge, Inc. 70:B3:D5:0F:30:00/36 MonsoonR MonsoonRF, Inc. +70:B3:D5:0F:40:00/36 VisualRo Visual Robotics 70:B3:D5:0F:60:00/36 KSE KSE GmbH 70:B3:D5:0F:70:00/36 Bespoon 70:B3:D5:0F:80:00/36 SpecialS Special Services Group, LLC @@ -25905,7 +25932,6 @@ 70:B3:D5:15:D0:00/36 Vtron Vtron Pty Ltd 70:B3:D5:15:E0:00/36 SeasonEl Season Electronics Ltd 70:B3:D5:15:F0:00/36 Savroni̇k Savroni̇k Elektroni̇k -70:B3:D5:16:00:00/36 Beijingr Beijing radacat Co.,Ltd. 70:B3:D5:16:10:00/36 MBconnec MB connect line GmbH Fernwartungssysteme 70:B3:D5:16:20:00/36 EspaiDeP Espai De Producció I Electróni 70:B3:D5:16:30:00/36 BharatHe Bharat Heavy Electricals Limited @@ -25942,6 +25968,7 @@ 70:B3:D5:18:70:00/36 Elektron Elektronik & Präzisionsbau Saalfeld GmbH 70:B3:D5:18:80:00/36 BirketEn Birket Engineering 70:B3:D5:18:90:00/36 Dave Dave Srl +70:B3:D5:18:A0:00/36 NSPEurop NSP Europe Ltd 70:B3:D5:18:B0:00/36 AplexTec Aplex Technology Inc. 70:B3:D5:18:C0:00/36 CMCIndus CMC Industrial Electronics Ltd 70:B3:D5:18:D0:00/36 ForoTel Foro Tel @@ -26712,6 +26739,7 @@ 70:B3:D5:52:C0:00/36 Centurya Centuryarks Ltd., 70:B3:D5:52:D0:00/36 TanakaEl Tanaka Electric Industry Co., Ltd. 70:B3:D5:52:E0:00/36 Swisspon Swissponic Sagl +70:B3:D5:52:F0:00/36 RC R.C. Systems Inc 70:B3:D5:53:00:00/36 iSiS-Ex iSiS-Ex Limited 70:B3:D5:53:10:00/36 Ateme 70:B3:D5:53:20:00/36 Talleres Talleres de Escoriaza SA @@ -27545,6 +27573,7 @@ 70:B3:D5:91:E0:00/36 Creotech Creotech Instruments S.A. 70:B3:D5:91:F0:00/36 InformIn JSC "InformInvestGroup" 70:B3:D5:92:00:00/36 Slat +70:B3:D5:92:20:00/36 AdcoleMa Adcole Maryland Aerospace 70:B3:D5:92:30:00/36 eumigind eumig industrie-tv GmbH 70:B3:D5:92:40:00/36 Meridian Meridian Technologies Inc 70:B3:D5:92:50:00/36 Diamante Diamante Lighting Srl @@ -27620,12 +27649,14 @@ 70:B3:D5:97:60:00/36 AtonarpM Atonarp Micro-Systems India Pvt. Ltd. 70:B3:D5:97:70:00/36 EngageTe Engage Technologies 70:B3:D5:97:80:00/36 SatixfyI Satixfy Israel Ltd. +70:B3:D5:97:90:00/36 eSMARTTe eSMART Technologies SA 70:B3:D5:97:A0:00/36 Orion Orion Corporation 70:B3:D5:97:B0:00/36 WIKAAlex WIKA Alexander Wiegand SE & Co. KG 70:B3:D5:97:C0:00/36 Nu-TekPo Nu-Tek Power Controls and Automation 70:B3:D5:97:D0:00/36 RCHVietn RCH Vietnam Limited Liability Company 70:B3:D5:97:E0:00/36 PublicJo Public Joint Stock Company Morion 70:B3:D5:97:F0:00/36 BISTOS BISTOS.,Co.,Ltd +70:B3:D5:98:00:00/36 BeijingY Beijing Yourong Runda Rechnology Development Co.Ltd. 70:B3:D5:98:10:00/36 ZamirRec Zamir Recognition Systems Ltd. 70:B3:D5:98:20:00/36 3S-Senso 3S - Sensors, Signal Processing, Systems GmbH 70:B3:D5:98:30:00/36 ENSEngin ENS Engineered Network Systems @@ -27851,6 +27882,7 @@ 70:B3:D5:A8:00:00/36 Evco Evco Spa 70:B3:D5:A8:10:00/36 SiendaNe Sienda New Media Technologies GmbH 70:B3:D5:A8:20:00/36 Telefran Telefrank GmbH +70:B3:D5:A8:30:00/36 SHENZHEN SHENZHEN HUINENGYUAN Technology Co., Ltd 70:B3:D5:A8:40:00/36 SORELMik SOREL GmbH Mikroelektronik 70:B3:D5:A8:50:00/36 exceetel exceet electronics GesmbH 70:B3:D5:A8:60:00/36 Divigrap Divigraph (Pty) LTD @@ -28178,6 +28210,7 @@ 70:B3:D5:C0:60:00/36 Xotonics XotonicsMED GmbH 70:B3:D5:C0:70:00/36 Areco 70:B3:D5:C0:80:00/36 Talleres Talleres de Escoriaza SA +70:B3:D5:C0:90:00/36 RCHVietn RCH Vietnam Limited Liability Company 70:B3:D5:C0:A0:00/36 Infosock Infosocket Co., Ltd. 70:B3:D5:C0:B0:00/36 Fstudio Fstudio Co Ltd 70:B3:D5:C0:C0:00/36 Tech4Rac Tech4Race @@ -28879,9 +28912,11 @@ 70:B3:D5:F6:10:00/36 PowerDia Power Diagnostic Service 70:B3:D5:F6:20:00/36 FRS FRS GmbH & Co. KG 70:B3:D5:F6:30:00/36 ArsProdu Ars Products +70:B3:D5:F6:40:00/36 silicom 70:B3:D5:F6:50:00/36 MarkusLa Markus Labs 70:B3:D5:F6:70:00/36 winsun winsun AG 70:B3:D5:F6:80:00/36 AlZajelM Al Zajel Modern Telecomm +70:B3:D5:F6:90:00/36 CopperLa Copper Labs, Inc. 70:B3:D5:F6:C0:00/36 VisioGre VisioGreen 70:B3:D5:F6:D0:00/36 Qowisio 70:B3:D5:F6:E0:00/36 Streambo Streambox Inc @@ -28937,6 +28972,7 @@ 70:B3:D5:FA:50:00/36 Shenzhen Shenzhen Hui Rui Tianyan Technology Co., Ltd. 70:B3:D5:FA:60:00/36 RFLElect RFL Electronics, Inc. 70:B3:D5:FA:70:00/36 Nordson Nordson Corporation +70:B3:D5:FA:80:00/36 Munters 70:B3:D5:FA:90:00/36 CorDes CorDes, LLC 70:B3:D5:FA:A0:00/36 LogiMSof LogiM GmbH Software und Entwicklung 70:B3:D5:FA:B0:00/36 OpenSyst Open System Solutions Limited @@ -29172,6 +29208,7 @@ 74:38:89 ANNAXAnz ANNAX Anzeigesysteme GmbH 74:38:B7 Canon Canon Inc. 74:3A:65 NEC NEC Corporation +74:3A:EF Kaonmedi Kaonmedia CO., LTD. 74:3C:18 TaicangT Taicang T&W Electronics 74:3E:2B RuckusWi Ruckus Wireless 74:3E:CB Gentrice Gentrice tech @@ -30009,6 +30046,7 @@ 7C:D7:62 Freestyl Freestyle Technology Pty Ltd 7C:D8:44 Enmotus Enmotus Inc 7C:D9:5C Google Google, Inc. +7C:D9:A0 HuaweiTe Huawei Technologies Co.,Ltd 7C:D9:FE NewCosmo New Cosmos Electric Co., Ltd. 7C:DA:84 Dongnian Dongnian Networks Inc. 7C:DB:98 AskeyCom Askey Computer Corp @@ -30780,6 +30818,7 @@ 88:9C:A6 BTBKorea BTB Korea INC 88:9D:98 Allied-t Allied-telesisK.K. 88:9E:33 TCTmobil TCT mobile ltd +88:9E:68 Technico Technicolor CH USA Inc. 88:9F:6F SamsungE Samsung Electronics Co.,Ltd 88:9F:AA HellaGut Hella Gutmann Solutions GmbH 88:9F:FA HonHaiPr Hon Hai Precision Ind. Co.,Ltd. @@ -30788,7 +30827,6 @@ 88:A2:D7 HuaweiTe Huawei Technologies Co.,Ltd 88:A3:03 SamsungE Samsung Electronics Co.,Ltd 88:A3:CC AmatisCo Amatis Controls -88:A4:06 JohnsonO Johnson Outdoors Marine Electronics d/b/a Minnkota 88:A4:79 Apple Apple, Inc. 88:A5:BD Qpcom Qpcom Inc. 88:A6:C6 Sagemcom Sagemcom Broadband SAS @@ -31307,6 +31345,7 @@ 90:59:AF TexasIns Texas Instruments 90:5C:34 SiriusEl Sirius Electronic Systems Srl 90:5C:44 CompalBr Compal Broadband Networks, Inc. +90:5D:7C NewH3CTe New H3C Technologies Co., Ltd 90:5F:2E TCTmobil TCT mobile ltd 90:5F:8D modas modas GmbH 90:60:F1 Apple Apple, Inc. @@ -31451,7 +31490,7 @@ 90:E2:02 TexasIns Texas Instruments 90:E2:BA IntelCor Intel Corporate 90:E2:FC IEEERegi IEEE Registration Authority -90:E2:FC:00:00:00/28 PEADBT-T PEA (DBT-Technology) +90:E2:FC:00:00:00/28 ParsErte Pars Ertebat Afzar Co. 90:E2:FC:10:00:00/28 Yitetech Yite technology 90:E2:FC:20:00:00/28 ShenZhen ShenZhen Temwey Innovation Technology Co.,Ltd. 90:E2:FC:30:00:00/28 Shenzhen Shenzhen Hisource Technology Development CO.,Ltd. @@ -31471,6 +31510,7 @@ 90:E7:C4 HTC HTC Corporation 90:EA:60 SPILaser SPI Lasers Ltd 90:EC:50 COBO C.O.B.O. Spa +90:EC:77 silicom 90:EE:D9 Universa Universal De Desarrollos Electrónicos, Sa 90:EF:68 ZyxelCom Zyxel Communications Corporation 90:F0:52 MEIZUTec MEIZU Technology Co., Ltd. @@ -31495,6 +31535,20 @@ 94:01:C2 SamsungE Samsung Electronics Co.,Ltd 94:04:9C HuaweiTe Huawei Technologies Co.,Ltd 94:05:B6 LilingFu Liling FullRiver Electronics & Technology Ltd +94:05:BB IEEERegi IEEE Registration Authority +94:05:BB:00:00:00/28 QingdaoM Qingdao Maotran Electronics co., ltd +94:05:BB:10:00:00/28 Dongguan Dongguan Kingtron Electronics Tech Co., Ltd +94:05:BB:20:00:00/28 Dongguan Dongguan CXWE Technology Co.,Ltd. +94:05:BB:30:00:00/28 Neurik Neurik AG +94:05:BB:40:00:00/28 Shenzhen Shenzhen Baolijie Technology Co., Ltd. +94:05:BB:50:00:00/28 ChengduZ Chengdu Zhongheng Network Co.,Ltd. +94:05:BB:60:00:00/28 ZIGPOS ZIGPOS GmbH +94:05:BB:70:00:00/28 LTE-X LTE-X, Inc +94:05:BB:80:00:00/28 iungo +94:05:BB:A0:00:00/28 SolarEdg SolarEdge Technologies +94:05:BB:B0:00:00/28 AustarHe Austar Hearing Science And Techniligy(Xiamen)Co.,Ltd +94:05:BB:C0:00:00/28 LaoIndus Lao Industria Ltda +94:05:BB:D0:00:00/28 Sunthink Sunthink S&T Development Co.,Ltd 94:09:37 HUMAX HUMAX Co., Ltd. 94:0B:19 HuaweiTe Huawei Technologies Co.,Ltd 94:0B:2D NetViewT NetView Technologies(Shenzhen) Co., Ltd @@ -31666,7 +31720,9 @@ 94:CC:04:90:00:00/28 ENTECEle ENTEC Electric & Electronic Co., LTD. 94:CC:04:A0:00:00/28 hyBee hyBee Inc. 94:CC:04:B0:00:00/28 Shandong Shandong free optical technology co., ltd. +94:CC:04:C0:00:00/28 ShanxiBa Shanxi Baixin Information Technology Co., Ltd. 94:CC:04:D0:00:00/28 HanzhuoI Hanzhuo Information Technology(Shanghai) Ltd. +94:CC:04:E0:00:00/28 Synchron SynchronicIT BV 94:CC:B9 ARRISGro ARRIS Group, Inc. 94:CD:AC Creowave Creowave Oy 94:CE:2C SonyMobi Sony Mobile Communications Inc @@ -31687,6 +31743,7 @@ 94:D9:3C Enelps 94:D9:B3 Tp-LinkT Tp-Link Technologies Co.,Ltd. 94:DB:49 Sitcorp +94:DB:56 SonyHome Sony Home Entertainment&Sound Products Inc 94:DB:C9 AzureWav AzureWave Technology Inc. 94:DB:DA HuaweiTe Huawei Technologies Co.,Ltd 94:DC:4E AEVspols AEV, spol. s r. o. @@ -31701,13 +31758,16 @@ 94:E2:26 DORtizCo D. ORtiz Consulting, LLC 94:E2:FD BogeKomp Boge Kompressoren OTTO Boge GmbH & Co. KG 94:E3:6D TexasIns Texas Instruments +94:E4:BA HuaweiDe Huawei Device Co., Ltd. 94:E6:F7 IntelCor Intel Corporate 94:E7:11 XirkaDam Xirka Dama Persada PT +94:E7:EA HuaweiTe Huawei Technologies Co.,Ltd 94:E8:48 FyldeMic Fylde Micro Ltd 94:E8:C5 ARRISGro ARRIS Group, Inc. 94:E9:6A Apple Apple, Inc. 94:E9:79 LiteonTe Liteon Technology Corporation 94:E9:8C Nokia +94:E9:EE HuaweiDe Huawei Device Co., Ltd. 94:EA:EA Tellesco Tellescom Industria E Comercio Em Telecomunicacao 94:EB:2C Google Google, Inc. 94:EB:CD BlackBer BlackBerry RTS @@ -31777,6 +31837,7 @@ 98:0C:82 SamsungE Samsung Electro Mechanics Co., Ltd. 98:0C:A5 Motorola Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 98:0D:2E HTC HTC Corporation +98:0D:51 HuaweiDe Huawei Device Co., Ltd. 98:0D:67 ZyxelCom Zyxel Communications Corporation 98:0E:E4 Private 98:10:94 Shenzhen Shenzhen Vsun communication technology Co.,ltd @@ -32657,6 +32718,7 @@ A4:13:4E Luxul A4:14:37 Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd. A4:15:66 WeifangG Weifang Goertek Electronics Co.,Ltd A4:15:88 ARRISGro ARRIS Group, Inc. +A4:16:E7 HuaweiTe Huawei Technologies Co.,Ltd A4:17:31 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. A4:17:91 Shenzhen Shenzhen Decnta Technology Co.,LTD. A4:18:75 Cisco Cisco Systems, Inc @@ -33239,6 +33301,7 @@ AC:36:51 JiangsuH Jiangsu Hengtong Terahertz Technology Co., Ltd. AC:37:43 HTC HTC Corporation AC:37:C9 RAID RAID Incorporated AC:38:70 LenovoMo Lenovo Mobile Communication Technology Ltd. +AC:3A:67 Cisco Cisco Systems, Inc AC:3A:7A Roku Roku, Inc. AC:3B:77 Sagemcom Sagemcom Broadband SAS AC:3C:0B Apple Apple, Inc. @@ -33735,6 +33798,7 @@ B4:05:5D InspurEl Inspur Electronic Information Industry Co.,Ltd. B4:05:66 SPBest SP Best Corporation Co., LTD. B4:07:F9 SamsungE Samsung Electro Mechanics Co., Ltd. B4:08:32 TCCommun TC Communications +B4:09:31 HuaweiTe Huawei Technologies Co.,Ltd B4:0A:C6 DEXON DEXON Systems Ltd. B4:0B:44 Smartisa Smartisan Technology Co., Ltd. B4:0B:78 BrusaEle Brusa Elektronik AG @@ -33989,6 +34053,7 @@ B4:EF:04 DAIHANSc DAIHAN Scientific Co., Ltd. B4:EF:39 SamsungE Samsung Electronics Co.,Ltd B4:EF:FA Lemobile Lemobile Information Technology (Beijing) Co., Ltd. B4:F0:AB Apple Apple, Inc. +B4:F1:8C HuaweiDe Huawei Device Co., Ltd. B4:F1:DA LGElectr LG Electronics (Mobile Communications) B4:F2:E8 ARRISGro ARRIS Group, Inc. B4:F3:23 Petatel Petatel Inc. @@ -34002,6 +34067,7 @@ B4:FB:F9 HuaweiTe Huawei Technologies Co.,Ltd B4:FC:75 SEMAElec SEMA Electronics(HK) CO.,LTD B4:FE:8C CentroSi Centro Sicurezza Italia SpA B8:00:18 Htel +B8:02:A4 Aeonsemi Aeonsemi, Inc. B8:03:05 IntelCor Intel Corporate B8:04:15 BayanAud Bayan Audio B8:05:AB zte zte corporation @@ -34173,6 +34239,7 @@ B8:C3:85 HuaweiTe Huawei Technologies Co.,Ltd B8:C3:BF HenanChe Henan Chengshi NetWork Technology Co.,Ltd B8:C4:6F Primmcon Primmcon Industries Inc B8:C6:8E SamsungE Samsung Electronics Co.,Ltd +B8:C6:AA EardaTec Earda Technologies co Ltd B8:C7:16 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD B8:C7:4A Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd B8:C7:5D Apple Apple, Inc. @@ -34183,6 +34250,7 @@ B8:CA:04 HoltekSe Holtek Semiconductor Inc. B8:CA:3A Dell Dell Inc. B8:CD:93 Penetek Penetek, Inc B8:CD:A7 MaxelerT Maxeler Technologies Ltd. +B8:CE:F6 Mellanox Mellanox Technologies, Inc. B8:D0:6F Guangzho Guangzhou Hkust Fok Ying Tung Research Institute B8:D4:9D MSevenSy M Seven System Ltd. B8:D4:E7 ArubaaHe Aruba, a Hewlett Packard Enterprise Company @@ -34214,6 +34282,7 @@ B8:DB:1C Integrat Integrated Device Technology (Malaysia) Sdn. Bhd. B8:DC:87 IAI IAI Corporation B8:DE:5E Longchee Longcheer Telecommunication Limited B8:DF:6B SpotCam SpotCam Co., Ltd. +B8:E3:B1 HuaweiTe Huawei Technologies Co.,Ltd B8:E5:89 Payter Payter BV B8:E6:25 2Wire 2Wire Inc B8:E7:79 9Solutio 9Solutions Oy @@ -34797,6 +34866,7 @@ C4:2C:03 Apple Apple, Inc. C4:2C:4F QingdaoH Qingdao Hisense Mobile Communication Technology Co,Ltd C4:2F:90 Hangzhou Hangzhou Hikvision Digital Technology Co.,Ltd. C4:30:18 MCSLogic MCS Logic Inc. +C4:32:D1 FarlinkT Farlink Technology Limited C4:33:06 ChinaMob China Mobile Group Device Co.,Ltd. C4:34:6B HewlettP Hewlett Packard C4:36:55 Shenzhen Shenzhen Fenglian Technology Co., Ltd. @@ -35394,6 +35464,7 @@ CC:3E:5F HewlettP Hewlett Packard CC:3F:1D IntesisS Intesis Software SL CC:3F:EA BAE BAE Systems, Inc CC:40:D0 Netgear +CC:41:8E MSAInnov MSA Innovation CC:43:E3 Trump Trump s.a. CC:44:63 Apple Apple, Inc. CC:46:39 WAAV WAAV, Inc. @@ -35599,6 +35670,7 @@ CC:FD:17 TCTmobil TCT mobile ltd CC:FE:3C SamsungE Samsung Electronics Co.,Ltd D0:03:4B Apple Apple, Inc. D0:03:DF SamsungE Samsung Electronics Co.,Ltd +D0:03:EB TexasIns Texas Instruments D0:04:01 Motorola Motorola Mobility LLC, a Lenovo Company D0:04:92 Fiberhom Fiberhome Telecommunication Technologies Co.,LTD D0:05:2A Arcadyan Arcadyan Corporation @@ -36561,6 +36633,7 @@ DC:8B:28 IntelCor Intel Corporate DC:8C:37 Cisco Cisco Systems, Inc DC:90:88 HuaweiTe Huawei Technologies Co.,Ltd DC:96:2C NSTAudio NST Audio Ltd +DC:98:40 Microsof Microsoft Corporation DC:99:14 HuaweiTe Huawei Technologies Co.,Ltd DC:9A:8E NanjingC Nanjing Cocomm electronics co., LTD DC:9B:1E Intercom Intercom, Inc. @@ -36894,6 +36967,7 @@ E0:D1:0A Katouden Katoudenkikougyousyo co ltd E0:D1:73 Cisco Cisco Systems, Inc E0:D1:E6 Aliphdba Aliph dba Jawbone E0:D3:1A EQUESTec EQUES Technology Co., Limited +E0:D4:E8 IntelCor Intel Corporate E0:D5:5E Giga-Byt Giga-Byte Technology Co.,Ltd. E0:D7:BA TexasIns Texas Instruments E0:D8:48 Dell Dell Inc. @@ -36906,6 +36980,7 @@ E0:DB:88 OpenStan Open Standard Digital-IF Interface for SATCOM Systems E0:DC:A0 SiemensI Siemens Industrial Automation Products Ltd Chengdu E0:DC:FF XiaomiCo Xiaomi Communications Co Ltd E0:DD:C0 vivoMobi vivo Mobile Communication Co., Ltd. +E0:E0:FC HuaweiDe Huawei Device Co., Ltd. E0:E5:CF TexasIns Texas Instruments E0:E6:2E TCTmobil TCT mobile ltd E0:E6:31 SnbTechn Snb Technologies Limited @@ -37063,6 +37138,7 @@ E4:7F:B2 Fujitsu Fujitsu Limited E4:81:84 Nokia E4:81:B3 Shenzhen Shenzhen ACT Industrial Co.,Ltd. E4:82:CC Jumptron Jumptronic GmbH +E4:83:26 HuaweiTe Huawei Technologies Co.,Ltd E4:83:99 ARRISGro ARRIS Group, Inc. E4:85:01 GeberitI Geberit International AG E4:8A:D5 RfWindow Rf Window Co., Ltd. @@ -37156,6 +37232,7 @@ E4:DB:6D BeijingX Beijing Xiaomi Electronics Co., Ltd. E4:DD:79 En-Visio En-Vision America, Inc. E4:E0:A6 Apple Apple, Inc. E4:E0:C5 SamsungE Samsung Electronics Co.,Ltd +E4:E1:12 TexasIns Texas Instruments E4:E1:30 TCTmobil TCT mobile ltd E4:E4:09 Leifheit Leifheit Ag E4:E4:AB Apple Apple, Inc. @@ -37700,6 +37777,7 @@ F0:2A:61 WaldoNet Waldo Networks, Inc. F0:2F:A7 HuaweiTe Huawei Technologies Co.,Ltd F0:2F:D8 Bi2-Visi Bi2-Vision F0:32:1A Mita-Tek Mita-Teknik A/S +F0:33:E5 HuaweiTe Huawei Technologies Co.,Ltd F0:34:04 TCTmobil TCT mobile ltd F0:37:A1 HuikeEle Huike Electronics (SHENZHEN) CO., LTD. F0:3A:4B Bloombas Bloombase, Inc. @@ -38097,6 +38175,7 @@ F4:B5:BB CeragonN Ceragon Networks F4:B6:88 Plantron Plantronics, Inc. F4:B6:E5 TerraSem TerraSem Co.,Ltd F4:B7:2A TimeInte Time Interconnect Ltd +F4:B7:8D HuaweiTe Huawei Technologies Co.,Ltd F4:B7:B3 vivoMobi vivo Mobile Communication Co., Ltd. F4:B7:E2 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. F4:B8:5E TexasIns Texas Instruments diff --git a/services b/services index 7be55ff65f..f8ef3736f2 100644 --- a/services +++ b/services @@ -5300,6 +5300,7 @@ msi-cps-rm-disc 8675/udp # Motorola Solutions Customer Programming Software for sun-as-jmxrmi 8686/tcp/udp # Sun App Server - JMX/RMI openremote-ctrl 8688/tcp # OpenRemote Controller HTTP/REST vnyx 8699/tcp # VNYX Primary Port +semi-grpc 8710/tcp # gRPC for SEMI Standards implementations nvc 8711/tcp # Nuance Voice Control dtp-net 8732/udp # DASGIP Net Services ibus 8733/tcp/udp # iBus diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts index dbe2595ffd..99b70769ec 100644 --- a/ui/qt/wireshark_de.ts +++ b/ui/qt/wireshark_de.ts @@ -3806,11 +3806,19 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe All packets - Alle Pakete + Alle Pakete TCP errors - TCP Fehler + TCP Fehler + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4422,13 +4430,21 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe External capture interfaces disabled. Externe Mitschnittschnittstellen deaktiviert. + + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> + + + + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + Interfaces not loaded (due to preference). Go to Capture Schnittstellen (aufgrund der Einstellungen) nicht geladen. Gehe zu Mitschnitt You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. - Sie haben keine Berechtigung zum mitschneiden. Sie können <a href="file://%1">ChmodBPF installieren</a> um dies zu beheben. + Sie haben keine Berechtigung zum mitschneiden. Sie können <a href="file://%1">ChmodBPF installieren</a> um dies zu beheben. Start capture @@ -5397,6 +5413,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe Show packet separator Zeige Pakettrenner + + Show column definition in column context menu + + Status Bar settings: Einstellungen Statusleiste: @@ -10414,6 +10434,10 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe RTP Player RTP Player + + Play + + Source Address Quelladresse @@ -10689,9 +10713,21 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe Inserted Silence Eingefügte Stille + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. "G" um zu Paket %2 zu gehen + %1. "G" um zu Paket %2 zu gehen Unknown diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts index 60b214661d..7a0de56bf7 100644 --- a/ui/qt/wireshark_en.ts +++ b/ui/qt/wireshark_en.ts @@ -3771,11 +3771,11 @@ For example, use 1 hour to have a new file created every hour on the hour. - All packets + All Packets - TCP errors + TCP Errors @@ -4389,11 +4389,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5363,6 +5367,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator + + Show column definition in column context menu + + Status Bar settings: @@ -10351,6 +10359,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player + + Play + + Source Address @@ -10602,7 +10614,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - %1. Press "G" to go to packet %2 + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts index 4185917fa4..87a7b7c14b 100644 --- a/ui/qt/wireshark_es.ts +++ b/ui/qt/wireshark_es.ts @@ -3736,11 +3736,11 @@ For example, use 1 hour to have a new file created every hour on the hour. - All packets + All Packets - TCP errors + TCP Errors @@ -4354,11 +4354,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5328,6 +5332,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator + + Show column definition in column context menu + + Status Bar settings: @@ -10301,6 +10309,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player + + Play + + Source Address @@ -10552,7 +10564,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - %1. Press "G" to go to packet %2 + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts index 6f7b339df2..4da3b4d285 100644 --- a/ui/qt/wireshark_fr.ts +++ b/ui/qt/wireshark_fr.ts @@ -3782,11 +3782,19 @@ For example, use 1 hour to have a new file created every hour on the hour. All packets - Tous les paquets + Tous les paquets TCP errors - Erreurs TCP + Erreurs TCP + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4399,11 +4407,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5373,6 +5385,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator + + Show column definition in column context menu + + Status Bar settings: @@ -10379,6 +10395,10 @@ Changer la direction de la connexion (voir le flux inverse).</p></body& RTP Player Player RTP + + Play + + Source Address Adresse Source @@ -10650,9 +10670,21 @@ Changer la direction de la connexion (voir le flux inverse).</p></body& Inserted Silence Silence Inséré + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. Appuyez sur "G" pour aller au paquet %2 + %1. Appuyez sur "G" pour aller au paquet %2 Unknown diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts index f779463cd8..99b8e3825c 100644 --- a/ui/qt/wireshark_it.ts +++ b/ui/qt/wireshark_it.ts @@ -3806,11 +3806,19 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora. All packets - Tutti i pacchetti + Tutti i pacchetti TCP errors - Errori TCP + Errori TCP + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4422,13 +4430,21 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.External capture interfaces disabled. Interfacce di cattura esterne disabilitate. + + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> + + + + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + Interfaces not loaded (due to preference). Go to Capture Interfacce non caricate (a causa delle preferenze). Vai in Cattura You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. - Non hai i permessi per catturare. Puoi <a href="file://%1">installare ChmodBPF per correggere</a>. + Non hai i permessi per catturare. Puoi <a href="file://%1">installare ChmodBPF per correggere</a>. Start capture @@ -5397,6 +5413,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.Show packet separator Mostra il separatore dei pacchetti + + Show column definition in column context menu + + Status Bar settings: Impostazioni barra di stato: @@ -10414,6 +10434,10 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.RTP Player Lettore RTP + + Play + + Source Address Indirizzo sorgente @@ -10689,9 +10713,21 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.Inserted Silence Silenzio inserito + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. Premi "G" per andare al pacchetto %2 + %1. Premi "G" per andare al pacchetto %2 Unknown diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts index cf650165f8..2073156647 100644 --- a/ui/qt/wireshark_ja_JP.ts +++ b/ui/qt/wireshark_ja_JP.ts @@ -3790,11 +3790,19 @@ For example, use 1 hour to have a new file created every hour on the hour. All packets - すべてのパケット + すべてのパケット TCP errors - TCPエラー + TCPエラー + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4407,11 +4415,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5379,6 +5391,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator + + Show column definition in column context menu + + Status Bar settings: @@ -10384,6 +10400,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player RTPプレイヤー + + Play + + Source Address 送信元アドレス @@ -10659,9 +10679,21 @@ For example, use 1 hour to have a new file created every hour on the hour.Inserted Silence 無音が挿入されている + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. "G" を押してパケット %2 へ移動 + %1. "G" を押してパケット %2 へ移動 Unknown diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts index d967540e06..73e2996d92 100644 --- a/ui/qt/wireshark_pl.ts +++ b/ui/qt/wireshark_pl.ts @@ -3811,11 +3811,19 @@ For example, use 1 hour to have a new file created every hour on the hour. All packets - Wszystkie pakiety + Wszystkie pakiety TCP errors - Błędy TCP + Błędy TCP + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4428,11 +4436,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5404,6 +5416,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator + + Show column definition in column context menu + + Status Bar settings: @@ -10422,6 +10438,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player Odtwarzacz RTP + + Play + + Source Address Adres źródłowy @@ -10697,9 +10717,21 @@ For example, use 1 hour to have a new file created every hour on the hour.Inserted Silence Wstawiono ciszę + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. Naciśnij "G" przejść do pakietu %2 + %1. Naciśnij "G" przejść do pakietu %2 Unknown diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts index c453b7277c..e01c393708 100644 --- a/ui/qt/wireshark_ru.ts +++ b/ui/qt/wireshark_ru.ts @@ -3820,11 +3820,19 @@ For example, use 1 hour to have a new file created every hour on the hour. All packets - Все пакеты + Все пакеты TCP errors - Ошибки TCP + Ошибки TCP + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4437,11 +4445,15 @@ For example, use 1 hour to have a new file created every hour on the hour.Внешние интерфейсы захвата отключены. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5413,6 +5425,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator Показать разделитель пакетов + + Show column definition in column context menu + + Status Bar settings: Настройки Строки Статуса: @@ -10432,6 +10448,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player Проигрыватель RTP + + Play + + Source Address Адрес Источника @@ -10707,9 +10727,21 @@ For example, use 1 hour to have a new file created every hour on the hour.Inserted Silence Вставленная Заглушка + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. Нажмите "G" для перехода к пакету %2 + %1. Нажмите "G" для перехода к пакету %2 Unknown diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts index d36017b5b5..7ec00ebdc3 100644 --- a/ui/qt/wireshark_sv.ts +++ b/ui/qt/wireshark_sv.ts @@ -25,11 +25,11 @@ Copy the version information to the clipboard - + Kopieraversionsinformationen till urklipp Copy To Clipboard - Kopiera till urklipp + Kopiera till urklipp Authors @@ -93,7 +93,7 @@ The directory %1 could not be created. - + Katalogen %1 kunde inte skapas. Show in Finder @@ -228,7 +228,7 @@ Ctrl-M - + Ctrl-M Mark/Unmark Cell @@ -271,7 +271,7 @@ LMP Subversion - LMP-underversion + LMP-underversion Manufacturer @@ -371,7 +371,7 @@ Ctrl-M - + Ctrl-M Mark/Unmark Cell @@ -482,7 +482,7 @@ Ctrl-M - + Ctrl-M Mark/Unmark Cell @@ -1173,304 +1173,305 @@ CaptureOptionsDialog Input - + Indata Interface - Gränssnitt + Gränssnitt Traffic - + Trafik Link-layer Header - + Länknivåhuvud Promiscuous - Promiskuös + Promiskuös Snaplen (B) - Provlängd (B) + Provlängd (B) Buffer (MB) - Buffert (MB) + Buffert (MB) Monitor Mode - Monitorläge + Monitorläge Capture Filter - Fångstfilter + Fångstfilter <html><head/><body><p>You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can &quot;see&quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.</p></body></html> - <html><head/><body><p>Du vill troligen aktivera detta. Vanligen kommer ett nätverkskort endast fånga trafiken som skickas till dess egen nätverksadress. Om du vill fånga all trafik som nätverkskortet kan &quot;se&quot;, markera detta alternativ. Se FAQ:n för lite fler detaljer om att fånga paket från ett switchat nätverk.</p></body> + <html><head/><body><p>Du vill troligen aktivera detta. Vanligen kommer ett nätverkskort endast fånga trafiken som skickas till dess egen nätverksadress. Om du vill fånga all trafik som nätverkskortet kan &quot;se&quot;, markera detta alternativ. Se FAQ:n för lite fler detaljer om att fånga paket från ett switchat nätverk.</p></body></html> Enable promiscuous mode on all interfaces - + Aktivera promiskuöst läge för alla gränssnitt Show and hide interfaces, add comments, and manage pipes and remote interfaces. - + Visa och dölj gränssnitt, lägg till kommentarer och hantera rör och fjärrgränssnitt. Manage Interfaces… - + Hantera gränssnitt … Capture filter for selected interfaces: - + Fångsfilter för valda gränssnitt: Compile BPFs - + Kompilera BPF:er Output - + Utdata <html><head/><body><p>Enter the file name to which captured data will be written. By default, a temporary file will be used.</p></body></html> - + <html><head/><body><p>Ange filnamnet som infångad data skall skrivas till. Som standard kommer en temporärfil användas.</p></body></html> Capture to a permanent file - + Fånga till en permanent fil File: - Fil: + Fil: Browse… - + Bläddra … Output format: - + Utdataformat: pcapng - + pcapng pcap - + pcap <html><head/><body><p>Instead of using a single capture file, multiple files will be created.</p><p>The generated file names will contain an incrementing number and the start time of the capture.</p><p>NOTE: If enabled, at least one of the new-file criteria MUST be selected.</p></body></html> - + <html><head/><body><p>Istället för att använda en enda fångstfil kommer flera filer skapas.</p><p>De genererade filnamnen kommer innehålla ett ökande nummer och starttidpunkten för fångsten.</p><p>OBS: om aktiverat MÅSTE åtminstone av kriterierna för ny fil väljas.</p></body></html> Create a new file automatically… - + Skapa en ny fil automatiskt … after - + efter Switch to the next file after the specified number of packets have been captured. - + Byt till nästa fil efter det angivna antalet paket har infångats. packets - paket + paket Switch to the next file after the file size exceeds the specified file size. - + Byt till nästa fil efter att filstorleken överskrider den angivna filstorleken. kilobytes - + kilobyte megabytes - + megabyte gigabytes - + gigabyte Switch to the next file when the time capturing to the current file exceeds the specified time. - + Byt till nästa fil när tiden under vilken fångsten gjorts till den nuvarande filen överskrider den angivna tiden. seconds - + sekunder minutes - + minuter hours - + timmar when time is a multiple of - + när tiden är en multipel av Switch to the next file when the (wall clock) time is an even multiple of the specified interval. For example, use 1 hour to have a new file created every hour on the hour. - + Byt till nästa fil när (väggklocks)tiden är en jämn multipel av det angivna intervallet +Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid hel timma. <html><head/><body><p>After capturing has switched to the next file and the given number of files has exceeded, the oldest file will be removed.</p></body></html> - + <html><head/><body><p>Efter att infångandet har bytt till nästa fil och det angivna antalet filer har överskridits tas den äldsta filen bort.</p></body></html> Use a ring buffer with - + Använd en ringbuffert med files - + filer Options - Alternativ + Flaggor Display Options - + Visningsflaggor <html><head/><body><p>Using this option will show the captured packets immediately on the main screen. Please note: this will slow down capturing, so increased packet drops might appear.</p></body></html> - + <html><head/><body><p>Används denna flagga kommer infångade paket visas omedelbart på huvudskärmen. Observera: detta kommer sakta ned fångandet, så fler paket kan komma att släppas.</p></body></html> Update list of packets in real-time - + Uppdatera paketlistan i realtid <html><head/><body><p>This will scroll the &quot;Packet List&quot; automatically to the latest captured packet, when the &quot;Update list of packets in real-time&quot; option is used.</p></body></html> - + <html><head/><body><p>Detta kommer rulla &quot;Paketlistan&quot; automatiskt till det sista fångade paketet, när flaggan &quot;Uppdatera paketlistan i realtid&quot; används.</p></body></html> Automatically scroll during live capture - + Rulla automatiskt under live-fångst <html><head/><body><p>Show the capture info dialog while capturing.</p></body></html> - + <html><head/><body><p>Visa fångstinformationsdialogen under fångandet.</p></body></html> Show capture information during live capture - + Visa fångstinformation under live-fångst Name Resolution - + Namnuppslagning Perform MAC layer name resolution while capturing. - + Utför namnuppslagning på MAC-nivå under fångandet. Resolve MAC addresses - + Slå upp MAC-adresser <html><head/><body><p>Perform network layer name resolution while capturing.</p></body></html> - + <html><head/><body><p>Utför namnuppslagning på nätverksnivå under fångandet.</p></body></html> Resolve network names - + Slå upp nätverksnamn Perform transport layer name resolution while capturing. - + Utför namnuppslagning på transportnivån under fångandet. Resolve transport names - + Slå upp transportnamn Stop capture automatically after… - + Sluta fånga automatiskt efter … <html><head/><body><p>Stop capturing after the specified number of packets have been captured.</p></body></html> - + <html><head/><body><p>Sluta fånga efter att det angivna antalet paket har fångats.</p></body></html> Stop capturing after the specified number of packets have been captured. - + Sluta fånga efter att det angivna antalet paket har infångats. <html><head/><body><p>Stop capturing after the specified number of files have been created.</p></body></html> - + <html><head/><body><p>Sluta fånga efter att det angivna antalet filer har skapats.</p></body></html> <html><head/><body><p>Stop capturing after the specified amount of data has been captured.</p></body></html> - + <html><head/><body><p>Sluta fånga efter att den angivna mängden data har infångats.</p></body></html> Stop capturing after the specified amount of data has been captured. - + Sluta fånga efter att den angivna mängden data har infångats. Stop capturing after the specified amount of time has passed. - + Sluta fånga efter den angivna tidsrymden har passerat. Capture Options - Fångstalternativ + Fångstalternativ Start - + Starta Leave blank to use a temporary file - + Lämna tomt för att använda en temporärfil Specify a Capture File - + Ange en fångstfil %1: %2 - %1: %2 + %1: %2 Addresses - Adresser + Adresser Address - Adress + Adress no addresses - + inga adresser Error - Fel + Fel Multiple files: Requested filesize too large. The filesize cannot be greater than 2 GiB. - + Flera filer: den begärda filstorleken är för stor. Filstorleken får inte vara större än 2 GiB. Multiple files: No capture file name given. You must specify a filename if you want to use multiple files. - + Flera filer: inget fångstfilnamn angivet. Du måste ange ett filnamn ifall du vill använda flera filer. Multiple files: No file limit given. You must specify a file size, interval, or number of packets for each file. - + Flera filer: ingen filgräns angiven. Du måste ange en filstorlek, ett intervall eller ett antal paket för varje fil. @@ -1634,7 +1635,7 @@ For example, use 1 hour to have a new file created every hour on the hour.ColoringRulesModel New coloring rule - + Ny färgläggningsregel Unable to save coloring rules: %1 @@ -1692,27 +1693,27 @@ For example, use 1 hour to have a new file created every hour on the hour.ColumnListModel Displayed - Visat + Visat Title - + Titel Type - Typ + Typ Fields - + Fält Field Occurence - + Fältförekomst New Column - + Ny kolumn @@ -1723,19 +1724,19 @@ For example, use 1 hour to have a new file created every hour on the hour. Add a new column - + Lägg till en ny kolumn Delete selected column - + Ta bort den angivna kolumnen Show displayed columns only - + Visa endast synliga kolumner Reset all changes - + Återställ alla ändringar @@ -1998,11 +1999,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Left align buttons - + Vänsterjustera knappar Display Filter Expression - Visningsfilteruttryck + Visningsfilteruttryck Apply a read filter %1 @@ -2010,7 +2011,7 @@ For example, use 1 hour to have a new file created every hour on the hour. Current filter: %1 - + Aktuellt filter: %1 Invalid filter: @@ -2030,7 +2031,7 @@ For example, use 1 hour to have a new file created every hour on the hour. Filter Button Preferences... - Filterknappinställningar … + Filterknappinställningar … @@ -2210,11 +2211,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Only enabled protocols - + Endast aktiverade protokoll Only disabled protocols - + Endast avaktiverade protokoll any protocol @@ -2502,7 +2503,7 @@ For example, use 1 hour to have a new file created every hour on the hour. Content Type: - + Innehållstyp: Searching for objects @@ -2518,11 +2519,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Preview - + Förhandsvisning All Content-Types - + Alla innehållstyper Export @@ -2810,11 +2811,11 @@ For example, use 1 hour to have a new file created every hour on the hour.FilterListModel Filter Name - + Filternamn Filter Expression - + Filteruttryck @@ -2975,11 +2976,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Personal Extcap path - + Personlig extcap-sökväg Global Extcap path - + Global extcap-sökväg MaxMind DB path @@ -2999,11 +3000,11 @@ For example, use 1 hour to have a new file created every hour on the hour. macOS Extras - + macOS-extra Extra macOS packages - + Extra macOS-paket Name @@ -3143,9 +3144,9 @@ For example, use 1 hour to have a new file created every hour on the hour. %Ln total sub stream(s). - - - + + %Ln total underström. + %Ln totala underströmmar. @@ -3198,7 +3199,7 @@ For example, use 1 hour to have a new file created every hour on the hour. Substream - + Underström Find: @@ -3801,15 +3802,23 @@ For example, use 1 hour to have a new file created every hour on the hour. Filtered packets - + Filtrerade paket All packets - Alla paket + Alla paket TCP errors - TCP-fel + TCP-fel + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4216,7 +4225,7 @@ For example, use 1 hour to have a new file created every hour on the hour. The format in which to parse timestamps in the text file (e.g. %H:%M:%S.). Format specifiers are based on strptime(3) - + Formatet i vilket tidsstämplar i textfilen skall tolkas (t.ex. %H:%M:%S). Formatspecifikationer baseras på strptime(3). Encapsulation Type: @@ -4422,13 +4431,21 @@ For example, use 1 hour to have a new file created every hour on the hour.Externa fångstgränssnitt avaktiverade. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + Interfaces not loaded (due to preference). Go to Capture + Gränssnitt inte inlästa (på grund av inställningar). Gå till fångst + + + You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + Man har inte rättigheter för att fånga. Man kan <a href="file://%1">installera ChmodBPF för att fixa detta</a>. + Start capture Börja fångst @@ -5396,6 +5413,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator Visa paketavdelare + + Show column definition in column context menu + + Status Bar settings: Statusradinställningar: @@ -5931,7 +5952,7 @@ For example, use 1 hour to have a new file created every hour on the hour. %1 Selected: %2 (%3%) - + %1 valda: %2 (%3 %) %1 Marked: %2 (%3%) @@ -6548,7 +6569,7 @@ For example, use 1 hour to have a new file created every hour on the hour. &Mark/Unmark Packet(s) &Mark/Unmark Packet - + &Markera/avmarkera paket Mark All Displayed @@ -6581,7 +6602,7 @@ For example, use 1 hour to have a new file created every hour on the hour. &Ignore/Unignore Packet(s) &Ignore/Unignore Packet - + &Ignorera/avignorera paket Ignore All Displayed @@ -6721,11 +6742,11 @@ For example, use 1 hour to have a new file created every hour on the hour. HTTP/2 Stream - + HTTP/2-ström QUIC Stream - + QUIC-ström Time Sequence (tcptrace) @@ -7041,11 +7062,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Display Filter &Expression… - + Visningsfilter&uttryck … Display Filter Expression… - + Visningsfilteruttryck … No GSM statistics registered @@ -7129,15 +7150,15 @@ For example, use 1 hour to have a new file created every hour on the hour. As Plain &Text - + Som vanlig &text As &CSV - + Som &CSV As &YAML - + Som &YAML All Visible Items @@ -7165,11 +7186,11 @@ For example, use 1 hour to have a new file created every hour on the hour. Mark or unmark each selected packet - + Markera eller avmarkera varje valt paket Ignore or unignore each selected packet - + Ignorera eller avignorera varje valt paket Time Shift… @@ -7185,7 +7206,7 @@ For example, use 1 hour to have a new file created every hour on the hour. TCP throughput - + TCP-genomströmning TCP Stream @@ -8764,7 +8785,7 @@ For example, use 1 hour to have a new file created every hour on the hour. <html><head/><body><p>Remove this profile. System provided profiles cannot be removed. The default profile will be reset upon deletion.</p></body></html> - + <html><head/><body><p>Ta bort denna profil. Profiler som tillhandahålls av systemet kan inte tas bort. Standardprofilen kommer återställas vid radering.</p></body></html> Copy this profile. @@ -9069,7 +9090,7 @@ For example, use 1 hour to have a new file created every hour on the hour. Description - Beskrivning + Beskrivning Field Name @@ -10249,7 +10270,7 @@ For example, use 1 hour to have a new file created every hour on the hour. None of channels was selected - + Ingen av kanalerna valdes Save forward and reverse stream audio @@ -10261,27 +10282,27 @@ For example, use 1 hour to have a new file created every hour on the hour. Information - + Information Save was interrupted - + Sparandet avbröts Save or read of file was failed during saving - + Sparandet eller läsningen av filen misslyckades vid sparandet Codec is not supported, file is incomplete - + Omkodaren stödjs inte, filen är ofullständig Codec rate is not supported, file is incomplete - + Omkodarhastigheten stödjs inte, filen är ofullständig Unknown error occured - + Okänt fel inträffade SSRC value not found. @@ -10369,7 +10390,7 @@ For example, use 1 hour to have a new file created every hour on the hour. Error - Fel + Fel Save forward stream CSV @@ -10413,6 +10434,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player RTP-spelare + + Play + + Source Address Källadress @@ -10688,9 +10713,21 @@ For example, use 1 hour to have a new file created every hour on the hour.Inserted Silence Infogad tystnad + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. Tryck ”G” för att gå till paket %2 + %1. Tryck ”G” för att gå till paket %2 Unknown diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts index 599a0e5cbd..2b58b07c0e 100644 --- a/ui/qt/wireshark_uk.ts +++ b/ui/qt/wireshark_uk.ts @@ -3763,11 +3763,19 @@ For example, use 1 hour to have a new file created every hour on the hour. All packets - Всі пакети + Всі пакети TCP errors - Помилки TCP + Помилки TCP + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4380,11 +4388,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> + + + + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + Interfaces not loaded (due to preference). Go to Capture @@ -5356,6 +5368,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator + + Show column definition in column context menu + + Status Bar settings: @@ -10337,6 +10353,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player + + Play + + Source Address Адреса Джерела @@ -10588,7 +10608,15 @@ For example, use 1 hour to have a new file created every hour on the hour. - %1. Press "G" to go to packet %2 + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts index 4a08e13934..f873badb96 100644 --- a/ui/qt/wireshark_zh_CN.ts +++ b/ui/qt/wireshark_zh_CN.ts @@ -3786,11 +3786,19 @@ For example, use 1 hour to have a new file created every hour on the hour. All packets - 所有分组 + 所有分组 TCP errors - TCP 错误 + TCP 错误 + + + All Packets + + + + TCP Errors + Hover over the graph for details. @@ -4403,11 +4411,15 @@ For example, use 1 hour to have a new file created every hour on the hour.已禁用外部捕获接口。 - Interfaces not loaded (due to preference). Go to Capture + <p>Local interfaces are unavailable because no capture driver is installed.</p><p>You can fix this by installing <a href="https://nmap.org/npcap/">Npcap</a> or <a href="https://www.winpcap.org/install/default.htm">WinPcap</a>.</p> - You don't have permission to capture. You can <a href="file://%1">install ChmodBPF to fix this</a>. + <p>Local interfaces are unavailable due to insufficient permissions.</p><p>You can fix this by <a href="file://%1">installing ChmodBPF</a>.</p> + + + + Interfaces not loaded (due to preference). Go to Capture @@ -5375,6 +5387,10 @@ For example, use 1 hour to have a new file created every hour on the hour.Show packet separator 显示分组分隔符 + + Show column definition in column context menu + + Status Bar settings: 状态栏设置: @@ -10375,6 +10391,10 @@ For example, use 1 hour to have a new file created every hour on the hour.RTP Player RTP 播放器 + + Play + + Source Address 源地址 @@ -10650,9 +10670,21 @@ For example, use 1 hour to have a new file created every hour on the hour.Inserted Silence 插入的静默 + + Double click to change audio routing + + + + Start: %1. Double click to set start of playback. + + + + Start: %1, cursor: %2. Press "G" to go to packet %3. Double click to set start of playback. + + %1. Press "G" to go to packet %2 - %1. 按 "G" 去到分组 %2 + %1. 按 "G" 去到分组 %2 Unknown -- cgit v1.2.3