aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--NEWS8
-rw-r--r--epan/dissectors/usb.c1
-rw-r--r--epan/enterprises.c44
-rw-r--r--epan/manuf-data.c105
-rw-r--r--ui/qt/wireshark_de.ts25
-rw-r--r--ui/qt/wireshark_en.ts12
-rw-r--r--ui/qt/wireshark_es.ts7
-rw-r--r--ui/qt/wireshark_fr.ts13
-rw-r--r--ui/qt/wireshark_it.ts27
-rw-r--r--ui/qt/wireshark_ja_JP.ts27
-rw-r--r--ui/qt/wireshark_ko.ts531
-rw-r--r--ui/qt/wireshark_pl.ts7
-rw-r--r--ui/qt/wireshark_ru.ts13
-rw-r--r--ui/qt/wireshark_sv.ts13
-rw-r--r--ui/qt/wireshark_tr_TR.ts13
-rw-r--r--ui/qt/wireshark_uk.ts7
-rw-r--r--ui/qt/wireshark_zh_CN.ts13
18 files changed, 503 insertions, 368 deletions
diff --git a/AUTHORS b/AUTHORS
index 26ccb31c12..250ed6123e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4296,7 +4296,6 @@ David Kreitschmann <dkreitschmann[AT]seemoo.tu-darmstadt.de>
David McKay <mckay.david[AT]gmail.com>
David Morsberger <dave[AT]morsberger.com>
David Perry <boolean263[AT]protonmail.com>
-David Perry <d.perry[AT]utoronto.ca>
David Snowdon <daves[AT]metamako.com>
David Tapuska <dave[AT]tapuska.com>
David Zoller <zollerd[AT]gmail.com>
@@ -4378,6 +4377,7 @@ Eric Wetzel <thewetzel[AT]gmail.com>
Eric Wild <ewild[AT]sysmocom.de>
Erik de Jong <erikdejong[AT]gmail.com>
Erika Szelleova <szelleerika[AT]gmail.com>
+Ernst Oudhof <ernst[AT]mailfrom.nl>
Ethan Everett <ethan.everett[AT]meraki.net>
Ethan Young <imfargo[AT]gmail.com>
Etienne Dechamps <etienne[AT]edechamps.fr>
@@ -4454,6 +4454,7 @@ Gregorio Maglione <gregorio.maglione[AT]city.ac.uk>
Grzegorz Niemirowski <grzegorz[AT]grzegorz.net>
Gtker <git[AT]gtker.com>
Gtker <wireshark[AT]gtker.com>
+Guerber <cguerber[AT]yahoo.com>
Guillaume Autran <gautran[AT]clearpathrobotics.com>
Gulshan Singh <gsingh2011[AT]gmail.com>
Gustavo Garcia <gustavogb[AT]gmail.com>
@@ -4535,6 +4536,7 @@ Jason Cohen <7011141-kryojenik[AT]users.noreply.gitlab.com>
Jason Cohen <j.cohen[AT]f5.com>
Jason Cohen <kryojenik2[AT]gmail.com>
Jason Heimann <jheimann[AT]pertino.com>
+Jason Tang <10972498-jtang613[AT]users.noreply.gitlab.com>
Jason Uher <jason.uher[AT]jhuapl.edu>
Jason Zhekov <jasssonpet[AT]gmail.com>
Javier Cardona <jcardona[AT]fb.com>
@@ -5004,6 +5006,7 @@ Rishi Dev Singh <rishi.dev[AT]samsung.com>
Robert Beardsworth <rob_beardsworth[AT]hotmail.com>
Robert Cragie <robert.cragie[AT]gmail.com>
Robert Crowston <crowston[AT]protonmail.com>
+Robert Falkenberg <robert.falkenberg[AT]srs.io>
Robert Frohl <rfrohl[AT]suse.com>
Robert P <tehownt[AT]gmail.com>
Robert Sauter <sauter[AT]locoslab.com>
diff --git a/NEWS b/NEWS
index 2858ae47d1..e08122e670 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,14 @@ Wireshark 4.3.0 Release Notes
"bool_test(some.field)" instead of having to write
"bool_test(some.field) == True" (both forms are now valid).
+ • Display filter references can be written without curly braces.
+ It is now possible to write `$frame.number` instead of
+ `${frame.number}` for example.
+
+ • Added new display filter functions to test various IP address
+ properties. Check the wireshark-filter(5) manpage for more
+ information.
+
• Display filter autocompletions now also include display filter
functions.
diff --git a/epan/dissectors/usb.c b/epan/dissectors/usb.c
index b745fc31ed..8f003b6985 100644
--- a/epan/dissectors/usb.c
+++ b/epan/dissectors/usb.c
@@ -7953,6 +7953,7 @@ static const value_string usb_products_vals[] = {
{ 0x04a932f7, "Canon EOS R7" },
{ 0x04a932f8, "Canon EOS R10" },
{ 0x04a932f9, "Canon EOS M50m2" },
+ { 0x04a932fc, "Canon EOS R3" },
{ 0x04a93302, "SELPHY CP1500" },
{ 0x04a93303, "Canon EOS R5 C" },
{ 0x04a9330b, "Canon EOS R6m2" },
diff --git a/epan/enterprises.c b/epan/enterprises.c
index 88796d901b..0ef086d68a 100644
--- a/epan/enterprises.c
+++ b/epan/enterprises.c
@@ -8,7 +8,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
-/* (last updated 2023-10-27) */
+/* (last updated 2023-11-03) */
#include "config.h"
@@ -19,12 +19,12 @@
typedef struct
{
uint32_t max_idx;
- const char* values[61096];
+ const char* values[61130];
} global_enterprises_table_t;
static global_enterprises_table_t table =
{
- 61095,
+ 61129,
{
"Reserved", // 0
"NxNetworks", // 1
@@ -60374,7 +60374,7 @@ static global_enterprises_table_t table =
"Open industrial PKI", // 60345
"Voelkl Sports GmbH", // 60346
"Lutech SpA", // 60347
- "Aretiico", // 60348
+ "Aretiico PLC", // 60348
"Barbaros Catkan", // 60349
"Settels Savenije Group of Companies", // 60350
"ITSEC RND MICHAŁ LESZCZYŃSKI", // 60351
@@ -61121,7 +61121,41 @@ static global_enterprises_table_t table =
"Hochschule fuer Gesundheit", // 61092
"Airbus CyberSecurity SAS", // 61093
"Seuster KG", // 61094
- "MorningStar Senior Living" // 61095
+ "MorningStar Senior Living", // 61095
+ "Muhammad Amjad", // 61096
+ "Fu Xiao", // 61097
+ "Liljewall Architects", // 61098
+ "ENIT (ECOLE NATIONALE D'INGENIEURS DE TARBES)", // 61099
+ "Softend", // 61100
+ "TEC AND TEC LATAM AMERICA LTDA", // 61101
+ "MetriTrack, Inc.", // 61102
+ "DataKnights Ltd", // 61103
+ "Cosmian Tech SAS", // 61104
+ "GenCell Ltd", // 61105
+ "Christian Hett", // 61106
+ "International Vitamin Corporation, Inc.", // 61107
+ "Telaversum Limited", // 61108
+ "Lance Hart", // 61109
+ "Isojoen Saha Oy", // 61110
+ "BCNINNOVA", // 61111
+ "ram electronic GmbH", // 61112
+ "Zertificon Solutions GmbH", // 61113
+ "Kevin Roberts NA7KR", // 61114
+ "Defel Technologies Private Limited", // 61115
+ "Amanda's Collectables", // 61116
+ "R74n", // 61117
+ "Simply NUC, Inc.", // 61118
+ "TapahTech", // 61119
+ "Kempower", // 61120
+ "ChargEye", // 61121
+ "Sakarya University of Applied Sciences", // 61122
+ "HEXIN Technologies Co., Ltd", // 61123
+ "Paperless doo Beograd", // 61124
+ """Group of Industrial Technologies"", Ltd", // 61125
+ "Robert Gersbach", // 61126
+ "Scenic Rim Regional Council", // 61127
+ "AppViewX Inc", // 61128
+ "MDCC Magdeburg-City-Com GmbH" // 61129
}
};
diff --git a/epan/manuf-data.c b/epan/manuf-data.c
index 884f1cd1ef..3052ebecdc 100644
--- a/epan/manuf-data.c
+++ b/epan/manuf-data.c
@@ -214,6 +214,7 @@ static const manuf_registry_t ieee_registry_table[] = {
{ { 0x8C, 0x1F, 0x64 }, MA_S },
{ { 0x8C, 0x47, 0x6E }, MA_M },
{ { 0x8C, 0x51, 0x09 }, MA_M },
+ { { 0x8C, 0x55, 0x70 }, MA_M },
{ { 0x8C, 0x59, 0x3C }, MA_M },
{ { 0x8C, 0x5D, 0xB2 }, MA_M },
{ { 0x8C, 0xAE, 0x49 }, MA_M },
@@ -11459,7 +11460,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x00, 0x71, 0xC2 }, "Pegatron", "Pegatron Corporation" },
{ { 0x00, 0x71, 0xCC }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." },
{ { 0x00, 0x72, 0x04 }, "SamsungElect", "Samsung Electronics Co., Ltd. ARTIK" },
- { { 0x00, 0x72, 0x63 }, "NetcoreTechn", "Netcore Technology Inc." },
+ { { 0x00, 0x72, 0x63 }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0x00, 0x72, 0x78 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x00, 0x73, 0x8D }, "TINNOMobileT", "Shenzhen TINNO Mobile Technology Corp." },
{ { 0x00, 0x73, 0xE0 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
@@ -13429,7 +13430,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x04, 0x5C, 0x8E }, "gosundGROUP", "gosund GROUP CO.,LTD" },
{ { 0x04, 0x5D, 0x4B }, "Sony", "Sony Corporation" },
{ { 0x04, 0x5D, 0x56 }, "camtronindus", "camtron industrial inc." },
- { { 0x04, 0x5E, 0xA4 }, "NetisTechnol", "Shenzhen Netis Technology Co.,Ltd" },
+ { { 0x04, 0x5E, 0xA4 }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0x04, 0x5F, 0xA7 }, "YichenTechno", "Shenzhen Yichen Technology Development Co.,LTD" },
{ { 0x04, 0x5F, 0xB9 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x04, 0x61, 0x69 }, "MediaGlobalL", "Media Global Links Co., Ltd." },
@@ -13488,7 +13489,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x04, 0x8C, 0x03 }, "ThinPADTechn", "ThinPAD Technology (Shenzhen)CO.,LTD" },
{ { 0x04, 0x8C, 0x16 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x04, 0x8C, 0x9A }, "HuaweiDevice", "Huawei Device Co., Ltd." },
- { { 0x04, 0x8D, 0x38 }, "NetcoreTechn", "Netcore Technology Inc." },
+ { { 0x04, 0x8D, 0x38 }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0x04, 0x90, 0x81 }, "Pensando", "Pensando Systems, Inc." },
{ { 0x04, 0x91, 0x62 }, "MicrochipTec", "Microchip Technology Inc." },
{ { 0x04, 0x92, 0x26 }, "ASUSTekCOMPU", "ASUSTek COMPUTER INC." },
@@ -14014,6 +14015,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x08, 0xA1, 0x2B }, "EZLTechnolog", "ShenZhen EZL Technology Co., Ltd" },
{ { 0x08, 0xA1, 0x89 }, "HikvisionDig", "Hangzhou Hikvision Digital Technology Co.,Ltd." },
{ { 0x08, 0xA5, 0xC8 }, "SunnovoInter", "Sunnovo International Limited" },
+ { { 0x08, 0xA5, 0xDF }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0x08, 0xA6, 0xBC }, "AmazonTechno", "Amazon Technologies Inc." },
{ { 0x08, 0xA7, 0xC0 }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0x08, 0xA8, 0x42 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
@@ -14079,6 +14081,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x08, 0xDF, 0x1F }, "Bose", "Bose Corporation" },
{ { 0x08, 0xDF, 0xCB }, "SystromeNetw", "Systrome Networks" },
{ { 0x08, 0xE0, 0x21 }, "HonorDevice", "Honor Device Co., Ltd." },
+ { { 0x08, 0xE3, 0x42 }, "Cear", "Cear, Inc." },
{ { 0x08, 0xE4, 0xDF }, "SandeDacomEl", "Shenzhen Sande Dacom Electronics Co., Ltd" },
{ { 0x08, 0xE5, 0xDA }, "NanjingFujit", "Nanjing Fujitsu Computer Products Co.,Ltd." },
{ { 0x08, 0xE6, 0x3B }, "zte", "zte corporation" },
@@ -14134,6 +14137,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x0A, 0xCD, 0x8F }, "CiscoNorway", "Cisco Systems Norway" },
{ { 0x0A, 0xD9, 0xC4 }, "CraftDesigns", "Craft Designs, Inc" },
{ { 0x0A, 0xE4, 0x71 }, "Caterpillar", "Caterpillar Inc." },
+ { { 0x0A, 0xE9, 0x1B }, "PADLSoftware", "PADL Software Pty Ltd" },
{ { 0x0C, 0x01, 0x4B }, "zte", "zte corporation" },
{ { 0x0C, 0x01, 0xC8 }, "DENSO", "DENSO Co.,Ltd" },
{ { 0x0C, 0x01, 0xDB }, "Infinixmobil", "Infinix mobility limited" },
@@ -14215,6 +14219,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x0C, 0x4F, 0x5A }, "ASART", "ASA-RT s.r.l." },
{ { 0x0C, 0x4F, 0x9B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x0C, 0x51, 0x01 }, "Apple", "Apple, Inc." },
+ { { 0x0C, 0x51, 0x7E }, "Apple", "Apple, Inc." },
{ { 0x0C, 0x51, 0xF7 }, "ChauvinArnou", "Chauvin Arnoux" },
{ { 0x0C, 0x52, 0x03 }, "AgmGroup", "Agm Group Limited" },
{ { 0x0C, 0x53, 0x31 }, "ETHZurich", "ETH Zurich" },
@@ -14244,6 +14249,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x0C, 0x67, 0x43 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x0C, 0x68, 0x03 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x0C, 0x6A, 0xBC }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
+ { { 0x0C, 0x6A, 0xC4 }, "Apple", "Apple, Inc." },
{ { 0x0C, 0x6A, 0xE6 }, "StanleySecur", "Stanley Security Solutions" },
{ { 0x0C, 0x6E, 0x4F }, "PrimeVOLT", "PrimeVOLT Co., Ltd." },
{ { 0x0C, 0x6F, 0x9C }, "ShawCommunic", "Shaw Communications Inc." },
@@ -14523,6 +14529,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x10, 0x30, 0x34 }, "Cara", "Cara Systems" },
{ { 0x10, 0x30, 0x47 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0x10, 0x32, 0x1D }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
+ { { 0x10, 0x32, 0x2C }, "MurataManufa", "Murata Manufacturing Co., Ltd." },
{ { 0x10, 0x32, 0x7E }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0x10, 0x33, 0x78 }, "FLECTRON", "FLECTRON Co., LTD" },
{ { 0x10, 0x33, 0xBF }, "VantivaUSA", "Vantiva USA LLC" },
@@ -14666,6 +14673,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x10, 0x9F, 0xA9 }, "ActiontecEle", "Actiontec Electronics, Inc" },
{ { 0x10, 0xA1, 0x3B }, "FujikuraRubb", "Fujikura Rubber Ltd." },
{ { 0x10, 0xA2, 0x4E }, "Gold3LinkEle", "Gold3Link Electronics Co., Ltd" },
+ { { 0x10, 0xA2, 0xD3 }, "Apple", "Apple, Inc." },
{ { 0x10, 0xA3, 0xB8 }, "Iskrateldoo", "Iskratel d.o.o." },
{ { 0x10, 0xA4, 0xB9 }, "BaiduOnlineN", "Baidu Online Network Technology (Beijing) Co., Ltd" },
{ { 0x10, 0xA4, 0xBE }, "BilianElectr", "Shenzhen Bilian Electronic Co.,Ltd" },
@@ -14911,6 +14919,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x14, 0x52, 0x90 }, "KNSGroup", "KNS Group LLC (YADRO Company)" },
{ { 0x14, 0x54, 0x12 }, "Entis", "Entis Co., Ltd." },
{ { 0x14, 0x55, 0x94 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
+ { { 0x14, 0x55, 0xB9 }, "NokiaSolutio", "Nokia Solutions and Networks GmbH & Co. KG" },
{ { 0x14, 0x56, 0x3A }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0x14, 0x56, 0x45 }, "Savitech", "Savitech Corp." },
{ { 0x14, 0x56, 0x8E }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
@@ -16044,6 +16053,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x20, 0xC7, 0x92 }, "Maiwecommuni", "Wuhan Maiwe communication Co.,Ltd" },
{ { 0x20, 0xC8, 0xB3 }, "BulTech", "Shenzhen Bul-Tech Co.,Ltd." },
{ { 0x20, 0xC9, 0xD0 }, "Apple", "Apple, Inc." },
+ { { 0x20, 0xCC, 0x27 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x20, 0xCD, 0x39 }, "TexasInstrum", "Texas Instruments" },
{ { 0x20, 0xCD, 0x6E }, "RealmeChongq", "Realme Chongqing Mobile Telecommunications Corp.,Ltd." },
{ { 0x20, 0xCE, 0xC4 }, "PerasoTechno", "Peraso Technologies" },
@@ -16299,6 +16309,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x24, 0x97, 0xED }, "TechvisionIn", "Techvision Intelligent Technology Limited" },
{ { 0x24, 0x9A, 0xC8 }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" },
{ { 0x24, 0x9A, 0xD8 }, "YealinkNetwo", "Yealink(Xiamen) Network Technology Co.,Ltd." },
+ { { 0x24, 0x9D, 0x2A }, "LinkDataTech", "LinkData Technology (Tianjin) Co., LTD" },
{ { 0x24, 0x9E, 0xAB }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x24, 0x9F, 0x89 }, "TexasInstrum", "Texas Instruments" },
{ { 0x24, 0xA0, 0x74 }, "Apple", "Apple, Inc." },
@@ -16485,6 +16496,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x28, 0x2B, 0xB9 }, "XiongxinTech", "Shenzhen Xiongxin Technology Co.,Ltd" },
{ { 0x28, 0x2C, 0xB2 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." },
{ { 0x28, 0x2D, 0x06 }, "AMPAKTechnol", "AMPAK Technology,Inc." },
+ { { 0x28, 0x2D, 0x7F }, "Apple", "Apple, Inc." },
{ { 0x28, 0x2F, 0xC2 }, "AutomotiveDa", "Automotive Data Solutions" },
{ { 0x28, 0x30, 0xAC }, "Frontiir", "Frontiir Co. Ltd." },
{ { 0x28, 0x31, 0x52 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
@@ -17156,6 +17168,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x30, 0x2B, 0xDC }, "TopUnumElect", "Top-Unum Electronics Co., LTD" },
{ { 0x30, 0x2D, 0xE8 }, "JDA", "JDA, LLC (JDA Systems)" },
{ { 0x30, 0x2F, 0x1E }, "Siemens", "Siemens Ag" },
+ { { 0x30, 0x2F, 0xAC }, "ZhejiangHuaR", "Zhejiang HuaRay Technology Co.,Ltd" },
{ { 0x30, 0x30, 0xF9 }, "Espressif", "Espressif Inc." },
{ { 0x30, 0x31, 0x7D }, "Hosiden", "Hosiden Corporation" },
{ { 0x30, 0x31, 0x80 }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" },
@@ -17474,9 +17487,11 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x34, 0x29, 0xEA }, "McdElectroni", "Mcd Electronics Sp. Z O.O." },
{ { 0x34, 0x29, 0xEF }, "QingdaoHaier", "Qingdao Haier Technology Co.,Ltd" },
{ { 0x34, 0x2A, 0xF1 }, "TexasInstrum", "Texas Instruments" },
+ { { 0x34, 0x2B, 0x6E }, "Apple", "Apple, Inc." },
{ { 0x34, 0x2B, 0x70 }, "Arris", "Arris" },
{ { 0x34, 0x2C, 0xC4 }, "CompalBroadb", "Compal Broadband Networks, Inc." },
{ { 0x34, 0x2D, 0x0D }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
+ { { 0x34, 0x2D, 0xA3 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
{ { 0x34, 0x2E, 0xB6 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x34, 0x2E, 0xB7 }, "Intel", "Intel Corporate" },
{ { 0x34, 0x2F, 0x6E }, "Anywire", "Anywire corporation" },
@@ -17742,6 +17757,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x34, 0xEC, 0xB6 }, "PhyplusMicro", "Phyplus Microelectronics Limited" },
{ { 0x34, 0xED, 0x0B }, "XZCOM", "Shanghai XZ-COM.CO.,Ltd." },
{ { 0x34, 0xED, 0x1B }, "Cisco", "Cisco Systems, Inc" },
+ { { 0x34, 0xEE, 0x16 }, "Apple", "Apple, Inc." },
{ { 0x34, 0xEE, 0x2A }, "ConMet", "ConMet" },
{ { 0x34, 0xEF, 0x44 }, "2Wire", "2Wire Inc" },
{ { 0x34, 0xEF, 0x8B }, "NTTCommunica", "NTT Communications Corporation" },
@@ -17894,6 +17910,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x38, 0x5F, 0xC3 }, "YuJeongSyste", "Yu Jeong System, Co.Ltd" },
{ { 0x38, 0x60, 0x77 }, "Pegatron", "Pegatron Corporation" },
{ { 0x38, 0x61, 0xA5 }, "Grabango", "Grabango Co" },
+ { { 0x38, 0x63, 0x7F }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
{ { 0x38, 0x63, 0xBB }, "HewlettPacka", "Hewlett Packard" },
{ { 0x38, 0x63, 0xF6 }, "3NodMultimed", "3Nod Multimedia(Shenzhen)Co.,Ltd" },
{ { 0x38, 0x64, 0x07 }, "QingdaoIntel", "Qingdao Intelligent&Precise Electronics Co.,Ltd." },
@@ -17917,6 +17934,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x38, 0x70, 0x0C }, "ARRISGroup", "ARRIS Group, Inc." },
{ { 0x38, 0x71, 0xDE }, "Apple", "Apple, Inc." },
{ { 0x38, 0x72, 0xC0 }, "Comtrend", "Comtrend Corporation" },
+ { { 0x38, 0x76, 0x05 }, "Inogeni", "Inogeni" },
{ { 0x38, 0x76, 0xCA }, "SmartIntelli", "Shenzhen Smart Intelligent Technology Co.Ltd" },
{ { 0x38, 0x76, 0xD1 }, "Euronda", "Euronda SpA" },
{ { 0x38, 0x78, 0x62 }, "Sony", "Sony Corporation" },
@@ -19653,6 +19671,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x4C, 0x96, 0x14 }, "JuniperNetwo", "Juniper Networks" },
{ { 0x4C, 0x96, 0x2D }, "Fresh", "Fresh AB" },
{ { 0x4C, 0x96, 0x8A }, "Wacom", "Wacom Co.,Ltd." },
+ { { 0x4C, 0x97, 0xCC }, "Apple", "Apple, Inc." },
{ { 0x4C, 0x98, 0xEF }, "Zeo", "Zeo" },
{ { 0x4C, 0x99, 0x92 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." },
{ { 0x4C, 0x9B, 0x63 }, "LGInnotek", "LG Innotek" },
@@ -19974,6 +19993,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x50, 0x79, 0x5B }, "InterexportT", "Interexport Telecomunicaciones S.A." },
{ { 0x50, 0x7A, 0x55 }, "Apple", "Apple, Inc." },
{ { 0x50, 0x7A, 0xC5 }, "Apple", "Apple, Inc." },
+ { { 0x50, 0x7B, 0x91 }, "SigmastarTec", "Sigmastar Technology Ltd." },
{ { 0x50, 0x7B, 0x9D }, "LCFCElectron", "LCFC(HeFei) Electronics Technology co., ltd" },
{ { 0x50, 0x7C, 0x6F }, "Intel", "Intel Corporate" },
{ { 0x50, 0x7D, 0x02 }, "Biodit", "Biodit" },
@@ -20041,6 +20061,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x50, 0xAE, 0x86 }, "Linkintec", "Linkintec Co., Ltd" },
{ { 0x50, 0xAF, 0x4D }, "zte", "zte corporation" },
{ { 0x50, 0xAF, 0x73 }, "BitlandInfor", "Shenzhen Bitland Information Technology Co., Ltd." },
+ { { 0x50, 0xB1, 0x27 }, "Apple", "Apple, Inc." },
{ { 0x50, 0xB3, 0x63 }, "DigitrondaAm", "Digitron da Amazonia S/A" },
{ { 0x50, 0xB3, 0xB4 }, "FuruilianEle", "Shenzhen Furuilian Electronic Co.,Ltd." },
{ { 0x50, 0xB6, 0x95 }, "MicropointBi", "Micropoint Biotechnologies,Inc." },
@@ -20162,6 +20183,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x54, 0x0F, 0x57 }, "SiliconLabor", "Silicon Laboratories" },
{ { 0x54, 0x10, 0x2E }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x54, 0x10, 0x31 }, "Smarto", "Smarto" },
+ { { 0x54, 0x10, 0x4F }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0x54, 0x10, 0xEC }, "MicrochipTec", "Microchip Technology Inc." },
{ { 0x54, 0x11, 0x2F }, "SulzerPumpSo", "Sulzer Pump Solutions Finland Oy" },
{ { 0x54, 0x11, 0x49 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." },
@@ -21111,6 +21133,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x60, 0x08, 0x37 }, "ivviScientif", "ivvi Scientific(Nanchang)Co.Ltd" },
{ { 0x60, 0x09, 0xC3 }, "ublox", "u-blox AG" },
{ { 0x60, 0x0B, 0x03 }, "H3CTechnolog", "Hangzhou H3C Technologies Co., Limited" },
+ { { 0x60, 0x0F, 0x6B }, "Apple", "Apple, Inc." },
{ { 0x60, 0x0F, 0x77 }, "SilverPlus", "SilverPlus, Inc" },
{ { 0x60, 0x10, 0x9E }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x60, 0x10, 0xA2 }, "CromptonInst", "Crompton Instruments" },
@@ -21225,6 +21248,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x60, 0x64, 0x05 }, "TexasInstrum", "Texas Instruments" },
{ { 0x60, 0x64, 0x53 }, "AOD", "AOD Co.,Ltd." },
{ { 0x60, 0x64, 0xA1 }, "RADiflow", "RADiflow Ltd." },
+ { { 0x60, 0x65, 0x25 }, "Apple", "Apple, Inc." },
{ { 0x60, 0x66, 0x82 }, "AtekoPhotoel", "Shenzhen Ateko Photoelectricity Co.,Ltd" },
{ { 0x60, 0x67, 0x20 }, "Intel", "Intel Corporate" },
{ { 0x60, 0x68, 0x4E }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
@@ -21761,7 +21785,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x64, 0xEC, 0x65 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." },
{ { 0x64, 0xED, 0x57 }, "ARRISGroup", "ARRIS Group, Inc." },
{ { 0x64, 0xED, 0x62 }, "WOORI", "WOORI SYSTEMS Co., Ltd" },
- { { 0x64, 0xEE, 0xB7 }, "NetcoreTechn", "Netcore Technology Inc" },
+ { { 0x64, 0xEE, 0xB7 }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0x64, 0xF2, 0x42 }, "GerdesAktien", "Gerdes Aktiengesellschaft" },
{ { 0x64, 0xF2, 0xFB }, "EzvizSoftwar", "Hangzhou Ezviz Software Co.,Ltd." },
{ { 0x64, 0xF5, 0x0E }, "KinionTechno", "Kinion Technology Company Limited" },
@@ -22150,6 +22174,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x6C, 0x1E, 0x70 }, "GuangzhouYBD", "Guangzhou YBDS IT Co.,Ltd" },
{ { 0x6C, 0x1E, 0x90 }, "HansolTechni", "Hansol Technics Co., Ltd." },
{ { 0x6C, 0x1E, 0xD7 }, "vivoMobileCo", "vivo Mobile Communication Co., Ltd." },
+ { { 0x6C, 0x1F, 0xF7 }, "UgreenGroup", "Ugreen Group Limited" },
{ { 0x6C, 0x20, 0x56 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x6C, 0x21, 0xA2 }, "AMPAKTechnol", "AMPAK Technology, Inc." },
{ { 0x6C, 0x22, 0x1A }, "AltoBeam", "AltoBeam Inc." },
@@ -22792,6 +22817,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x70, 0xF2, 0x20 }, "ActiontecEle", "Actiontec Electronics, Inc" },
{ { 0x70, 0xF3, 0x5A }, "Cisco", "Cisco Systems, Inc" },
{ { 0x70, 0xF3, 0x95 }, "UniversalGlo", "Universal Global Scientific Industrial Co., Ltd." },
+ { { 0x70, 0xF6, 0xCF }, "Relay", "Relay, Inc." },
{ { 0x70, 0xF7, 0x54 }, "AMPAKTechnol", "AMPAK Technology,Inc." },
{ { 0x70, 0xF8, 0x2B }, "DWnetTechnol", "DWnet Technologies(Suzhou) Corporation" },
{ { 0x70, 0xF8, 0xAE }, "Microsoft", "Microsoft Corporation" },
@@ -23076,6 +23102,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x74, 0xC9, 0x9A }, "Ericsson", "Ericsson AB" },
{ { 0x74, 0xC9, 0xA3 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
{ { 0x74, 0xCA, 0x25 }, "Calxeda", "Calxeda, Inc." },
+ { { 0x74, 0xCA, 0x60 }, "Sonos", "Sonos, Inc." },
{ { 0x74, 0xCB, 0xF3 }, "Lavainternat", "Lava international limited" },
{ { 0x74, 0xCC, 0x39 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
{ { 0x74, 0xCD, 0x0C }, "SmithMyersCo", "Smith Myers Communications Ltd." },
@@ -23896,6 +23923,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x80, 0x02, 0xDF }, "ORA", "ORA Inc." },
{ { 0x80, 0x03, 0x84 }, "RuckusWirele", "Ruckus Wireless" },
{ { 0x80, 0x04, 0x5F }, "Apple", "Apple, Inc." },
+ { { 0x80, 0x05, 0x3A }, "CHeKT", "CHeKT Inc." },
{ { 0x80, 0x05, 0x88 }, "RuijieNetwor", "Ruijie Networks Co.,LTD" },
{ { 0x80, 0x05, 0xDF }, "MontageTechn", "Montage Technology Group Limited" },
{ { 0x80, 0x07, 0x1B }, "VsolutionTel", "Vsolution Telecommunication Technology Co.,Ltd." },
@@ -24449,6 +24477,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x84, 0xAF, 0x1F }, "BeatSystemSe", "Beat System Service Co,. Ltd." },
{ { 0x84, 0xAF, 0xEC }, "Buffalo", "Buffalo.Inc" },
{ { 0x84, 0xB1, 0x53 }, "Apple", "Apple, Inc." },
+ { { 0x84, 0xB1, 0xE2 }, "Microsoft", "Microsoft Corporation" },
{ { 0x84, 0xB1, 0xE4 }, "Apple", "Apple, Inc." },
{ { 0x84, 0xB2, 0x61 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x84, 0xB3, 0x1B }, "Kinexon", "Kinexon GmbH" },
@@ -24795,6 +24824,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x88, 0xB6, 0x6B }, "easynetworks", "easynetworks" },
{ { 0x88, 0xB6, 0xBD }, "FlaircommMic", "Flaircomm Microelectronics, Inc." },
{ { 0x88, 0xB6, 0xEE }, "DishTechnolo", "Dish Technologies Corp" },
+ { { 0x88, 0xB7, 0xEB }, "Apple", "Apple, Inc." },
{ { 0x88, 0xB8, 0x63 }, "HisenseVisua", "Hisense Visual Technology Co.,Ltd" },
{ { 0x88, 0xB8, 0x6F }, "Infinixmobil", "Infinix mobility limited" },
{ { 0x88, 0xB8, 0xD0 }, "DongguanKopp", "Dongguan Koppo Electronic Co.,Ltd" },
@@ -24929,6 +24959,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x8C, 0x18, 0x50 }, "ChinaMobileI", "China Mobile (Hangzhou) Information Technology Co., Ltd." },
{ { 0x8C, 0x18, 0xD9 }, "RFTechnology", "Shenzhen RF Technology Co., Ltd" },
{ { 0x8C, 0x19, 0xB5 }, "Arcadyan", "Arcadyan Corporation" },
+ { { 0x8C, 0x1A, 0x50 }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." },
{ { 0x8C, 0x1A, 0xBF }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0x8C, 0x1A, 0xF3 }, "GooxiInforma", "Shenzhen Gooxi Information Security CO.,Ltd." },
{ { 0x8C, 0x1D, 0x96 }, "Intel", "Intel Corporate" },
@@ -24938,6 +24969,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x8C, 0x21, 0x0A }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." },
{ { 0x8C, 0x25, 0x05 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x8C, 0x25, 0x5E }, "VoltServer", "VoltServer" },
+ { { 0x8C, 0x26, 0xAA }, "Apple", "Apple, Inc." },
{ { 0x8C, 0x27, 0x1D }, "QuantHouse", "QuantHouse" },
{ { 0x8C, 0x27, 0x8A }, "Vocollect", "Vocollect Inc" },
{ { 0x8C, 0x29, 0x37 }, "Apple", "Apple, Inc." },
@@ -24970,6 +25002,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x8C, 0x43, 0x61 }, "HailoDigital", "Hailo Digital Hub GmbH & Co. KG" },
{ { 0x8C, 0x44, 0x35 }, "BroadMobiCom", "Shanghai BroadMobi Communication Technology Co., Ltd." },
{ { 0x8C, 0x44, 0x4F }, "HUMAX", "HUMAX Co., Ltd." },
+ { { 0x8C, 0x44, 0xA5 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x8C, 0x45, 0x00 }, "MurataManufa", "Murata Manufacturing Co., Ltd." },
{ { 0x8C, 0x47, 0x7F }, "NambooSoluti", "NambooSolution" },
{ { 0x8C, 0x47, 0xBE }, "Dell", "Dell Inc." },
@@ -25359,6 +25392,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x90, 0x60, 0xF1 }, "Apple", "Apple, Inc." },
{ { 0x90, 0x61, 0x0C }, "FidaInternat", "Fida International (S) Pte Ltd" },
{ { 0x90, 0x61, 0xAE }, "Intel", "Intel Corporate" },
+ { { 0x90, 0x62, 0x3F }, "Apple", "Apple, Inc." },
{ { 0x90, 0x63, 0x3B }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0x90, 0x64, 0xAD }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x90, 0x65, 0x60 }, "EMMicroelect", "EM Microelectronic" },
@@ -25419,6 +25453,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x90, 0x86, 0x9B }, "zte", "zte corporation" },
{ { 0x90, 0x88, 0x55 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x90, 0x88, 0xA2 }, "IonicsTechno", "Ionics Technology Me Ltda" },
+ { { 0x90, 0x89, 0x38 }, "HefeiLinkinT", "Hefei Linkin Technology Co., Ltd." },
{ { 0x90, 0x89, 0x5F }, "WeifangGoert", "Weifang Goertek Electronics Co.,Ltd" },
{ { 0x90, 0x8C, 0x09 }, "TotalPhase", "Total Phase" },
{ { 0x90, 0x8C, 0x43 }, "Apple", "Apple, Inc." },
@@ -26165,6 +26200,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x98, 0xD6, 0xBB }, "Apple", "Apple, Inc." },
{ { 0x98, 0xD6, 0xF7 }, "LGElectronic", "LG Electronics (Mobile Communications)" },
{ { 0x98, 0xD7, 0x42 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
+ { { 0x98, 0xD7, 0xE1 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x98, 0xD8, 0x63 }, "HighFlyingEl", "Shanghai High-Flying Electronics Technology Co., Ltd" },
{ { 0x98, 0xD8, 0x8C }, "NortelNetwor", "Nortel Networks" },
{ { 0x98, 0xD9, 0x3D }, "DemantEnterp", "Demant Enterprise A/S" },
@@ -26859,6 +26895,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xA0, 0xDE, 0x05 }, "JSCIrbisT", "JSC \"Irbis-T\"" },
{ { 0xA0, 0xDE, 0x0F }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xA0, 0xDF, 0x15 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
+ { { 0xA0, 0xE0, 0x25 }, "ProvisionISR", "Provision-ISR" },
{ { 0xA0, 0xE0, 0xAF }, "Cisco", "Cisco Systems, Inc" },
{ { 0xA0, 0xE2, 0x01 }, "AVTrace", "AVTrace Ltd.(China)" },
{ { 0xA0, 0xE2, 0x5A }, "AmicusSKsro", "Amicus SK, s.r.o." },
@@ -27118,6 +27155,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xA4, 0xA1, 0xE4 }, "Innotube", "Innotube, Inc." },
{ { 0xA4, 0xA2, 0x4A }, "CiscoSPVTG", "Cisco SPVTG" },
{ { 0xA4, 0xA4, 0x6B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
+ { { 0xA4, 0xA4, 0x90 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xA4, 0xA4, 0xD3 }, "BluebankComm", "Bluebank Communication Technology Co.Ltd" },
{ { 0xA4, 0xA5, 0x28 }, "SichuanTiany", "Sichuan Tianyi Comheart Telecom Co.,LTD" },
{ { 0xA4, 0xA8, 0x0F }, "CoshipElectr", "Shenzhen Coship Electronics Co., Ltd." },
@@ -27356,6 +27394,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xA8, 0x5B, 0xB7 }, "Apple", "Apple, Inc." },
{ { 0xA8, 0x5B, 0xF3 }, "Audivo", "Audivo GmbH" },
{ { 0xA8, 0x5B, 0xF7 }, "ArubaHewlett", "Aruba, a Hewlett Packard Enterprise Company" },
+ { { 0xA8, 0x5C, 0x03 }, "JiangSuFulia", "Jiang Su Fulian Communication Technology Co., Ltd" },
{ { 0xA8, 0x5C, 0x2C }, "Apple", "Apple, Inc." },
{ { 0xA8, 0x5E, 0x45 }, "ASUSTekCOMPU", "ASUSTek COMPUTER INC." },
{ { 0xA8, 0x5E, 0xE4 }, "12SidedTechn", "12Sided Technology, LLC" },
@@ -27478,7 +27517,9 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xA8, 0xB8, 0x6E }, "LGElectronic", "LG Electronics (Mobile Communications)" },
{ { 0xA8, 0xB8, 0xE0 }, "ChangwangTec", "Changwang Technology inc." },
{ { 0xA8, 0xB9, 0xB3 }, "Essys", "Essys" },
+ { { 0xA8, 0xBA, 0x69 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xA8, 0xBB, 0x50 }, "WiZIoT", "WiZ IoT Company Limited" },
+ { { 0xA8, 0xBB, 0x56 }, "Apple", "Apple, Inc." },
{ { 0xA8, 0xBB, 0xCF }, "Apple", "Apple, Inc." },
{ { 0xA8, 0xBC, 0x9C }, "CloudLightTe", "Cloud Light Technology Limited" },
{ { 0xA8, 0xBD, 0x1A }, "HoneyBee", "Honey Bee (Hong Kong) Limited" },
@@ -28026,6 +28067,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xB0, 0x52, 0x16 }, "HonHaiPrecis", "Hon Hai Precision Ind. Co.,Ltd." },
{ { 0xB0, 0x52, 0x46 }, "NXPSemicondu", "NXP Semiconductor (Tianjin) LTD." },
{ { 0xB0, 0x53, 0x65 }, "ChinaMobileI", "China Mobile IOT Company Limited" },
+ { { 0xB0, 0x54, 0x76 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xB0, 0x55, 0x08 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xB0, 0x57, 0x06 }, "Vallox", "Vallox Oy" },
{ { 0xB0, 0x58, 0xC4 }, "BroadcastMic", "Broadcast Microwave Services, Inc" },
@@ -28581,6 +28623,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xB8, 0x08, 0xD7 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xB8, 0x09, 0x8A }, "Apple", "Apple, Inc." },
{ { 0xB8, 0x0B, 0x9D }, "ROPEXIndustr", "ROPEX Industrie-Elektronik GmbH" },
+ { { 0xB8, 0x0B, 0xDA }, "GDMideaAirCo", "GD Midea Air-Conditioning Equipment Co.,Ltd." },
{ { 0xB8, 0x10, 0xD4 }, "Masimo", "Masimo Corporation" },
{ { 0xB8, 0x11, 0x4B }, "Cisco", "Cisco Systems, Inc" },
{ { 0xB8, 0x12, 0xDA }, "Lvswitches", "Lvswitches Inc." },
@@ -28777,6 +28820,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xB8, 0xA5, 0x35 }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0xB8, 0xA5, 0x8D }, "AxeGroupHold", "Axe Group Holdings Limited" },
{ { 0xB8, 0xA7, 0x5E }, "WuxiXinjieEl", "Wuxi Xinjie Electric Co.,Ltd" },
+ { { 0xB8, 0xA8, 0x25 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xB8, 0xA8, 0xAF }, "Logic", "Logic S.p.A." },
{ { 0xB8, 0xAB, 0x61 }, "CiscoMeraki", "Cisco Meraki" },
{ { 0xB8, 0xAB, 0x62 }, "HuiZhouGaosh", "Hui Zhou Gaoshengda Technology Co.,LTD" },
@@ -28985,6 +29029,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xBC, 0x33, 0x40 }, "CiscoMeraki", "Cisco Meraki" },
{ { 0xBC, 0x33, 0xAC }, "SiliconLabor", "Silicon Laboratories" },
{ { 0xBC, 0x35, 0xE5 }, "Hydro", "Hydro Systems Company" },
+ { { 0xBC, 0x37, 0xD3 }, "Apple", "Apple, Inc." },
{ { 0xBC, 0x38, 0x65 }, "Jwcnetworks", "Jwcnetworks" },
{ { 0xBC, 0x38, 0xD2 }, "Pandachip", "Pandachip Limited" },
{ { 0xBC, 0x39, 0xA6 }, "CSUNSystemTe", "CSUN System Technology Co.,LTD" },
@@ -29043,7 +29088,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xBC, 0x61, 0x93 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" },
{ { 0xBC, 0x62, 0x0E }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xBC, 0x62, 0x9F }, "TelenetP", "Telenet Systems P. Ltd." },
- { { 0xBC, 0x62, 0xCE }, "NetisTechnol", "Shenzhen Netis Technology Co.,Ltd" },
+ { { 0xBC, 0x62, 0xCE }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0xBC, 0x62, 0xD2 }, "GenexisInter", "Genexis International B.V." },
{ { 0xBC, 0x64, 0x4B }, "ARRISGroup", "ARRIS Group, Inc." },
{ { 0xBC, 0x64, 0xD9 }, "GuangdongOpp", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" },
@@ -29153,6 +29198,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xBC, 0xB1, 0xD3 }, "CiscoMeraki", "Cisco Meraki" },
{ { 0xBC, 0xB1, 0xF3 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xBC, 0xB2, 0x2B }, "EMTech", "EM-Tech" },
+ { { 0xBC, 0xB2, 0xCC }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xBC, 0xB3, 0x08 }, "HongkongRage", "Hongkong Ragentek Communication Technology Co.,Limited" },
{ { 0xBC, 0xB6, 0xFB }, "P4QElectroni", "P4Q Electronics, S.L." },
{ { 0xBC, 0xB8, 0x52 }, "Cybera", "Cybera, Inc." },
@@ -29199,7 +29245,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xBC, 0xDB, 0x09 }, "CiscoMeraki", "Cisco Meraki" },
{ { 0xBC, 0xDD, 0xC2 }, "Espressif", "Espressif Inc." },
{ { 0xBC, 0xDF, 0x58 }, "Google", "Google, Inc." },
- { { 0xBC, 0xE0, 0x01 }, "NetisTechnol", "Shenzhen Netis Technology Co.,Ltd" },
+ { { 0xBC, 0xE0, 0x01 }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0xBC, 0xE0, 0x9D }, "Eoslink", "Eoslink" },
{ { 0xBC, 0xE1, 0x43 }, "Apple", "Apple, Inc." },
{ { 0xBC, 0xE2, 0x65 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
@@ -30580,6 +30626,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xCC, 0xF9, 0x57 }, "ublox", "u-blox AG" },
{ { 0xCC, 0xF9, 0xE4 }, "Intel", "Intel Corporate" },
{ { 0xCC, 0xF9, 0xE8 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
+ { { 0xCC, 0xF9, 0xF0 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xCC, 0xFA, 0x00 }, "LGElectronic", "LG Electronics (Mobile Communications)" },
{ { 0xCC, 0xFA, 0x66 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xCC, 0xFB, 0x65 }, "Nintendo", "Nintendo Co., Ltd." },
@@ -30655,6 +30702,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD0, 0x3C, 0x1F }, "Intel", "Intel Corporate" },
{ { 0xD0, 0x3D, 0x52 }, "AvaSecurity", "Ava Security Limited" },
{ { 0xD0, 0x3D, 0xC3 }, "AQ", "AQ Corporation" },
+ { { 0xD0, 0x3E, 0x07 }, "Apple", "Apple, Inc." },
{ { 0xD0, 0x3E, 0x5C }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xD0, 0x3E, 0x7D }, "ChipseaTechn", "Chipsea Technologies (Shenzhen) Corp." },
{ { 0xD0, 0x3F, 0x27 }, "WyzeLabs", "Wyze Labs Inc" },
@@ -30894,6 +30942,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD0, 0xFF, 0x98 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xD4, 0x00, 0x0D }, "PhoenixBroad", "Phoenix Broadband Technologies, LLC." },
{ { 0xD4, 0x00, 0x57 }, "MCTechnologi", "MC Technologies GmbH" },
+ { { 0xD4, 0x00, 0x68 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
{ { 0xD4, 0x01, 0x29 }, "Broadcom", "Broadcom" },
{ { 0xD4, 0x01, 0x45 }, "AtwTechnolog", "Atw Technology, Inc." },
{ { 0xD4, 0x01, 0x6D }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." },
@@ -31503,6 +31552,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD8, 0xB1, 0x2A }, "PanasonicMob", "Panasonic Mobile Communications Co.,Ltd." },
{ { 0xD8, 0xB1, 0x90 }, "Cisco", "Cisco Systems, Inc" },
{ { 0xD8, 0xB2, 0x49 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
+ { { 0xD8, 0xB3, 0x2F }, "CloudNetwork", "Cloud Network Technology Singapore Pte. Ltd." },
{ { 0xD8, 0xB3, 0x70 }, "Ubiquiti", "Ubiquiti Inc" },
{ { 0xD8, 0xB3, 0x77 }, "HTC", "HTC Corporation" },
{ { 0xD8, 0xB6, 0x73 }, "TexasInstrum", "Texas Instruments" },
@@ -31786,6 +31836,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xDC, 0x8D, 0x8A }, "NokiaSolutio", "Nokia Solutions and Networks GmbH & Co. KG" },
{ { 0xDC, 0x8D, 0x91 }, "Infinixmobil", "Infinix mobility limited" },
{ { 0xDC, 0x8D, 0xB7 }, "AtwTechnolog", "Atw Technology, Inc." },
+ { { 0xDC, 0x8E, 0x8D }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0xDC, 0x8E, 0x95 }, "SiliconLabor", "Silicon Laboratories" },
{ { 0xDC, 0x90, 0x20 }, "RuruTekPriva", "Ruru Tek Private Limited" },
{ { 0xDC, 0x90, 0x88 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
@@ -31859,6 +31910,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xDC, 0xC1, 0x01 }, "SOLiDTechnol", "SOLiD Technologies, Inc." },
{ { 0xDC, 0xC2, 0xC9 }, "Canon", "Canon Inc." },
{ { 0xDC, 0xC4, 0x22 }, "Systembase", "Systembase Limited" },
+ { { 0xDC, 0xC4, 0x9C }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xDC, 0xC6, 0x22 }, "BuheungSyste", "Buheung System" },
{ { 0xDC, 0xC6, 0x4B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xDC, 0xC7, 0x93 }, "Nokia", "Nokia Corporation" },
@@ -32083,7 +32135,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xE0, 0x64, 0xBB }, "DigiView", "DigiView S.r.l." },
{ { 0xE0, 0x66, 0x78 }, "Apple", "Apple, Inc." },
{ { 0xE0, 0x67, 0x81 }, "DongguanLies", "Dongguan Liesheng Electronic Co., Ltd." },
- { { 0xE0, 0x67, 0xB3 }, "CDataTechnol", "Shenzhen C-Data Technology Co., Ltd" },
+ { { 0xE0, 0x67, 0xB3 }, "CDataTechnol", "Shenzhen C-Data Technology Co., Ltd." },
{ { 0xE0, 0x68, 0x6D }, "Raybased", "Raybased AB" },
{ { 0xE0, 0x68, 0xEE }, "PhyplusMicro", "Phyplus Microelectronics Limited" },
{ { 0xE0, 0x69, 0x3A }, "Innophase", "Innophase Inc." },
@@ -32511,7 +32563,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xE4, 0xBC, 0x96 }, "Versuni", "Versuni" },
{ { 0xE4, 0xBC, 0xAA }, "XiaomiCommun", "Xiaomi Communications Co Ltd" },
{ { 0xE4, 0xBD, 0x4B }, "zte", "zte corporation" },
- { { 0xE4, 0xBE, 0xED }, "NetcoreTechn", "Netcore Technology Inc." },
+ { { 0xE4, 0xBE, 0xED }, "NetisTechnol", "Netis Technology Co., Ltd." },
{ { 0xE4, 0xBE, 0xFB }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xE4, 0xBF, 0xFA }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0xE4, 0xC0, 0xCC }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." },
@@ -32526,6 +32578,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xE4, 0xC6, 0xE6 }, "Mophie", "Mophie, LLC" },
{ { 0xE4, 0xC7, 0x22 }, "Cisco", "Cisco Systems, Inc" },
{ { 0xE4, 0xC7, 0x67 }, "Intel", "Intel Corporate" },
+ { { 0xE4, 0xC7, 0x70 }, "RaisecomTech", "Raisecom Technology CO., LTD" },
{ { 0xE4, 0xC8, 0x01 }, "BLUProducts", "BLU Products Inc" },
{ { 0xE4, 0xC8, 0x06 }, "CeiecElectri", "Ceiec Electric Technology Inc." },
{ { 0xE4, 0xC9, 0x0B }, "Radwin", "Radwin" },
@@ -32637,6 +32690,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xE8, 0x22, 0xB8 }, "SkyworthDigi", "Shenzhen Skyworth Digital Technology CO., Ltd" },
{ { 0xE8, 0x24, 0x04 }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." },
{ { 0xE8, 0x24, 0xA6 }, "JuniperNetwo", "Juniper Networks" },
+ { { 0xE8, 0x25, 0x87 }, "ChilinkIoTTe", "Shenzhen Chilink IoT Technology Co., Ltd." },
{ { 0xE8, 0x26, 0x89 }, "ArubaHewlett", "Aruba, a Hewlett Packard Enterprise Company" },
{ { 0xE8, 0x26, 0x8D }, "SuperElectro", "Shenzhen SuperElectron Technology Co.,Ltd." },
{ { 0xE8, 0x26, 0xB6 }, "CompaniesHou", "Companies House to GlucoRx Technologies Ltd." },
@@ -33070,6 +33124,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xEC, 0x63, 0xE5 }, "ePBoardDesig", "ePBoard Design LLC" },
{ { 0xEC, 0x63, 0xED }, "HyundaiAutoe", "Hyundai Autoever Corp." },
{ { 0xEC, 0x64, 0x88 }, "HonorDevice", "Honor Device Co., Ltd." },
+ { { 0xEC, 0x64, 0xC9 }, "Espressif", "Espressif Inc." },
{ { 0xEC, 0x64, 0xE7 }, "MOCACARE", "MOCACARE Corporation" },
{ { 0xEC, 0x65, 0x6E }, "ThingsIndust", "The Things Industries B.V." },
{ { 0xEC, 0x65, 0xCC }, "PanasonicAut", "Panasonic Automotive Systems Company of America" },
@@ -33124,6 +33179,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xEC, 0x8E, 0xAD }, "Dlx", "Dlx" },
{ { 0xEC, 0x8E, 0xAE }, "Nagravision", "Nagravision SA" },
{ { 0xEC, 0x8E, 0xB5 }, "HewlettPacka", "Hewlett Packard" },
+ { { 0xEC, 0x90, 0xC1 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xEC, 0x91, 0x61 }, "CloudNetwork", "Cloud Network Technology Singapore Pte. Ltd." },
{ { 0xEC, 0x92, 0x33 }, "EddyfiNDT", "Eddyfi NDT Inc" },
{ { 0xEC, 0x93, 0x27 }, "MEMMERT", "MEMMERT GmbH + Co. KG" },
@@ -33457,6 +33513,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF0, 0xA7, 0x31 }, "TPLink", "TP-Link Corporation Limited" },
{ { 0xF0, 0xA7, 0x64 }, "GST", "GST Co., Ltd." },
{ { 0xF0, 0xA7, 0xB2 }, "Futaba", "Futaba Corporation" },
+ { { 0xF0, 0xA8, 0x82 }, "trolinkTechn", "shenzhen trolink Technology Co.,Ltd" },
{ { 0xF0, 0xA9, 0x51 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xF0, 0xA9, 0x68 }, "AntailiyeTec", "Antailiye Technology Co.,Ltd" },
{ { 0xF0, 0xAA, 0x0B }, "ArraNetworks", "Arra Networks/ Spectramesh" },
@@ -33563,6 +33620,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF0, 0xF3, 0x36 }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." },
{ { 0xF0, 0xF5, 0x64 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xF0, 0xF5, 0xAE }, "Adaptrum", "Adaptrum Inc." },
+ { { 0xF0, 0xF5, 0xBD }, "Espressif", "Espressif Inc." },
{ { 0xF0, 0xF6, 0x1C }, "Apple", "Apple, Inc." },
{ { 0xF0, 0xF6, 0x44 }, "WhiteskyScie", "Whitesky Science & Technology Co.,Ltd." },
{ { 0xF0, 0xF6, 0x69 }, "MotionAnalys", "Motion Analysis Corporation" },
@@ -33659,6 +33717,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF4, 0x38, 0x14 }, "HowellElectr", "Shanghai Howell Electronic Co.,Ltd" },
{ { 0xF4, 0x38, 0xC1 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xF4, 0x39, 0x09 }, "HewlettPacka", "Hewlett Packard" },
+ { { 0xF4, 0x39, 0xA6 }, "Apple", "Apple, Inc." },
{ { 0xF4, 0x3A, 0x7B }, "zte", "zte corporation" },
{ { 0xF4, 0x3B, 0xD8 }, "Intel", "Intel Corporate" },
{ { 0xF4, 0x3C, 0x3B }, "HunanFnLinkT", "Hunan Fn-Link Technology Limited" },
@@ -33670,6 +33729,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF4, 0x41, 0x56 }, "Arrikto", "Arrikto Inc." },
{ { 0xF4, 0x41, 0x9E }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xF4, 0x42, 0x27 }, "SSResearch", "S & S Research Inc." },
+ { { 0xF4, 0x42, 0x50 }, "BouffaloLab", "Bouffalo Lab (Nanjing) Co., Ltd." },
{ { 0xF4, 0x42, 0x8F }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xF4, 0x44, 0x2C }, "SuperElectro", "Shenzhen SuperElectron Technology Co.,Ltd." },
{ { 0xF4, 0x44, 0x50 }, "BND", "BND Co., Ltd." },
@@ -33920,6 +33980,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF4, 0xFC, 0x32 }, "TexasInstrum", "Texas Instruments" },
{ { 0xF4, 0xFC, 0xB1 }, "JJ", "JJ Corp" },
{ { 0xF4, 0xFD, 0x2B }, "ZOYI", "ZOYI Company" },
+ { { 0xF4, 0xFE, 0x3E }, "Apple", "Apple, Inc." },
{ { 0xF4, 0xFE, 0xFB }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xF8, 0x00, 0x9D }, "IntracomDefe", "Intracom Defense S.A." },
{ { 0xF8, 0x00, 0xA1 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
@@ -34009,6 +34070,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF8, 0x36, 0x9B }, "TexasInstrum", "Texas Instruments" },
{ { 0xF8, 0x38, 0x69 }, "LGElectronic", "LG Electronics" },
{ { 0xF8, 0x38, 0x80 }, "Apple", "Apple, Inc." },
+ { { 0xF8, 0x39, 0x18 }, "Cisco", "Cisco Systems, Inc" },
{ { 0xF8, 0x3B, 0x1D }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0xF8, 0x3B, 0x7E }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xF8, 0x3C, 0x44 }, "TranschanTec", "Shenzhen Transchan Technology Limited" },
@@ -34018,6 +34080,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xF8, 0x3D, 0xFF }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xF8, 0x3E, 0x95 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xF8, 0x3F, 0x51 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
+ { { 0xF8, 0x42, 0x88 }, "Apple", "Apple, Inc." },
{ { 0xF8, 0x42, 0xFB }, "YasudaJoho", "Yasuda Joho Co.,ltd." },
{ { 0xF8, 0x44, 0xE3 }, "TaicangT&WEl", "Taicang T&W Electronics" },
{ { 0xF8, 0x45, 0xAD }, "KonkaGroup", "Konka Group Co., Ltd." },
@@ -34436,6 +34499,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xFC, 0x52, 0x8D }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0xFC, 0x52, 0xCE }, "ControliD", "Control iD" },
{ { 0xFC, 0x53, 0x9E }, "WindTechnolo", "Shanghai Wind Technologies Co.,Ltd" },
+ { { 0xFC, 0x55, 0x57 }, "Apple", "Apple, Inc." },
{ { 0xFC, 0x55, 0xDC }, "BalticLatvia", "Baltic Latvian Universal Electronics LLC" },
{ { 0xFC, 0x57, 0x03 }, "Hisensebroad", "Hisense broadband multimedia technology Co.,Ltd" },
{ { 0xFC, 0x58, 0x4A }, "xiamenshicch", "xiamenshi c-chip technology co., ltd" },
@@ -37020,10 +37084,21 @@ static const manuf_oui28_t global_manuf_oui28_table[] = {
{ { 0x78, 0x13, 0x05, 0xC0 }, "BrigatesMicr", "Brigates Microelectronics Co., Ltd." },
{ { 0x78, 0x13, 0x05, 0xD0 }, "SiminicsOpto", "Shanghai Siminics Optoelectronic Technology Co., Ltd" },
{ { 0x78, 0x13, 0x05, 0xE0 }, "Dongguanzhen", "Dongguan zhenxing electronic technology co.,limited" },
+ { { 0x78, 0x39, 0x2D, 0x00 }, "Neuron", "Neuron GmbH" },
+ { { 0x78, 0x39, 0x2D, 0x10 }, "LivEye", "LivEye GmbH" },
+ { { 0x78, 0x39, 0x2D, 0x20 }, "ChengduShike", "Chengdu Shiketong Technology Co.,Ltd" },
+ { { 0x78, 0x39, 0x2D, 0x30 }, "ZetaAlarms", "Zeta Alarms Limited" },
+ { { 0x78, 0x39, 0x2D, 0x40 }, "Annapurnalab", "Annapurna labs" },
+ { { 0x78, 0x39, 0x2D, 0x50 }, "IOMasterTech", "IO Master Technology" },
{ { 0x78, 0x39, 0x2D, 0x60 }, "Annapurnalab", "Annapurna labs" },
{ { 0x78, 0x39, 0x2D, 0x70 }, "CDElectronic", "Shenzhen C & D Electronics Co., Ltd." },
{ { 0x78, 0x39, 0x2D, 0x80 }, "Dreamtek", "Dreamtek" },
{ { 0x78, 0x39, 0x2D, 0x90 }, "AVATR", "AVATR Co., LTD." },
+ { { 0x78, 0x39, 0x2D, 0xA0 }, "Edgenectar", "Edgenectar Inc." },
+ { { 0x78, 0x39, 0x2D, 0xB0 }, "MedRx", "MedRx, Inc" },
+ { { 0x78, 0x39, 0x2D, 0xC0 }, "JiangsuYiban", "Jiangsu Yibang New Energy Technology Co., LTD" },
+ { { 0x78, 0x39, 0x2D, 0xD0 }, "Avantree", "Avantree Corporation" },
+ { { 0x78, 0x39, 0x2D, 0xE0 }, "PlanetaInfor", "Planeta Informática Ltda" },
{ { 0x78, 0x5E, 0xE8, 0x00 }, "Youtransacto", "Youtransactor" },
{ { 0x78, 0x5E, 0xE8, 0x10 }, "RIKENKEIKINA", "RIKEN KEIKI NARA MFG. Co., Ltd." },
{ { 0x78, 0x5E, 0xE8, 0x20 }, "VegaAbsolute", "Vega-Absolute" },
@@ -37523,6 +37598,8 @@ static const manuf_oui28_t global_manuf_oui28_table[] = {
{ { 0x8C, 0x51, 0x09, 0xC0 }, "SpotterRF", "SpotterRF LLC" },
{ { 0x8C, 0x51, 0x09, 0xD0 }, "SurpediaTech", "Surpedia Technologies Co., Ltd." },
{ { 0x8C, 0x51, 0x09, 0xE0 }, "IROOTELLUCKY", "IROOTELLUCKY Corp." },
+ { { 0x8C, 0x55, 0x70, 0x60 }, "JouleGroupLi", "Joule Group Limites" },
+ { { 0x8C, 0x55, 0x70, 0xB0 }, "SernetTechno", "Sernet (Suzhou) Technologies Corporation" },
{ { 0x8C, 0x59, 0x3C, 0x00 }, "FujianChaozh", "Fujian Chaozhi Group Co., Ltd." },
{ { 0x8C, 0x59, 0x3C, 0x10 }, "FutureRobotT", "Future Robot Technology Co., Limited" },
{ { 0x8C, 0x59, 0x3C, 0x20 }, "BeidaJadeBir", "Beida Jade Bird Universal Fire Alarm Device CO.,LTD." },
@@ -38586,6 +38663,7 @@ static const manuf_oui28_t global_manuf_oui28_table[] = {
{ { 0xC4, 0xA5, 0x59, 0x10 }, "MotiveTechno", "Motive Technologies, Inc." },
{ { 0xC4, 0xA5, 0x59, 0x20 }, "OrfaTech", "Shenzhen Orfa Tech Co., Ltd" },
{ { 0xC4, 0xA5, 0x59, 0x30 }, "Xspeedlnform", "X-speed lnformation Technology Co.,Ltd" },
+ { { 0xC4, 0xA5, 0x59, 0x40 }, "NationalTele", "National Company of Telecommunication and Information Security" },
{ { 0xC4, 0xA5, 0x59, 0x50 }, "MoultrieMobi", "Moultrie Mobile" },
{ { 0xC4, 0xA5, 0x59, 0x60 }, "Annapurnalab", "Annapurna labs" },
{ { 0xC4, 0xA5, 0x59, 0x70 }, "AvironIntera", "Aviron Interactive Inc." },
@@ -39006,6 +39084,7 @@ static const manuf_oui28_t global_manuf_oui28_table[] = {
{ { 0xD4, 0x61, 0x37, 0x60 }, "SecurusCCTVI", "Securus CCTV India" },
{ { 0xD4, 0x61, 0x37, 0x70 }, "ShudunInform", "Beijing Shudun Information Technology Co., Ltd" },
{ { 0xD4, 0x61, 0x37, 0x80 }, "DigitalChina", "Beijing Digital China Yunke Technology Limited" },
+ { { 0xD4, 0x61, 0x37, 0x90 }, "Mavenir", "Mavenir Systems, Inc." },
{ { 0xD4, 0x61, 0x37, 0xA0 }, "XunjieIntern", "Shenzhen Xunjie International Trade Co., LTD" },
{ { 0xD4, 0x61, 0x37, 0xB0 }, "KunPengInstr", "KunPeng Instrument (Dalian)Co.,Ltd." },
{ { 0xD4, 0x61, 0x37, 0xC0 }, "MusashiEngin", "Musashi Engineering,Inc." },
@@ -48478,6 +48557,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x07, 0xE0 }, "FLOYD", "FLOYD inc." },
{ { 0x8C, 0x1F, 0x64, 0x07, 0xF0 }, "GSDGroup", "G.S.D Group Inc." },
{ { 0x8C, 0x1F, 0x64, 0x08, 0x00 }, "Twinleaf", "Twinleaf LLC" },
+ { { 0x8C, 0x1F, 0x64, 0x08, 0x10 }, "HarmonyFire", "Harmony Fire Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x08, 0x30 }, "Avionica", "Avionica" },
{ { 0x8C, 0x1F, 0x64, 0x08, 0x50 }, "SorbEngineer", "Sorb Engineering Llc" },
{ { 0x8C, 0x1F, 0x64, 0x08, 0x60 }, "WEPTECHelekt", "WEPTECH elektronik GmbH" },
@@ -48518,6 +48598,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x0E, 0x00 }, "Autopharma", "Autopharma" },
{ { 0x8C, 0x1F, 0x64, 0x0E, 0x60 }, "CleanwattsDi", "Cleanwatts Digital, S.A." },
{ { 0x8C, 0x1F, 0x64, 0x0E, 0xA0 }, "SmartSkyNetw", "SmartSky Networks LLC" },
+ { { 0x8C, 0x1F, 0x64, 0x0E, 0xD0 }, "Saskatchewan", "Saskatchewan Research Council" },
{ { 0x8C, 0x1F, 0x64, 0x0E, 0xE0 }, "RichSourcePr", "Rich Source Precision IND., Co., LTD." },
{ { 0x8C, 0x1F, 0x64, 0x0E, 0xF0 }, "Dave", "Dave Srl" },
{ { 0x8C, 0x1F, 0x64, 0x0F, 0x00 }, "Xylon", "Xylon" },
@@ -48971,6 +49052,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x62, 0x10 }, "JTL", "JTL Systems Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x62, 0x20 }, "LogicalProdu", "Logical Product" },
{ { 0x8C, 0x1F, 0x64, 0x62, 0x30 }, "RyoyuGC", "Ryoyu-GC Co.,Ltd" },
+ { { 0x8C, 0x1F, 0x64, 0x62, 0x40 }, "Canastra", "Canastra AG" },
{ { 0x8C, 0x1F, 0x64, 0x62, 0x50 }, "Stresstech", "Stresstech OY" },
{ { 0x8C, 0x1F, 0x64, 0x62, 0x60 }, "Csiro", "Csiro" },
{ { 0x8C, 0x1F, 0x64, 0x62, 0xC0 }, "EasyXRAdvanc", "Hangzhou EasyXR Advanced Technology Co., Ltd." },
@@ -49170,6 +49252,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x85, 0xB0 }, "AtlanticPump", "Atlantic Pumps Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x86, 0x30 }, "EngiNe", "EngiNe srl" },
{ { 0x8C, 0x1F, 0x64, 0x86, 0x70 }, "ForeverEngin", "Forever Engineering Systems Pvt. Ltd." },
+ { { 0x8C, 0x1F, 0x64, 0x86, 0x80 }, "PeakeTechnol", "Shenzhen Peake Technology Co.,Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x86, 0xA0 }, "VisionToolsB", "VisionTools Bildanalyse Systeme GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x86, 0xF0 }, "NewEdgeSigna", "NewEdge Signal Solutions LLC" },
{ { 0x8C, 0x1F, 0x64, 0x87, 0x80 }, "GreenAccess", "Green Access Ltd" },
@@ -49260,6 +49343,8 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x96, 0x40 }, "PowerElectro", "Power Electronics Espana, S.L." },
{ { 0x8C, 0x1F, 0x64, 0x96, 0x70 }, "Dave", "Dave Srl" },
{ { 0x8C, 0x1F, 0x64, 0x96, 0x80 }, "IavEngineeri", "Iav Engineering Sarl" },
+ { { 0x8C, 0x1F, 0x64, 0x96, 0xA0 }, "EAElektroAut", "EA Elektro-Automatik" },
+ { { 0x8C, 0x1F, 0x64, 0x97, 0x00 }, "PotterElectr", "Potter Electric Signal Co. LLC" },
{ { 0x8C, 0x1F, 0x64, 0x97, 0x10 }, "InfrasafeAdv", "Infrasafe/ Advantor Systems" },
{ { 0x8C, 0x1F, 0x64, 0x97, 0x30 }, "DorsettTechn", "Dorsett Technologies Inc" },
{ { 0x8C, 0x1F, 0x64, 0x97, 0x80 }, "PlanetInnova", "Planet Innovation Products Inc." },
@@ -49272,6 +49357,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x98, 0xC0 }, "PANBusinessC", "PAN Business & Consulting (ANYOS]" },
{ { 0x8C, 0x1F, 0x64, 0x98, 0xF0 }, "BreasMedical", "Breas Medical AB" },
{ { 0x8C, 0x1F, 0x64, 0x99, 0x10 }, "DBSystel", "DB Systel GmbH" },
+ { { 0x8C, 0x1F, 0x64, 0x99, 0x40 }, "uHaveControl", "uHave Control, Inc" },
{ { 0x8C, 0x1F, 0x64, 0x99, 0x80 }, "EVLOStockage", "EVLO Stockage Énergie" },
{ { 0x8C, 0x1F, 0x64, 0x99, 0xE0 }, "EIDOS", "EIDOS s.r.l." },
{ { 0x8C, 0x1F, 0x64, 0x9A, 0x10 }, "PacificSoftw", "Pacific Software Development Co., Ltd." },
@@ -49396,6 +49482,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xAE, 0xD0 }, "MBconnectlin", "MB connect line GmbH Fernwartungssysteme" },
{ { 0x8C, 0x1F, 0x64, 0xAE, 0xF0 }, "ScenarioAuto", "Scenario Automation" },
{ { 0x8C, 0x1F, 0x64, 0xAF, 0x00 }, "MinebeaMitsu", "MinebeaMitsumi Inc." },
+ { { 0x8C, 0x1F, 0x64, 0xAF, 0x40 }, "NokiaBellLab", "Nokia Bell Labs" },
{ { 0x8C, 0x1F, 0x64, 0xAF, 0x50 }, "SanminaIsrae", "Sanmina Israel Medical Systems Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xAF, 0x70 }, "ard", "ard sa" },
{ { 0x8C, 0x1F, 0x64, 0xAF, 0xA0 }, "DataElectron", "Data Electronic Devices, Inc" },
@@ -49454,6 +49541,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xB9, 0xF0 }, "LithionBatte", "Lithion Battery Inc" },
{ { 0x8C, 0x1F, 0x64, 0xBA, 0x30 }, "DEUTAWERKE", "DEUTA-WERKE GmbH" },
{ { 0x8C, 0x1F, 0x64, 0xBA, 0xA0 }, "MineVision", "Mine Vision Systems" },
+ { { 0x8C, 0x1F, 0x64, 0xBA, 0xE0 }, "TielineResea", "Tieline Research Pty Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xBB, 0x20 }, "GrupoEpelsaS", "Grupo Epelsa S.L." },
{ { 0x8C, 0x1F, 0x64, 0xBB, 0x30 }, "ZarucTecnolo", "Zaruc Tecnologia LTDA" },
{ { 0x8C, 0x1F, 0x64, 0xBB, 0xC0 }, "Liberator", "Liberator Pty Ltd" },
@@ -49590,6 +49678,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xD2, 0x90 }, "SecureBits", "Secure Bits" },
{ { 0x8C, 0x1F, 0x64, 0xD2, 0xA0 }, "AnteusKft", "Anteus Kft." },
{ { 0x8C, 0x1F, 0x64, 0xD3, 0x40 }, "Kronotech", "Kronotech Srl" },
+ { { 0x8C, 0x1F, 0x64, 0xD3, 0x80 }, "CuuLongTechn", "Cuu Long Technology And Trading Company Limited" },
{ { 0x8C, 0x1F, 0x64, 0xD3, 0xA0 }, "AppliedMater", "Applied Materials" },
{ { 0x8C, 0x1F, 0x64, 0xD3, 0xC0 }, "KIBEnergo", "\"KIB Energo\" LLC" },
{ { 0x8C, 0x1F, 0x64, 0xD4, 0x00 }, "BreasMedical", "Breas Medical AB" },
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index d2e0dfd66d..fa300f0e77 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -3182,7 +3182,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>IPv4 destination address and port.</source>
- <translation>IPv5 Zieladresse und Port.</translation>
+ <translation>IPv4 Zieladresse und Port.</translation>
</message>
<message>
<source>MAC source address.</source>
@@ -3469,10 +3469,6 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<source>Save Stream Content As…</source>
<translation>Stream Inhalt speichern als…</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[Streamausgabe gekürzt]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3525,7 +3521,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[Streamausgabe gekürzt]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -10389,11 +10385,19 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Browser file path</source>
- <translation>Browser Dateipfad</translation>
+ <translation type="vanished">Browser Dateipfad</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Starte Webbrowser mit der zum eingestellten Dateipfad gesetzter SSLKEYLOG-Umgebungsvariable.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Starte Webbrowser mit der zum eingestellten Dateipfad gesetzter SSLKEYLOG-Umgebungsvariable.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <source>Application path</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;Firefox and Chrome are known to work. If your desired browser is currently running, close it first before launching it below.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@@ -13846,8 +13850,9 @@ a:hover {
<translation>MAC Adressblöcke</translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
- <translation>Browser (SSL Keylog)</translation>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
+ <translation type="unfinished">Browser (SSL Keylog)</translation>
</message>
<message>
<source>&amp;Options…</source>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index 459681c920..fb81357a12 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -10317,11 +10317,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13671,10 +13671,6 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>&amp;Options…</source>
<translation type="unfinished"></translation>
</message>
@@ -14097,6 +14093,10 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
+ <source>SSL Keylog Launcher</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<source>Release Notes</source>
<translation type="unfinished"></translation>
</message>
diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts
index 873153f204..518142f78b 100644
--- a/ui/qt/wireshark_es.ts
+++ b/ui/qt/wireshark_es.ts
@@ -10307,11 +10307,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13703,7 +13703,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index d6f7cde1ae..34f8afc186 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -3467,10 +3467,6 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>Save Stream Content As…</source>
<translation>Enregistrer le contenu du flux sous…</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[Sortie du flux tronquée]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3523,7 +3519,7 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[Sortie du flux tronquée]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -10387,11 +10383,11 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13802,7 +13798,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index 0d72da592a..eac9c8bdbd 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -2046,11 +2046,11 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>…as Go literal</source>
- <translation type="unfinished"></translation>
+ <translation>…come Go letterale</translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
- <translation type="unfinished"></translation>
+ <translation>Copia i byte del pacchetto come Go letterale.</translation>
</message>
<message>
<source>…as a Hex Stream</source>
@@ -3469,10 +3469,6 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<source>Save Stream Content As…</source>
<translation>Salva il contenuto del flusso come...</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[Flusso di output troncato]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3525,7 +3521,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[Flusso di output troncato]</translation>
+ <translation>[Flusso di uscita troncato]</translation>
</message>
</context>
<context>
@@ -10389,11 +10385,19 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>Browser file path</source>
- <translation>Percorso file del browser</translation>
+ <translation type="vanished">Percorso file del browser</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Esegui il tuo browser web con la variabile di ambiente SSLKEYLOG impostata sul file specificato dalla preferenza del nome file del registro delle chiavi.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Esegui il tuo browser web con la variabile di ambiente SSLKEYLOG impostata sul file specificato dalla preferenza del nome file del registro delle chiavi.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <source>Application path</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;Firefox and Chrome are known to work. If your desired browser is currently running, close it first before launching it below.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@@ -13841,8 +13845,9 @@ a:hover {
<translation>Blocchi di indirizzi MAC</translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
- <translation>Browser (Keylog SSL)</translation>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
+ <translation type="unfinished">Browser (Keylog SSL)</translation>
</message>
<message>
<source>&amp;Options…</source>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 192105d90c..b319d4ce6f 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -2038,11 +2038,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>…as Go literal</source>
- <translation type="unfinished"></translation>
+ <translation>…Go 言語のリテラルとして</translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
- <translation type="unfinished"></translation>
+ <translation>Go言語のリテラルとしてパケットバイト列をコピーします。</translation>
</message>
<message>
<source>…as a Hex Stream</source>
@@ -3455,10 +3455,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Save Stream Content As…</source>
<translation>…としてストリーム内容を保存</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[ストリーム出力が切り詰められました]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3509,7 +3505,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[ストリーム出力が切り詰められました]</translation>
+ <translation>[ストリーム出力が切り詰められました]</translation>
</message>
</context>
<context>
@@ -10365,11 +10361,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Browser file path</source>
- <translation>ブラウザのファイルパス</translation>
+ <translation type="vanished">ブラウザのファイルパス</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;キーログファイル名の設定で指定したファイルにSSLKEYLOG環境変数を設定しブラウザを実行してください。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;キーログファイル名の設定で指定したファイルにSSLKEYLOG環境変数を設定しブラウザを実行してください。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <source>Application path</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;Firefox and Chrome are known to work. If your desired browser is currently running, close it first before launching it below.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@@ -13817,8 +13821,9 @@ a:hover {
<translation>MACアドレスブロック</translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
- <translation>ブラウザ (SSL Keylog)</translation>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
+ <translation type="unfinished">ブラウザ (SSL Keylog)</translation>
</message>
<message>
<source>&amp;Options…</source>
diff --git a/ui/qt/wireshark_ko.ts b/ui/qt/wireshark_ko.ts
index 2d7474447d..162a37c302 100644
--- a/ui/qt/wireshark_ko.ts
+++ b/ui/qt/wireshark_ko.ts
@@ -29,7 +29,7 @@
</message>
<message>
<source>Copy to Clipboard</source>
- <translation>클립보드로 복사</translation>
+ <translation>클립보드에 복사</translation>
</message>
<message>
<source>Authors</source>
@@ -730,11 +730,11 @@
</message>
<message>
<source>…as decimal</source>
- <translation type="unfinished"></translation>
+ <translation>10진수로 표시</translation>
</message>
<message>
<source>…as octal</source>
- <translation type="unfinished"></translation>
+ <translation>8진수로 표시</translation>
</message>
<message>
<source>…as bits</source>
@@ -1589,15 +1589,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Interval between updates (ms)</source>
- <translation type="unfinished"></translation>
+ <translation>업데이트 시간 간격(ms)</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;How often the capture notifies the GUI of new packets. Affects how often the GUI updates and the granularity of timers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"></translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;새 패킷이 GUI에 표시되는 시간 간격입니다. GUI 업데이트 주기와 타이머 정밀도에 영향을 줍니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The interval between new packet updates. Affects how often the GUI updates and the granularity of timers.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"></translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;새 패킷 업데이트 시간 간격입니다. GUI 업데이트 주기와 타이머 정밀도에 영향을 줍니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Don&apos;t load interfaces on startup</source>
@@ -1936,7 +1936,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Graph a TCP conversation.</source>
- <translation>TCP 대화를 그래프화 합니다.</translation>
+ <translation>TCP 대화를 그래프로 표시합니다.</translation>
</message>
</context>
<context>
@@ -1954,11 +1954,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>CopyFromProfileButton</name>
<message>
<source>Copy from</source>
- <translation>다음으로부터 복사</translation>
+ <translation>다음에서 복사</translation>
</message>
<message>
<source>Copy entries from another profile.</source>
- <translation>다른 프로필로부터 항목을 복사합니다.</translation>
+ <translation>다른 프로필에서 항목을 복사합니다.</translation>
</message>
<message>
<source>System default</source>
@@ -1969,30 +1969,30 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>CredentialsDialog</name>
<message>
<source>Wireshark - Credentials</source>
- <translation>Wireshark - 인증서</translation>
+ <translation>Wireshark - 자격 증명</translation>
</message>
<message>
<source>Credentials</source>
- <translation>인증서</translation>
+ <translation>자격 증명</translation>
</message>
</context>
<context>
<name>CredentialsModel</name>
<message>
<source>Click to select the packet</source>
- <translation>클릭하여 패킷을 선택합니다</translation>
+ <translation>클릭하여 패킷 선택</translation>
</message>
<message>
<source>Click to select the packet with username</source>
- <translation>클릭하여 사용자 이름으로 패킷을 선택합니다</translation>
+ <translation>클릭하여 사용자 이름이 포함된 패킷 선택</translation>
</message>
<message>
<source>Username not available</source>
- <translation>사용자 이름을 사용할 수 없습니다</translation>
+ <translation>사용자 이름을 사용할 수 없음</translation>
</message>
<message>
<source>Packet No.</source>
- <translation>패킷 번호.</translation>
+ <translation>패킷 번호</translation>
</message>
<message>
<source>Protocol</source>
@@ -2011,31 +2011,31 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>DataPrinter</name>
<message>
<source>Copy Bytes as Hex + ASCII Dump</source>
- <translation>16진수 + 아스키 덤프 형식으로 바이트를 복사</translation>
+ <translation>바이트를 16진수 + ASCII 덤프로 복사</translation>
</message>
<message>
<source>Copy packet bytes as a hex and ASCII dump.</source>
- <translation>16진수 및 아스키 덤프 형식으로 패킷 바이트를 복사합니다.</translation>
+ <translation>16진수 및 ASCII 덤프 형식으로 패킷 바이트를 복사합니다.</translation>
</message>
<message>
<source>…as Hex Dump</source>
- <translation>…16진수 덤프 형식</translation>
+ <translation>16진수 덤프로 복사</translation>
</message>
<message>
<source>Copy packet bytes as a hex dump.</source>
- <translation>16진수 덤프로 패킷 바이트를 복사합니다.</translation>
+ <translation>16진수 덤프 형식으로 패킷 바이트를 복사합니다.</translation>
</message>
<message>
<source>…as MIME Data</source>
- <translation type="unfinished"></translation>
+ <translation>MIME 데이터로 복사</translation>
</message>
<message>
<source>…as C String</source>
- <translation type="unfinished"></translation>
+ <translation>C 문자열로 복사</translation>
</message>
<message>
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
- <translation type="unfinished"></translation>
+ <translation>출력 가능한 ASCII 문자와 탈출 시퀀스로 패킷 바이트를 복사합니다.</translation>
</message>
<message>
<source>…as Go literal</source>
@@ -2047,7 +2047,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>…as a Hex Stream</source>
- <translation>…16진수 스트림</translation>
+ <translation>16진수 스트림으로 복사</translation>
</message>
<message>
<source>Copy packet bytes as a stream of hex.</source>
@@ -2055,11 +2055,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>…as a Base64 String</source>
- <translation>…Base64 문자열</translation>
+ <translation>Base64 문자열로 복사</translation>
</message>
<message>
<source>Copy packet bytes as a base64 encoded string.</source>
- <translation>base64 인코딩 문자열로 패킷 바이트를 복사합니다.</translation>
+ <translation>Base64로 인코딩된 문자열로 패킷 바이트를 복사합니다.</translation>
</message>
<message>
<source>Copy packet bytes as application/octet-stream MIME data.</source>
@@ -2086,18 +2086,18 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Decode As…</source>
- <translation>다른 이름으로 디코딩…</translation>
+ <translation>다른 형식으로 디코드…</translation>
</message>
<message>
<source>Open </source>
- <translation>열기 </translation>
+ <translation>열기: </translation>
</message>
</context>
<context>
<name>DecodeAsModel</name>
<message>
<source>Match using this field</source>
- <translation>이 필드를 사용하여 비교</translation>
+ <translation>이 필드를 사용하여 일치</translation>
</message>
<message>
<source>Change behavior when the field matches this value</source>
@@ -2105,15 +2105,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Field value type (and base, if Integer)</source>
- <translation>필드 값 유형(및 밑수, 정수인 경우)</translation>
+ <translation>필드 값 유형(정수인 경우에는 밑수 포함)</translation>
</message>
<message>
<source>Current&quot;Decode As&quot; behavior</source>
- <translation>현재&quot;다른 이름으로 디코딩&quot;의 동작</translation>
+ <translation>현재 &quot;다른 형식으로 디코드&quot;의 동작</translation>
</message>
<message>
<source>Default &quot;Decode As&quot; behavior</source>
- <translation>기본 &quot;다른 이름으로 디코딩&quot;의 동작</translation>
+ <translation>기본 &quot;다른 형식으로 디코드&quot;의 동작</translation>
</message>
<message>
<source>String</source>
@@ -2121,7 +2121,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Integer, base </source>
- <translation>정수형, 밑수 </translation>
+ <translation>정수형, 밑수: </translation>
</message>
<message>
<source>unknown</source>
@@ -2164,14 +2164,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Select from previously used filters.</source>
- <translation>이전에 사용한 사용한 필터로부터 선택합니다.</translation>
+ <translation>이전에 사용한 사용한 필터에서 선택합니다.</translation>
</message>
</context>
<context>
<name>DisplayFilterEdit</name>
<message>
<source>Display filter entry</source>
- <translation>필터 항목 표시</translation>
+ <translation>표시 필터 항목</translation>
</message>
<message>
<source>Manage saved bookmarks.</source>
@@ -2179,19 +2179,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Display Filter Expression…</source>
- <translation>필터 표현식을 표시…</translation>
+ <translation>필터 표현식 표시…</translation>
</message>
<message>
<source>Apply a display filter %1 &lt;%2/&gt;</source>
- <translation>%1 &lt;%2/&gt; 표시 필터 적용</translation>
+ <translation>표시 필터 적용 %1 &lt;%2/&gt;</translation>
</message>
<message>
<source>Enter a display filter %1</source>
- <translation>%1 표시 필터 입력</translation>
+ <translation>표시 필터 입력 %1</translation>
</message>
<message>
<source>Clear display filter</source>
- <translation>표시 필터 지움</translation>
+ <translation>표시 필터 지우기</translation>
</message>
<message>
<source>Apply display filter</source>
@@ -2199,11 +2199,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Left align buttons</source>
- <translation>왼쪽 정렬 버튼</translation>
+ <translation>왼쪽으로 버튼 정렬</translation>
</message>
<message>
<source>Apply a read filter %1</source>
- <translation>%1 읽기 필터 적용</translation>
+ <translation>읽기 필터 적용 %1</translation>
</message>
<message>
<source>Current filter: %1</source>
@@ -2211,7 +2211,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Invalid filter: </source>
- <translation>유효하지 않은 필터: </translation>
+ <translation>잘못된 필터: </translation>
</message>
<message>
<source>Save this filter</source>
@@ -2238,7 +2238,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Select a field to start building a display filter.</source>
- <translation>표시 필터를 구축하도록 시작하기 위한 필드를 선택하십시오.</translation>
+ <translation>표시 필터를 구축하려면 필드를 선택하여 시작하십시오.</translation>
</message>
<message>
<source>Field Name</source>
@@ -2246,7 +2246,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search the list of field names.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;필드 이름의 목록을 검색합니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;필드 이름의 목록에서 검색합니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Search:</source>
@@ -2256,7 +2256,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Relations can be used to restrict fields to specific values. Each relation does the following:&lt;/p&gt;&lt;table border=&quot;0&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;&quot; cellspacing=&quot;2&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;is present&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Match any packet that contains this field&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;==, !=, etc.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Compare the field to a specific value.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;contains, matches&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Check the field against a string (contains) or a regular expression (matches)&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;in&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;Compare the field to a specific set of values&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;
</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;관계는 필드를 지정된 값으로 제한하는데 사용할 수 있습니다. 각각의 관계는 다음과 같이 움직입니다:&lt;/p&gt;&lt;table border=&quot;0&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;&quot; cellspacing=&quot;2&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;is present&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;이 필드에 적합한 어떤 패킷과도 일치&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;==, !=, 등등.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;지정된 값과 필드를 비교&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;contains, matches&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;문자열 혹은 정규표현식에 대하여 필드를 확인하십시오.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;in&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;필드를 값의 집합과 비교&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;관계는 필드를 지정된 값으로 제한하는 데 사용할 수 있습니다. 각각 관계는 다음 동작을 수행합니다.&lt;/p&gt;&lt;table border=&quot;0&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;&quot; cellspacing=&quot;2&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;is present&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;이 필드를 포함하는 모든 패킷과 일치&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;==, != 등등&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;지정된 값과 필드를 비교&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;contains, matches&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;필드의 값과 문자열을 포함하거나 정규 표현식과 일치하는지 확인&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;in&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td&gt;&lt;p&gt;필드의 값이 지정한 값의 집합에 포함되는지 확인&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;
</translation>
</message>
@@ -2266,7 +2266,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>By default order comparisons and contains/matches/in relations are true if any value matches. The quantifier &quot;all&quot; can be used to apply the test to all values in a frame.</source>
- <translation>기본 순서에 따라 비교와 contains/matches/in 관계 순으로 어떤 값과 일치하면 참입니다. 수량자 &quot;all&quot; 은 프레임 내의 모든 값을 시험하도록 적용할 수 있습니다.</translation>
+ <translation>기본값으로 임의의 값과 일치하면 순서 비교 및 contains/matches/in 관계가 참으로 간주됩니다. &quot;all&quot; 수량자를 사용하면 프레임 내의 모든 값에 시험을 적용합니다.</translation>
</message>
<message>
<source>Quantifier</source>
@@ -2278,7 +2278,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>All</source>
- <translation>전체</translation>
+ <translation>All</translation>
</message>
<message>
<source>Match against this value.</source>
@@ -2290,19 +2290,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>If the field you have selected has a known set of valid values they will be listed here.</source>
- <translation>선택한 필드에 알려진 유효한 값 집합이 있는 경우 여기에 나열됩니다.</translation>
+ <translation>선택한 필드에 알려진 유효한 값의 모음이 있는 경우 여기에 나열됩니다.</translation>
</message>
<message>
<source>Predefined Values</source>
- <translation>사전정의된 값</translation>
+ <translation>사전 정의된 값</translation>
</message>
<message>
<source>If the field you have selected covers a range of bytes (e.g. you have selected a protocol) you can restrict the match to a range of bytes here.</source>
- <translation>선택한 필드가 바이트 범위를 다루는 경우(예: 프로토콜을 선택한 경우), 바이트 범위에 일치하는 것만 제한할 수 있습니다.</translation>
+ <translation>선택한 필드가 바이트 범위를 다루는 경우(예: 프로토콜을 선택한 경우) 바이트 범위 내부로 일치를 제한할 수 있습니다.</translation>
</message>
<message>
<source>Range (offset:length)</source>
- <translation>범위 (오프셋:길이)</translation>
+ <translation>범위(오프셋:길이)</translation>
</message>
<message>
<source>No display filter</source>
@@ -2310,7 +2310,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</source>
- <translation>&lt;small&gt;&lt;i&gt;필터힌트.&lt;/i&gt;&lt;/small&gt;</translation>
+ <translation>&lt;small&gt;&lt;i&gt;필터 힌트입니다.&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
<source>Display Filter Expression</source>
@@ -2318,22 +2318,22 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Select a field name to get started</source>
- <translation>시작한 필드 이름 선택</translation>
+ <translation>필드 이름을 선택하여 시작하십시오</translation>
</message>
<message>
<source>Click OK to insert this filter</source>
- <translation>이 필터를 추가하기 위해 확인을 클릭합니다</translation>
+ <translation>이 필터를 추가하려면 확인을 클릭하십시오</translation>
</message>
</context>
<context>
<name>DissectorSyntaxLineEdit</name>
<message>
<source>Dissector entry</source>
- <translation type="unfinished"></translation>
+ <translation>분해기 항목</translation>
</message>
<message>
<source>Enter a dissector %1</source>
- <translation type="unfinished"></translation>
+ <translation>분해기 입력 %1</translation>
</message>
</context>
<context>
@@ -2348,14 +2348,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Dissector Tables</source>
- <translation>해부자 표</translation>
+ <translation>분해기 표</translation>
</message>
</context>
<context>
<name>DissectorTablesProxyModel</name>
<message>
<source>Table Type</source>
- <translation>표 유형</translation>
+ <translation>표 형식</translation>
</message>
<message>
<source>String</source>
@@ -2363,7 +2363,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Dissector Description</source>
- <translation>해부자 기술</translation>
+ <translation>분해기 설명</translation>
</message>
<message>
<source>Integer</source>
@@ -2394,7 +2394,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;Disabling a protocol prevents higher layer protocols from being displayed&lt;/i&gt;&lt;/small&gt;</source>
- <translation>&lt;small&gt;&lt;i&gt;프로토콜 사용하지 않기는 표시중인 내용에서 상위 계층 프로토콜을 방지합니다.&lt;/i&gt;&lt;/small&gt;</translation>
+ <translation>&lt;small&gt;&lt;i&gt;프로토콜을 비활성화하면 상위 계층 프로토콜이 표시되지 않습니다&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
<source>Search:</source>
@@ -2406,11 +2406,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Enable All</source>
- <translation>전체 사용</translation>
+ <translation>모두 활성화</translation>
</message>
<message>
<source>Disable All</source>
- <translation>전체 해제</translation>
+ <translation>모두 비활성화</translation>
</message>
<message>
<source>Invert</source>
@@ -2418,7 +2418,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Enabled Protocols</source>
- <translation>허용된 프로토콜</translation>
+ <translation>활성화된 프로토콜</translation>
</message>
<message>
<source>Everywhere</source>
@@ -2434,11 +2434,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Only enabled protocols</source>
- <translation>사용된 프로토콜만</translation>
+ <translation>활성화된 프로토콜만</translation>
</message>
<message>
<source>Only disabled protocols</source>
- <translation>사용되지 않는 프로토콜만</translation>
+ <translation>비활성화된 프로토콜만</translation>
</message>
<message>
<source>any protocol</source>
@@ -2446,7 +2446,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>non-heuristic protocols</source>
- <translation>비-휴리스틱 프로토콜</translation>
+ <translation>비 휴리스틱 프로토콜</translation>
</message>
<message>
<source>heuristic protocols</source>
@@ -2516,7 +2516,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>AS Number</source>
- <translation>AS? 번호</translation>
+ <translation>AS 번호</translation>
</message>
<message>
<source>AS Organization</source>
@@ -2539,7 +2539,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Draw IPv4 or IPv6 endpoints on a map.</source>
- <translation>IPv4 또는 IPv6의 종단점을 지도에서 그립니다.</translation>
+ <translation>IPv4 또는 IPv6의 종단점을 지도에 나타냅니다.</translation>
</message>
<message>
<source>Open in browser</source>
@@ -2590,11 +2590,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Ethernet Manufacturers</source>
- <translation>이더넷 제조업체</translation>
+ <translation>이더넷 제조사</translation>
</message>
<message>
<source>Ethernet Well-Known Addresses</source>
- <translation>잘 알려진 이더넷 멀티캐스트 주소</translation>
+ <translation>잘 알려진 이더넷 주소</translation>
</message>
</context>
<context>
@@ -2605,7 +2605,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</source>
- <translation>&lt;small&gt;&lt;i&gt;필터힌트.&lt;/i&gt;&lt;/small&gt;</translation>
+ <translation>&lt;small&gt;&lt;i&gt;필터 힌트입니다.&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
<source>Limit to Display Filter</source>
@@ -2674,11 +2674,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Collapse All</source>
- <translation>모두 접음</translation>
+ <translation>모두 접기</translation>
</message>
<message>
<source>Expand All</source>
- <translation>모두 펼침</translation>
+ <translation>모두 펴기</translation>
</message>
<message>
<source>Capture file closed.</source>
@@ -2694,7 +2694,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Limit information to &quot;%1&quot;.</source>
- <translation>&quot;%1&quot;로 정보를 제한합니다.</translation>
+ <translation>&quot;%1&quot;(으)로 정보를 제한합니다.</translation>
</message>
<message>
<source>Display filter: &quot;%1&quot;</source>
@@ -2709,7 +2709,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Severity</source>
- <translation>심각성</translation>
+ <translation>심각도</translation>
</message>
<message>
<source>Summary</source>
@@ -2717,7 +2717,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Group</source>
- <translation>묶음</translation>
+ <translation>그룹</translation>
</message>
<message>
<source>Protocol</source>
@@ -2725,7 +2725,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Count</source>
- <translation>카운트</translation>
+ <translation>개수</translation>
</message>
</context>
<context>
@@ -2733,7 +2733,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<message>
<source>Export Packet Dissections</source>
<oldsource>Wireshark: Export Packet Dissections</oldsource>
- <translation>패킷 분해자 내보내기</translation>
+ <translation>패킷 분해 결과 내보내기</translation>
</message>
<message>
<source>Export As:</source>
@@ -2750,11 +2750,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>PSML - summary (*.psml, *.xml)</source>
- <translation>PSML - 요약 (*. psml, *.xml)</translation>
+ <translation>PSML - 요약 (*.psml, *.xml)</translation>
</message>
<message>
<source>PDML - details (*.pdml, *.xml)</source>
- <translation>PSML - 상세 정보 (*. psml, *.xml)</translation>
+ <translation>PSML - 자세한 정보 (*.psml, *.xml)</translation>
</message>
<message>
<source>JSON (*.json)</source>
@@ -2789,11 +2789,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Preview</source>
- <translation>미리보기</translation>
+ <translation>미리 보기</translation>
</message>
<message>
<source>All Content-Types</source>
- <translation>모든 내용 유형</translation>
+ <translation>모든 Content-Type</translation>
</message>
<message>
<source>Export</source>
@@ -2805,11 +2805,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Save Object As…</source>
- <translation>다른 이름으로 객체를 저장...</translation>
+ <translation>다른 이름으로 객체 저장...</translation>
</message>
<message>
<source>Save All Objects In…</source>
- <translation>모든 객체를 저장...</translation>
+ <translation>모든 객체 저장...</translation>
</message>
</context>
<context>
@@ -2877,7 +2877,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<message>
<source>Interface Options</source>
<oldsource>Extcap Interface Options</oldsource>
- <translation>인터페이스 선택사항</translation>
+ <translation>인터페이스 옵션</translation>
</message>
<message>
<source>Start</source>
@@ -2893,7 +2893,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Restore default value of the item</source>
- <translation>항목의 기본값을 복구</translation>
+ <translation>항목의 기본값 복원</translation>
</message>
<message>
<source>Extcap Help cannot be found</source>
@@ -2905,7 +2905,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Save parameter(s) on capture start</source>
- <translation>캡처 시작시 파라미터 저장</translation>
+ <translation>캡처를 시작할 때 인자 저장</translation>
</message>
</context>
<context>
@@ -2916,11 +2916,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Enter a field %1</source>
- <translation>%1 필드를 입력</translation>
+ <translation>필드 입력 %1</translation>
</message>
<message>
<source>Invalid filter: </source>
- <translation>유효하지 않은 필터: </translation>
+ <translation>잘못된 필터: </translation>
</message>
</context>
<context>
@@ -2935,17 +2935,17 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>No files in Set</source>
- <translation>집합에 파일이 없습니다</translation>
+ <translation>집합에 파일 없음</translation>
</message>
<message>
<source>No capture loaded</source>
- <translation>불러온 내용이 없습니다.</translation>
+ <translation>캡처를 불러오지 않았음</translation>
</message>
<message numerus="yes">
<source>%Ln File(s) in Set</source>
<oldsource>%1 File%2 in Set</oldsource>
<translation>
- <numerusform>집합내에 %Ln 개 파일</numerusform>
+ <numerusform>집합에 파일 %Ln개 있음</numerusform>
</translation>
</message>
</context>
@@ -2953,7 +2953,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FilesetEntryModel</name>
<message>
<source>Open this capture file</source>
- <translation>이 캡처 파일을 열기</translation>
+ <translation>이 캡처 파일 열기</translation>
</message>
<message>
<source>Filename</source>
@@ -2980,7 +2980,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Not Selected</source>
- <translation>선택 안됨</translation>
+ <translation>선택 안 됨</translation>
</message>
<message>
<source>…and Selected</source>
@@ -2992,11 +2992,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>…and not Selected</source>
- <translation>…그리고 선택되지 않음</translation>
+ <translation>…그리고 선택 안 됨</translation>
</message>
<message>
<source>…or not Selected</source>
- <translation>…또는 선택되지 않음</translation>
+ <translation>…또는 선택 안 됨</translation>
</message>
</context>
<context>
@@ -3007,17 +3007,17 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Create a new filter.</source>
- <translation>새로운 필터를 만듭니다.</translation>
+ <translation>새 필터를 만듭니다.</translation>
</message>
<message>
<source>Remove this filter.</source>
<oldsource>Remove this profile.</oldsource>
- <translation>이 프로필을 삭제합니다.</translation>
+ <translation>이 필터를 삭제합니다.</translation>
</message>
<message>
<source>Copy this filter.</source>
<oldsource>Copy this profile.</oldsource>
- <translation>이 프로필을 복사합니다.</translation>
+ <translation>이 필터를 복사합니다.</translation>
</message>
<message>
<source>Capture Filters</source>
@@ -3029,7 +3029,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Open </source>
- <translation>열기 </translation>
+ <translation>열기: </translation>
</message>
<message>
<source>New capture filter</source>
@@ -3058,7 +3058,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Enter a description for the filter button</source>
- <translation>필터 버튼에 대한 설명을 입력합니다</translation>
+ <translation>필터 버튼에 대한 설명을 입력하십시오</translation>
</message>
<message>
<source>Filter:</source>
@@ -3066,15 +3066,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Enter a filter expression to be applied</source>
- <translation>적용할 필터 표현식 입력</translation>
+ <translation>적용할 필터 표현식을 입력하십시오</translation>
</message>
<message>
<source>Comment:</source>
- <translation>의견:</translation>
+ <translation>주석</translation>
</message>
<message>
<source>Enter a comment for the filter button</source>
- <translation>필터 버튼에 대한 주석을 입력합니다</translation>
+ <translation>필터 버튼에 대한 주석을 입력하십시오</translation>
</message>
<message>
<source>Missing label.</source>
@@ -3086,7 +3086,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Invalid filter expression.</source>
- <translation>유효하지 않은 필터 표현식입니다.</translation>
+ <translation>잘못된 필터 표현식입니다.</translation>
</message>
</context>
<context>
@@ -3101,11 +3101,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Disable</source>
- <translation>해제</translation>
+ <translation>비활성화</translation>
</message>
<message>
<source>Remove</source>
- <translation>제거</translation>
+ <translation>삭제</translation>
</message>
</context>
<context>
@@ -3127,14 +3127,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Regular Expression Find</source>
- <translation>정규표현식으로 찾기</translation>
+ <translation>정규 표현식으로 찾기</translation>
</message>
</context>
<context>
<name>FirewallRulesDialog</name>
<message>
<source>Create rules for</source>
- <translation>대상에 대한 규칙 생성</translation>
+ <translation>다음에서 사용 가능한 규칙 생성</translation>
</message>
<message>
<source>Inbound</source>
@@ -3162,7 +3162,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Source port.</source>
- <translation>발신 포트.</translation>
+ <translation>발신지 포트.</translation>
</message>
<message>
<source>Destination port.</source>
@@ -3194,7 +3194,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Unable to save %1</source>
- <translation>%1 을(를) 저장할 수 없습니다</translation>
+ <translation>%1을(를) 저장할 수 없음</translation>
</message>
</context>
<context>
@@ -3225,11 +3225,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>dfilters, preferences, ethers, …</source>
- <translation type="unfinished"></translation>
+ <translation>dfilters, 설정, ethers, …</translation>
</message>
<message>
<source>dfilters, preferences, manuf, …</source>
- <translation type="unfinished"></translation>
+ <translation>dfilters, 설정, manuf, …</translation>
</message>
<message>
<source>System</source>
@@ -3265,7 +3265,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Global Lua Plugins</source>
- <translation>전역 Lua 스크립트</translation>
+ <translation>전역 Lua 플러그인</translation>
</message>
<message>
<source>Lua scripts</source>
@@ -3277,7 +3277,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>external capture (extcap) plugins</source>
- <translation>외부 캡처 (extcap) 플러그인</translation>
+ <translation>외부 캡처(Extcap) 플러그인</translation>
</message>
<message>
<source>Global Extcap path</source>
@@ -3324,7 +3324,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FollowStreamAction</name>
<message>
<source>%1 Stream</source>
- <translation type="unfinished"></translation>
+ <translation>%1 스트림</translation>
</message>
</context>
<context>
@@ -3332,22 +3332,22 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<message>
<source>Filter Out This Stream</source>
<oldsource>Hide this stream</oldsource>
- <translation>이 스트림을 거르기</translation>
+ <translation>필터로 이 스트림 제외</translation>
</message>
<message>
<source>Print</source>
- <translation>출력</translation>
+ <translation>인쇄</translation>
</message>
<message numerus="yes">
<source>%Ln client pkt(s), </source>
<translation type="vanished">
- <numerusform>%Ln 클라이언트 패킷</numerusform>
+ <numerusform>클라이언트 패킷 %Ln개,</numerusform>
</translation>
</message>
<message numerus="yes">
<source>%Ln server pkt(s), </source>
<translation type="vanished">
- <numerusform>%Ln 서버 패킷, </numerusform>
+ <numerusform>서버 패킷 %Ln개, </numerusform>
</translation>
</message>
<message>
@@ -3393,24 +3393,24 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<message numerus="yes">
<source>%Ln &lt;span style=&quot;color: %1; background-color:%2&quot;&gt;client&lt;/span&gt; pkt(s), </source>
<translation>
- <numerusform>%Ln &lt;span style=&quot;color: %1; background-color:%2&quot;&gt;클라이언트&lt;/span&gt; 패킷(초), </numerusform>
+ <numerusform>&lt;span style=&quot;color: %1; background-color:%2&quot;&gt;클라이언트&lt;/span&gt; 패킷 %Ln개, </numerusform>
</translation>
</message>
<message numerus="yes">
<source>%Ln &lt;span style=&quot;color: %1; background-color:%2&quot;&gt;server&lt;/span&gt; pkt(s), </source>
<translation>
- <numerusform>%Ln &lt;span style=&quot;color: %1; background-color:%2&quot;&gt;서버&lt;/span&gt; 패킷(초), </numerusform>
+ <numerusform>&lt;span style=&quot;color: %1; background-color:%2&quot;&gt;서버&lt;/span&gt; 패킷 %Ln개, </numerusform>
</translation>
</message>
<message numerus="yes">
<source>%Ln turn(s).</source>
<translation>
- <numerusform>%Ln 턴.</numerusform>
+ <numerusform>턴 %Ln회.</numerusform>
</translation>
</message>
<message>
<source> Click to select.</source>
- <translation> 클릭하여 선택합니다.</translation>
+ <translation> 클릭하면 선택합니다.</translation>
</message>
<message>
<source>Regex Find:</source>
@@ -3422,15 +3422,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Please make sure you have a capture file opened.</source>
- <translation>캡처 파일이 열려 있지 않은지 확인하십시오.</translation>
+ <translation>캡처 파일이 열려 있는지 확인하십시오.</translation>
</message>
<message>
<source>Error following stream.</source>
- <translation>스트림 따라가기 오류가 발생했습니다.</translation>
+ <translation>스트림을 따라가는 중 오류가 발생했습니다.</translation>
</message>
<message>
<source>Capture file invalid.</source>
- <translation>캡처 파일이 유효하지 않습니다.</translation>
+ <translation>캡처 파일이 잘못되었습니다.</translation>
</message>
<message>
<source>Please make sure you have a %1 packet selected.</source>
@@ -3438,32 +3438,28 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>%1 stream not found on the selected packet.</source>
- <translation>선택한 패킷으로부터 %1 스트림을 찾을 수 없었습니다.</translation>
+ <translation>선택한 패킷에서 %1 스트림을 찾을 수 없습니다.</translation>
</message>
<message>
<source>Entire conversation (%1)</source>
- <translation>전체 대화 (%1)</translation>
+ <translation>전체 대화(%1)</translation>
</message>
<message>
<source>Follow %1 Stream (%2)</source>
- <translation>%1 스트림 (%2) 따라가기</translation>
+ <translation>%1 스트림 따라가기(%2)</translation>
</message>
<message>
<source>Error creating filter for this stream.</source>
- <translation>이 스트림 필터를 만들다 오류가 발생했습니다.</translation>
+ <translation>이 스트림에 대한 필터를 생성하는 중 오류가 발생했습니다.</translation>
</message>
<message>
<source>Save Stream Content As…</source>
- <translation>다른 이름으로 스트림 컨텐츠 저장…</translation>
- </message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[스트림 출력이 잘림]</translation>
+ <translation>다른 이름으로 스트림 내용 저장…</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
- <numerusform>%Ln 전체 스트림.</numerusform>
+ <numerusform>전체 스트림 %Ln개.</numerusform>
</translation>
</message>
<message numerus="yes">
@@ -3482,12 +3478,12 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Hint.</source>
- <translation>필터힌트.</translation>
+ <translation>필터 힌트.</translation>
</message>
<message>
<source>Show data as</source>
<oldsource>Show and save data as</oldsource>
- <translation>다음 형식으로 데이터 표시, 저장</translation>
+ <translation>다음 형식으로 표시:</translation>
</message>
<message>
<source>Stream</source>
@@ -3510,7 +3506,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[스트림 출력이 잘림]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -3537,19 +3533,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Solid</source>
- <translation>Solid</translation>
+ <translation>단색</translation>
</message>
<message>
<source>Sample ignored packet text</source>
- <translation>무시된 패킷 텍스트 샘플</translation>
+ <translation>무시된 패킷 텍스트 예제</translation>
</message>
<message>
<source>Sample marked packet text</source>
- <translation>표시된 패킷 텍스트 샘플</translation>
+ <translation>표시된 패킷 텍스트 예제</translation>
</message>
<message>
<source>Sample active selected item</source>
- <translation>활성 선택된 항목 샘플</translation>
+ <translation>활성 선택된 항목 예제</translation>
</message>
<message>
<source>Style:</source>
@@ -3561,28 +3557,28 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Sample inactive selected item</source>
- <translation>비활성 선택된 항목 샘플</translation>
+ <translation>비활성 선택된 항목 예제</translation>
</message>
<message>
<source>Sample &quot;Follow Stream&quot; client text</source>
- <translation>&quot;스트림 따라라기&quot; 클라이언트 텍스트 샘플</translation>
+ <translation>&quot;스트림 따라라기&quot; 클라이언트 텍스트 예제</translation>
</message>
<message>
<source>Sample &quot;Follow Stream&quot; server text</source>
- <translation>&quot;스트림 따라가기&quot; 서버 텍스트 샘플</translation>
+ <translation>&quot;스트림 따라가기&quot; 서버 텍스트 예제</translation>
</message>
<message>
<source>Sample valid filter</source>
- <translation>유효한 필터 샘플</translation>
+ <translation>올바른 필터 예제</translation>
</message>
<message>
<source>Sample invalid filter</source>
- <translation>유효하지 않은 필터 샘플</translation>
+ <translation>잘못된 필터 예제</translation>
</message>
<message>
<source>Sample warning filter</source>
<oldsource>Sample deprecated filter</oldsource>
- <translation>경고 필터 샘플</translation>
+ <translation>경고 필터 예제</translation>
</message>
<message>
<source>Example GIF query packets have jumbo window sizes</source>
@@ -3613,7 +3609,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter some text or a regular expression. It will be highlighted above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;검색 대상 텍스트와 정규 표현식을 입력합니다. 일치하는 부분에 강조 표시가 됩니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;검색 대상 문자열이나 정규 표현식을 입력하십시오. 일치하는 부분이 강조 표시됩니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Highlight:</source>
@@ -3628,7 +3624,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>GSM MAP Summary</source>
- <translation>GSM 지도 요약</translation>
+ <translation>GSM MAP 요약</translation>
</message>
<message>
<source>File</source>
@@ -3676,15 +3672,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Total number of Invokes</source>
- <translation>총 invoke 수</translation>
+ <translation>총 Invoke 수</translation>
</message>
<message>
<source>Average number of Invokes per second</source>
- <translation>초당 평균 invoke 수</translation>
+ <translation>초당 평균 Invoke 수</translation>
</message>
<message>
<source>Total number of bytes for Invokes</source>
- <translation>Invoke에 대한 총 바이트</translation>
+ <translation>총 Invoke 바이트</translation>
</message>
<message>
<source>Average number of bytes per Invoke</source>
@@ -3716,42 +3712,42 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Total number of GSM MAP messages</source>
- <translation>전체 GSM 지도 메시지 수</translation>
+ <translation>전체 GSM MAP 메시지 수</translation>
</message>
<message>
<source>Average number of GSM MAP messages per second</source>
- <translation>초당 평균 GSM 지도 메시지 수</translation>
+ <translation>초당 평균 GSM MAP 메시지 수</translation>
</message>
<message>
<source>Total number of bytes for GSM MAP messages</source>
- <translation>총 GSM 지도 메시지 바이트</translation>
+ <translation>총 GSM MAP 메시지 바이트</translation>
</message>
<message>
<source>Average number of bytes per GSM MAP message</source>
- <translation>GSM 지도 메시지당 평균 바이트</translation>
+ <translation>GSM MAP 메시지당 평균 바이트</translation>
</message>
</context>
<context>
<name>IOConsoleDialog</name>
<message>
<source>Dialog</source>
- <translation type="unfinished"></translation>
+ <translation>대화 상자</translation>
</message>
<message>
<source>Enter code</source>
- <translation type="unfinished"></translation>
+ <translation>코드 입력</translation>
</message>
<message>
<source>Evaluate</source>
- <translation type="unfinished"></translation>
+ <translation>평가</translation>
</message>
<message>
<source>Clear</source>
- <translation type="unfinished">지우기</translation>
+ <translation>지우기</translation>
</message>
<message>
<source>Use %1 to evaluate.</source>
- <translation type="unfinished"></translation>
+ <translation>%1 키를 누르면 평가합니다.</translation>
</message>
</context>
<context>
@@ -3824,25 +3820,25 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
&lt;tr&gt;&lt;th&gt;+&lt;/th&gt;&lt;td&gt;확대&lt;/td&gt;&lt;/th&gt;
&lt;tr&gt;&lt;th&gt;-&lt;/th&gt;&lt;td&gt;축소&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;x&lt;/th&gt;&lt;td&gt;X 축 확대&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;X&lt;/th&gt;&lt;td&gt;X 축 축소&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;y&lt;/th&gt;&lt;td&gt;Y 축 확대&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;Y&lt;/th&gt;&lt;td&gt;Y 축 축소&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;x&lt;/th&gt;&lt;td&gt;X축 확대&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;X&lt;/th&gt;&lt;td&gt;X축 축소&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;y&lt;/th&gt;&lt;td&gt;Y축 확대&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;Y&lt;/th&gt;&lt;td&gt;Y축 축소&lt;/td&gt;&lt;/th&gt;
&lt;tr&gt;&lt;th&gt;0&lt;/th&gt;&lt;td&gt;초기 상태로 그래프 다시 설정&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;오른쪽으로 10 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;←&lt;/th&gt;&lt;td&gt;왼쪽으로 10 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;↑&lt;/th&gt;&lt;td&gt;위쪽으로 10 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;↓&lt;/th&gt;&lt;td&gt;아래쪽으로 10 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;→&lt;/th&gt;&lt;td&gt;오른쪽으로 1 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;←&lt;/th&gt;&lt;td&gt;왼쪽으로 1 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↑&lt;/th&gt;&lt;td&gt;위쪽으로 1 픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↓&lt;/th&gt;&lt;td&gt;아래쪽으로 1 픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;→&lt;/th&gt;&lt;td&gt;오른쪽으로 10픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;←&lt;/th&gt;&lt;td&gt;왼쪽으로 10픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↑&lt;/th&gt;&lt;td&gt;위쪽으로 10픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;↓&lt;/th&gt;&lt;td&gt;아래쪽으로 10픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;→&lt;/th&gt;&lt;td&gt;오른쪽으로 1픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;←&lt;/th&gt;&lt;td&gt;왼쪽으로 1픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↑&lt;/th&gt;&lt;td&gt;위쪽으로 1픽셀 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;&lt;i&gt;Shift+&lt;/i&gt;↓&lt;/th&gt;&lt;td&gt;아래쪽으로 1픽셀 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;커서 아래쪽 패킷으로 이동&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;g&lt;/th&gt;&lt;td&gt;커서 위치의 패킷으로 이동&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;마우스 드래그 / 줌 전환&lt;/td&gt;&lt;/th&gt;
-&lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;캡처 / 세션 시간 기점 바꾸기&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;z&lt;/th&gt;&lt;td&gt;마우스 드래그 / 크기 조절 전환&lt;/td&gt;&lt;/th&gt;
+&lt;tr&gt;&lt;th&gt;t&lt;/th&gt;&lt;td&gt;캡처 / 세션 시간 기점 전환&lt;/td&gt;&lt;/th&gt;
&lt;tr&gt;&lt;th&gt;Space&lt;/th&gt;&lt;td&gt;십자선 전환&lt;/td&gt;&lt;/th&gt;
&lt;/tbody&gt;&lt;/table&gt;
@@ -3851,7 +3847,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<message>
<source>Remove this graph.</source>
<oldsource>Remove this dissection behavior.</oldsource>
- <translation>이 분해동작을 제거합니다.</translation>
+ <translation>이 그래프를 삭제합니다.</translation>
</message>
<message>
<source>Add a new graph.</source>
@@ -3859,19 +3855,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Duplicate this graph.</source>
- <translation>이 그래프를 복사합니다.</translation>
+ <translation>이 그래프를 복제합니다.</translation>
</message>
<message>
<source>Clear all graphs.</source>
- <translation>모든 그래프를 복사합니다.</translation>
+ <translation>모든 그래프를 지웁니다.</translation>
</message>
<message>
<source>Move this graph upwards.</source>
- <translation>이 그래프를 위로 옮깁니다.</translation>
+ <translation>이 그래프를 위로 이동합니다.</translation>
</message>
<message>
<source>Move this graph downwards.</source>
- <translation>이 그래프를 아래로 옮깁니다.</translation>
+ <translation>이 그래프를 아래로 이동합니다.</translation>
</message>
<message>
<source>Mouse</source>
@@ -3879,7 +3875,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Drag using the mouse button.</source>
- <translation>마우스 버튼을 사용하여 드래그합니다.</translation>
+ <translation>마우스 단추를 사용하여 드래그합니다.</translation>
</message>
<message>
<source>drags</source>
@@ -3887,11 +3883,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Select using the mouse button.</source>
- <translation>마우스 버튼을 사용하여 선택합니다.</translation>
+ <translation>마우스 단추를 사용하여 선택합니다.</translation>
</message>
<message>
<source>zooms</source>
- <translation>확대</translation>
+ <translation>크기 조정</translation>
</message>
<message>
<source>Interval</source>
@@ -3907,11 +3903,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Automatic update</source>
- <translation type="unfinished"></translation>
+ <translation>자동 업데이트</translation>
</message>
<message>
<source>Enable legend</source>
- <translation type="unfinished"></translation>
+ <translation>범례 활성화</translation>
</message>
<message>
<source>Reset</source>
@@ -3947,7 +3943,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Up 10 Pixels</source>
- <translation>위쪽으로 10 픽셀 이동</translation>
+ <translation>위쪽으로 10픽셀 이동</translation>
</message>
<message>
<source>Up</source>
@@ -3955,7 +3951,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Left 10 Pixels</source>
- <translation>왼쪽으로 10 픽셀 이동</translation>
+ <translation>왼쪽으로 10픽셀 이동</translation>
</message>
<message>
<source>Left</source>
@@ -3963,7 +3959,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Right 10 Pixels</source>
- <translation>오른쪽으로 10 픽셀 이동</translation>
+ <translation>오른쪽으로 10픽셀 이동</translation>
</message>
<message>
<source>Right</source>
@@ -3971,7 +3967,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Down 10 Pixels</source>
- <translation>아래쪽으로 10 픽셀 이동</translation>
+ <translation>아래쪽으로 10픽셀 이동</translation>
</message>
<message>
<source>Down</source>
@@ -3979,7 +3975,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Up 1 Pixel</source>
- <translation>위쪽으로 1 픽셀 이동</translation>
+ <translation>위쪽으로 1픽셀 이동</translation>
</message>
<message>
<source>Shift+Up</source>
@@ -3987,7 +3983,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Left 1 Pixel</source>
- <translation>왼쪽으로 1 픽셀 이동</translation>
+ <translation>왼쪽으로 1픽셀 이동</translation>
</message>
<message>
<source>Shift+Left</source>
@@ -3995,7 +3991,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Right 1 Pixel</source>
- <translation>오른쪽으로 1 픽셀 이동</translation>
+ <translation>오른쪽으로 1픽셀 이동</translation>
</message>
<message>
<source>Shift+Right</source>
@@ -4003,12 +3999,12 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Move Down 1 Pixel</source>
- <translation>아래쪽으로 1 픽셀 이동</translation>
+ <translation>아래쪽으로 1픽셀 이동</translation>
</message>
<message>
<source>Move down 1 Pixel</source>
<oldsource>Move down 1 pixel</oldsource>
- <translation>아래쪽으로 1 픽셀 이동</translation>
+ <translation>아래쪽으로 1픽셀 이동</translation>
</message>
<message>
<source>Shift+Down</source>
@@ -4028,11 +4024,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Drag / Zoom</source>
- <translation>드래그 / 확대</translation>
+ <translation>드래그 / 크기 조정</translation>
</message>
<message>
<source>Toggle mouse drag / zoom behavior</source>
- <translation>마우스 드래그 / 확대 동작 전환</translation>
+ <translation>마우스 드래그 / 크기 조정 동작 전환</translation>
</message>
<message>
<source>Z</source>
@@ -4056,15 +4052,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Toggle crosshairs</source>
- <translation>십자선 표시를 전환</translation>
+ <translation>십자선 표시 전환</translation>
</message>
<message>
<source>Space</source>
- <translation>스페이스</translation>
+ <translation>Space</translation>
</message>
<message>
<source>Zoom In X Axis</source>
- <translation>X 축 확대</translation>
+ <translation>X축 확대</translation>
</message>
<message>
<source>X</source>
@@ -4072,7 +4068,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Zoom Out X Axis</source>
- <translation>X 축 축소</translation>
+ <translation>X축 축소</translation>
</message>
<message>
<source>Shift+X</source>
@@ -4080,7 +4076,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Zoom In Y Axis</source>
- <translation>Y 축 확대</translation>
+ <translation>Y축 확대</translation>
</message>
<message>
<source>Y</source>
@@ -4088,7 +4084,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Zoom Out Y Axis</source>
- <translation>Y 축 축소</translation>
+ <translation>Y축 축소</translation>
</message>
<message>
<source>Shift+Y</source>
@@ -4096,31 +4092,31 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>1 sec</source>
- <translation>1 초</translation>
+ <translation>1초</translation>
</message>
<message>
<source>10 sec</source>
- <translation>10 초</translation>
+ <translation>10초</translation>
</message>
<message>
<source>1 min</source>
- <translation>1 분</translation>
+ <translation>1분</translation>
</message>
<message>
<source>10 min</source>
- <translation>10 분</translation>
+ <translation>10분</translation>
</message>
<message>
<source>Time (s)</source>
- <translation>시간 (초)</translation>
+ <translation>시간(초)</translation>
</message>
<message>
<source>I/O Graphs</source>
- <translation>입/출력 그래프</translation>
+ <translation>I/O 그래프</translation>
</message>
<message>
<source>Save As…</source>
- <translation>다른이름으로 저장…</translation>
+ <translation>다른 이름으로 저장…</translation>
</message>
<message>
<source>Copy</source>
@@ -4128,63 +4124,63 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy graphs from another profile.</source>
- <translation>다른 프로필로부터 그래프 복사</translation>
+ <translation>다른 프로필에서 그래프를 복사합니다.</translation>
</message>
<message>
<source>1 ms</source>
- <translation>1 밀리초</translation>
+ <translation>1 ms</translation>
</message>
<message>
<source>2 ms</source>
- <translation>2 밀리초</translation>
+ <translation>2 ms</translation>
</message>
<message>
<source>5 ms</source>
- <translation>5 밀리초</translation>
+ <translation>5 ms</translation>
</message>
<message>
<source>10 ms</source>
- <translation>10 밀리초</translation>
+ <translation>10 ms</translation>
</message>
<message>
<source>20 ms</source>
- <translation>20 밀리초</translation>
+ <translation>20 ms</translation>
</message>
<message>
<source>50 ms</source>
- <translation>50 밀리초</translation>
+ <translation>50 ms</translation>
</message>
<message>
<source>100 ms</source>
- <translation>100 밀리초</translation>
+ <translation>100 ms</translation>
</message>
<message>
<source>200 ms</source>
- <translation>200 밀리초</translation>
+ <translation>200 ms</translation>
</message>
<message>
<source>500 ms</source>
- <translation>500 밀리초</translation>
+ <translation>500 ms</translation>
</message>
<message>
<source>2 sec</source>
- <translation>2 초</translation>
+ <translation>2초</translation>
</message>
<message>
<source>5 sec</source>
- <translation>5 초</translation>
+ <translation>5초</translation>
</message>
<message>
<source>Wireshark I/O Graphs: %1</source>
- <translation>Wireshark 입/출력 그래프: %1</translation>
+ <translation>Wireshark I/O 그래프: %1</translation>
</message>
<message>
<source>Filtered packets</source>
- <translation>걸러진 패킷</translation>
+ <translation>필터된 패킷</translation>
</message>
<message>
<source>Filtered events</source>
- <translation type="unfinished"></translation>
+ <translation>필터된 이벤트</translation>
</message>
<message>
<source>All Packets</source>
@@ -4196,27 +4192,27 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>All Events</source>
- <translation type="unfinished"></translation>
+ <translation>모든 이벤트</translation>
</message>
<message>
<source>Access Denied</source>
- <translation type="unfinished"></translation>
+ <translation>접근 거부됨</translation>
</message>
<message>
<source>Hover over the graph for details.</source>
- <translation>상세 정보를 보려면 그래프 위에 마우스를 올립니다.</translation>
+ <translation>자세한 정보를 보려면 그래프 위에 마우스를 올리십시오.</translation>
</message>
<message>
<source>No packets in interval</source>
- <translation>이 주기 안에 패킷이 없습니다</translation>
+ <translation>이 주기 안에 패킷 없음</translation>
</message>
<message>
<source>No events in interval</source>
- <translation type="unfinished"></translation>
+ <translation>이 주기 안에 이벤트 없음</translation>
</message>
<message>
<source>Click to select packet</source>
- <translation>클릭하여 패킷을 선택합니다</translation>
+ <translation>클릭하여 패킷 선택</translation>
</message>
<message>
<source>Packet</source>
@@ -4224,11 +4220,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Click to select event</source>
- <translation type="unfinished"></translation>
+ <translation>클릭하여 이벤트 선택</translation>
</message>
<message>
<source>Event</source>
- <translation type="unfinished">이벤트</translation>
+ <translation>이벤트</translation>
</message>
<message>
<source>%1 (%2s%3).</source>
@@ -4236,7 +4232,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Release to zoom, x = %1 to %2, y = %3 to %4</source>
- <translation>줌을 위해 릴리즈, x = %1 ~ %2, y = %3 ~ %4</translation>
+ <translation>커서를 놓으면 크기 조정, x = %1 - %2, y = %3 - %4</translation>
</message>
<message>
<source>Unable to select range.</source>
@@ -4244,7 +4240,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Click to select a portion of the graph.</source>
- <translation>클릭하여 그래프 비율을 선택합니다.</translation>
+ <translation>클릭하여 그래프의 부분을 선택하십시오.</translation>
</message>
<message>
<source>Portable Document Format (*.pdf)</source>
@@ -4256,7 +4252,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Windows Bitmap (*.bmp)</source>
- <translation>윈도우즈 비트맵 형식 (*.bmp)</translation>
+ <translation>Windows 비트맵 (*.bmp)</translation>
</message>
<message>
<source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
@@ -4268,7 +4264,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Save Graph As…</source>
- <translation>다른 이름으로 그래프를 저장…</translation>
+ <translation>다른 이름으로 그래프 저장…</translation>
</message>
</context>
<context>
@@ -4279,11 +4275,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:medium; font-weight:600;&quot;&gt;Forward&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:medium; font-weight:600;&quot;&gt;Reverse&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:medium; font-weight:600;&quot;&gt;Forward&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:medium; font-weight:600;&quot;&gt;Reverse&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:medium; font-weight:600;&quot;&gt;정방향&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:medium; font-weight:600;&quot;&gt;역방향&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Forward</source>
- <translation>Forward</translation>
+ <translation>정방향</translation>
</message>
<message>
<source>Packet</source>
@@ -4311,7 +4307,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Reverse</source>
- <translation>Reverse</translation>
+ <translation>역방향</translation>
</message>
<message>
<source>Graph</source>
@@ -4319,7 +4315,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show or hide forward jitter values.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;정방향 지터 값을 표시 또는 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;정방향 지터 값을 표시하거나 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Forward Jitter</source>
@@ -4327,7 +4323,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show or hide forward difference values.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;정방향 차이 값을 표시 또는 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;정방향 차이 값을 표시하거나 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Forward Difference</source>
@@ -4335,7 +4331,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show or hide reverse jitter values.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;역방향 지터 값을 표시 또는 숨깁니다&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;역방향 지터 값을 표시하거나 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Reverse Jitter</source>
@@ -4343,7 +4339,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show or hide reverse difference values.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;역방향 차이 값을 표시 또는 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;역방향 차이 값을 표시하거나 숨깁니다.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Reverse Difference</source>
@@ -4351,7 +4347,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</source>
- <translation>&lt;small&gt;&lt;i&gt;필터힌트.&lt;/i&gt;&lt;/small&gt;</translation>
+ <translation>&lt;small&gt;&lt;i&gt;힌트입니다.&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
<source>Audio</source>
@@ -4427,7 +4423,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Go to the next problem packet</source>
- <translation>다음 문제의 패킷으로 이동합니다</translation>
+ <translation>다음 문제가 발생한 패킷으로 이동</translation>
</message>
<message>
<source>N</source>
@@ -4459,7 +4455,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Windows Bitmap (*.bmp)</source>
- <translation>윈도우즈 비트맵 형식 (*.bmp)</translation>
+ <translation>Windows 비트맵 (*.bmp)</translation>
</message>
<message>
<source>JPEG File Interchange Format (*.jpeg *.jpg)</source>
@@ -4467,7 +4463,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Save Graph As…</source>
- <translation>다른 이름으로 그래프를 저장...</translation>
+ <translation>다른 이름으로 그래프 저장…</translation>
</message>
<message>
<source>Can&apos;t save in a file: Wrong length of captured packets.</source>
@@ -4475,7 +4471,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Can&apos;t save in a file: File I/O problem.</source>
- <translation>파일에 저장할 수 없습니다: 파일 입/출력 문제입니다.</translation>
+ <translation>파일에 저장할 수 없습니다: 파일 입출력 문제입니다.</translation>
</message>
<message>
<source>Save forward stream audio</source>
@@ -4491,7 +4487,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Sun Audio (*.au)</source>
- <translation>Sun 음성 형식 (*.au)</translation>
+ <translation>Sun 오디오 형식 (*.au)</translation>
</message>
<message>
<source>;;Raw (*.raw)</source>
@@ -4503,19 +4499,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Unable to save in that format</source>
- <translation>그 형식으로 저장 할 수 없습니다</translation>
+ <translation>해당 형식으로 저장할 수 없음</translation>
</message>
<message>
<source>Unable to save %1</source>
- <translation>%1 을(를) 저장할 수 없습니다</translation>
+ <translation>%1을(를) 저장할 수 없음</translation>
</message>
<message>
<source>Saving %1…</source>
- <translation>%1 저장중…</translation>
+ <translation>%1 저장 중…</translation>
</message>
<message>
<source>Analyzing IAX2</source>
- <translation>IAX2 분석중</translation>
+ <translation>IAX2 분석 중</translation>
</message>
<message>
<source>Save forward stream CSV</source>
@@ -4599,23 +4595,23 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Regular Expression</source>
- <translation>정규표현식</translation>
+ <translation>정규 표현식</translation>
</message>
<message>
<source>Import a file formatted according to a custom regular expression</source>
- <translation>사용자가 지정한 정규표현식에 따라 파일 형식을 가져오기</translation>
+ <translation>사용자가 지정한 정규 표현식에 따라 파일 형식을 가져오기</translation>
</message>
<message>
<source>Packet format regular expression</source>
- <translation>패킷 형식 정규표현식</translation>
+ <translation>패킷 형식 정규 표현식</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perl compatible regular expression capturing a single packet in the file with named groups identifieing data to import. Anchors ^ and $ also match before/after newlines &lt;/p&gt;&lt;p&gt;Required is only a data group, also supported are time, dir and seqno.&lt;/p&gt;&lt;p&gt;Regex flags: DUPNAMES, MULTILINE and NOEMPTY&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;불러오기 위해, 구분하기 위해 이름붙여진 파일에서 단일 패킷을 구분하기 위한 Perl 호환 정규표현식. 엥커 ^ 와 $ 는 새 행의 이전과 이후에도 매칭됩니다. &lt;/p&gt;&lt;p&gt;요구되는 내용은 데이터 그룹 뿐이며, 지원된다면, 시간, dir, seqno. 도 요구합니다.&lt;/p&gt;&lt;p&gt;정규표현식 플래그: DUPNAMES, MULTILINE, NOEMPTY&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;불러오기 위해, 구분하기 위해 이름붙여진 파일에서 단일 패킷을 구분하기 위한 Perl 호환 정규 표현식. 엥커 ^ 와 $ 는 새 행의 이전과 이후에도 매칭됩니다. &lt;/p&gt;&lt;p&gt;요구되는 내용은 데이터 그룹 뿐이며, 지원된다면, 시간, dir, seqno. 도 요구합니다.&lt;/p&gt;&lt;p&gt;정규 표현식 플래그: DUPNAMES, MULTILINE, NOEMPTY&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>This is regexHintLabel, it will be set to default_regex_hint</source>
- <translation>이것은 정규표현식 힌트레이블이며, default_regex_hint 로 지정될 것입니다.</translation>
+ <translation>이것은 정규 표현식 힌트레이블이며, default_regex_hint 로 지정될 것입니다.</translation>
</message>
<message>
<source>Data encoding:</source>
@@ -4627,7 +4623,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>encodingRegexExample</source>
- <translation>인코딩 정규표현식 예제</translation>
+ <translation>인코딩 정규 표현식 예제</translation>
</message>
<message>
<source>List of characters indicating incoming packets</source>
@@ -4695,7 +4691,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;recommended regex:&lt;/small&gt;&lt;/i&gt;</source>
- <translation>&lt;small&gt;&lt;i&gt; 추천 정규표현식:&lt;/small&gt;&lt;/i&gt;</translation>
+ <translation>&lt;small&gt;&lt;i&gt; 추천 정규 표현식:&lt;/small&gt;&lt;/i&gt;</translation>
</message>
<message>
<source>The format in which to parse timestamps in the text file (e.g. %H:%M:%S.). Format specifiers are based on strptime(3)</source>
@@ -10361,11 +10357,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -10489,7 +10485,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Regular Expression</source>
- <translation>정규표현식</translation>
+ <translation>정규 표현식</translation>
</message>
<message>
<source>Find</source>
@@ -13772,7 +13768,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index ab842c4c46..8ed43ec239 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -10384,11 +10384,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13800,7 +13800,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index f03ad00887..3c17934b28 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -3482,10 +3482,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Save Stream Content As…</source>
<translation>Сохранить содержимое потока как…</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[Вывод потока усечён]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3540,7 +3536,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[Вывод потока усечён]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -10415,11 +10411,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13878,7 +13874,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 3ed3145a9a..6aaba7baa9 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -3469,10 +3469,6 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Save Stream Content As…</source>
<translation>Spara ströminnehållet som …</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[Strömutdatan avhuggen]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3525,7 +3521,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[Strömutdatan avhuggen]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -10388,11 +10384,11 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13846,7 +13842,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_tr_TR.ts b/ui/qt/wireshark_tr_TR.ts
index 50e8b33562..25ce3abc75 100644
--- a/ui/qt/wireshark_tr_TR.ts
+++ b/ui/qt/wireshark_tr_TR.ts
@@ -3456,10 +3456,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Save Stream Content As…</source>
<translation>Akış İçeriğini Farklı Kaydet…</translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[Akış çıkışı kesildi]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3510,7 +3506,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[Akış çıkışı kesildi]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -10361,11 +10357,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13814,7 +13810,8 @@ a:üzerine gelin{
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index 40f8494f1d..eb19c4c29c 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -10304,11 +10304,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13663,7 +13663,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index 156b058077..04b6cb72c1 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -3452,10 +3452,6 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Save Stream Content As…</source>
<translation type="unfinished"></translation>
</message>
- <message>
- <source>[Stream output truncated]</source>
- <translation type="vanished">[流输出被截断]</translation>
- </message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@@ -3506,7 +3502,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
- <translation type="unfinished">[流输出被截断]</translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
@@ -10344,11 +10340,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser file path</source>
+ <source>Application path</source>
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run your web browser with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run an application with the SSLKEYLOG environment variable set to the file specified by the key log filename preference.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -13751,7 +13747,8 @@ a:hover {
<translation type="unfinished"></translation>
</message>
<message>
- <source>Browser (SSL Keylog)</source>
+ <source>SSL Keylog Launcher</source>
+ <oldsource>Browser (SSL Keylog)</oldsource>
<translation type="unfinished"></translation>
</message>
<message>