[Automatic update for 2023-10-29]

Update manuf, services enterprise numbers, translations, and other items.
This commit is contained in:
Gerald Combs 2023-10-29 16:26:06 +00:00
parent 24c8d79d53
commit 6f5fd697d9
19 changed files with 727 additions and 4236 deletions

View File

@ -4056,6 +4056,7 @@ Alex Sirr <alexsirruw[AT]gmail.com>
Alex Tessmer <dev[AT]tessmer.me>
AlexL <loginov.alex.valer[AT]gmail.com>
Alexander Aring <aahringo[AT]redhat.com>
Alexander Basargin <alexander.bsrgin[AT]yandex.ru>
Alexander Clouter <aclouter[AT]networkradius.com>
Alexander Clouter <alex[AT]digriz.org.uk>
Alexander Couzens <lynxis[AT]fe80.eu>
@ -4233,6 +4234,7 @@ Christoph Schlosser <christoph[AT]schlosser.xyz>
Christoph Wurm <wurm[AT]elastic.co>
Christoph Zeller <zeller_chr[AT]bluewin.ch>
Christophe GUERBER <christophe.guerber[AT]gmail.com>
Christophe Guerber <christophe.guerber[AT]enac.fr>
Christopher Farman <christopher.farman[AT]couchbase.com>
Christopher Kilgour <techie[AT]whiterocker.com>
Chuan He <bupthc[AT]gmail.com>
@ -4254,6 +4256,7 @@ Cristian Sava <contact[AT]cristiansava.ro>
Cédric Delmas <cedricde[AT]outlook.fr>
D. W. Poon <dwpoon[AT]mail.ubc.ca>
Daan De Meyer <daan.j.demeyer[AT]gmail.com>
Daisuke Matsuda <matsuda-daisuke[AT]fujitsu.com>
Damir Franusic <damir.franusic[AT]gmail.com>
Dan Robertson <danlrobertson89[AT]gmail.com>
Dana Sy <dana.hayden.sy[AT]gmail.com>
@ -4412,6 +4415,7 @@ Franklin Mathieu <franklinmathieu[AT]gmail.com>
Frans Meulenbroeks <fransmeulenbroeks[AT]yahoo.com>
Frédéric Perrin <fred[AT]fperrin.net>
GBLCA\amrobles <amrobles[AT]gblsys.com>
Gabor Spaits <gabor.spaits[AT]ericsson.com>
Gabor Vaszkun <vaszkun[AT]gmail.com>
Gabriel Ganne <gabriel.ganne[AT]enea.com>
Gabriel Ganne <gabriel.ganne[AT]gmail.com>
@ -4456,8 +4460,10 @@ Gustavo Garcia <gustavogb[AT]gmail.com>
Guvenc Gulce <guvenc[AT]linux.ibm.com>
Guy Davies <aguydavies[AT]gmail.com>
Guy Harris <gharris[AT]sonic.net>
Gábor Spaits <gaborspaits1[AT]gmail.com>
Günther Deschner <gd[AT]samba.org>
HOMEPC\eaosk <ea.oskolkov[AT]yandex.ru>
Haiyun Liu <liu0hy[AT]gmail.com>
Hal Rosenstock <hal.rosenstock[AT]gmail.com>
Hannes Reinecke <hare[AT]suse.de>
Hans Hinrichsen <hinrichsen.hans[AT]gmail.com>
@ -4609,6 +4615,7 @@ Josef Baumgartner <josef.baumgartner[AT]br-automation.com>
Joseph Huffman <jhuffman[AT]codeaurora.org>
Josh Schmelzle <13954434+joshschmelzle[AT]users.noreply.github.com>
Josh Schmelzle <josh[AT]joshschmelzle.com>
Josh Strohminger <18415319-joshstrohminger[AT]users.noreply.gitlab.com>
Josip Medved <jmedved[AT]jmedved.com>
Josselin VALLET <josselin.vallet[AT]toulouse.viveris.com>
Juan Jose Martin Carrascosa <juanjo[AT]rti.com>
@ -4926,6 +4933,7 @@ Pavel Moravec <mgr.pavel[AT]gmail.com>
Pavel Odintsov <pavel.odintsov[AT]gmail.com>
Pavel Strnad <strnadp[AT]tiscali.cz>
Pavlos Antoniou <pant[AT]intracom-telecom.com>
Pedro Alvarez <pinheirp[AT]tcd.ie>
Pedro Jose Marron <pjmarron[AT]locoslab.com>
Pedro Malagon <malagon[AT]die.upm.es>
Peng Li <seudut[AT]gmail.com>
@ -5058,6 +5066,7 @@ Sergey Rak <sergrak[AT]iotecha.com>
Sergey V. Lobanov <sergey.v.lobanov[AT]yandex.ru>
Sergey V. Lobanov <sergey[AT]lobanov.in>
Sergio Moreno Mozota <sergio.morenomozota[AT]telefonica.com>
Sergio de Paula <sergio.paula[AT]dsr-corporation.com>
Seth Alexander <seth.alexander[AT]cosmicaes.com>
Sharon Brizinov <SharonBrizinov[AT]users.noreply.github.com>
Sharvil Nanavati <sharvil[AT]playground.global>

34
NEWS
View File

@ -13,6 +13,9 @@ Wireshark 4.3.0 Release Notes
Improved display filter support for value strings (optional string
representations for numeric fields).
Display filter functions can be implemented as runtime-loadable C
plugins.
New and Updated Features
The following features are new (or have been significantly updated)
@ -32,11 +35,40 @@ Wireshark 4.3.0 Release Notes
restrictions: the multiplier/divisor must be an integer or float
and appear on the right-hand side of the operator.
• The keyword "bitand" can be used as an alternative syntax for
the bitwise-and operator.
• Functions alone can now be used as an entire logical
expression. The result of the expression is the truthiness of the
function return value (or of all values if more than one). This
is useful for example to write "len(something)" instead of
"len(something) != 0". Even more so if a function returns itself
a boolean value, it is now possible to write
"bool_test(some.field)" instead of having to write
"bool_test(some.field) == True" (both forms are now valid).
• Display filter autocompletions now also include display filter
functions.
New Protocol Support
MAC NR Framed (mac-nr-framed), RF4CE Network Layer (RF4CE), and RF4CE
Profile (RF4CE Profile)
Updated Protocol Support
Too many protocol updates have been made to list them all here.
• IPv6: The "show address detail" preference is now enabled by
default. The address details provided have been extended to
include more special purpose address block properties
(forwardable, globally-routable, etc).
Too many other protocol updates have been made to list them all here.
Major API Changes
• Plugins should provide a `plugin_describe()` function that
returns an ORed list of flags consisting of the plugin types used
(declared in wsutil/plugins.h).
Getting Wireshark

View File

@ -10734,6 +10734,7 @@ static const value_string usb_products_vals[] = {
{ 0x054c0df2, "DualSense Edge wireless controller (PS5)" },
{ 0x054c0e0c, "Sony ILCE-7RM5" },
{ 0x054c0e6e, "Sony NW-A306" },
{ 0x054c0e78, "Sony A6700" },
{ 0x054c1000, "Wireless Buzz! Receiver" },
{ 0x054c1294, "Sony DCR-SR75" },
{ 0x05500002, "InkJet Color Printer" },

View File

@ -8,7 +8,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* (last updated 2023-10-20) */
/* (last updated 2023-10-27) */
#include "config.h"
@ -19,12 +19,12 @@
typedef struct
{
uint32_t max_idx;
const char* values[61078];
const char* values[61096];
} global_enterprises_table_t;
static global_enterprises_table_t table =
{
61077,
61095,
{
"Reserved", // 0
"NxNetworks", // 1
@ -13059,7 +13059,7 @@ static global_enterprises_table_t table =
"Monitor724 Services Limited", // 13030
"NextGen Business Solution, Inc.", // 13031
"Reach Technologies", // 13032
"shockunit productions", // 13033
"DragonBoxSolar", // 13033
"SoftNet Systems, Inc.", // 13034
"Sonangol", // 13035
"Stradient, Inc.", // 13036
@ -22449,7 +22449,7 @@ static global_enterprises_table_t table =
"accedian, Inc.", // 22420
"TSYS Prepaid, Inc.", // 22421
"Provideo Systems Pty Ltd", // 22422
"Telvent Netherlands B.V. (DTN)", // 22423
"DTN", // 22423
"INTELSOFT", // 22424
"Audio Processing Technology (APT)", // 22425
"Digital Data Communications Asia Co., Ltd.", // 22426
@ -28273,7 +28273,7 @@ static global_enterprises_table_t table =
"Haus am Rügendamm", // 28244
"agorum Software GmbH", // 28245
"Trusted Peer Networks, Inc", // 28246
"Maxis Communications Berhad", // 28247
"Maxis Broadband Sdn Bhd", // 28247
"Newport Development Group", // 28248
"eonas IT-Beratung und -Entwicklung GmbH", // 28249
"Enerconv S.r.l.", // 28250
@ -34350,7 +34350,7 @@ static global_enterprises_table_t table =
"ICP DAS Co., Ltd", // 34321
"Hoojima Ltd", // 34322
"Zolfo Cooper", // 34323
"Ministry for Information Society of Montenegro", // 34324
"Ministry of Public Administration of Montenegro", // 34324
"Investec", // 34325
"Nokia", // 34326
"Farmacia Valentini", // 34327
@ -61103,7 +61103,25 @@ static global_enterprises_table_t table =
"Insight Media Internet Limited", // 61074
"Chandler Police Department", // 61075
"Zeroed.tech", // 61076
"xswg" // 61077
"xswg", // 61077
"Traceable AI", // 61078
"RUAG AG", // 61079
"Lemon Network Technology Co.,Ltd", // 61080
"DsNetwork", // 61081
"Klavis Kripta Inovasi", // 61082
"Marcel Metzen", // 61083
"Cleverbase", // 61084
"Terra Sound", // 61085
"Chengdu BeiZhongWangXin Technology Co.Ltd", // 61086
"shenzhen real linkShenzhen Real Link Technology Co.,Ltd", // 61087
"Anuvu", // 61088
"Northeast Credit Union", // 61089
"PKITNEXT LABS", // 61090
"DMIM", // 61091
"Hochschule fuer Gesundheit", // 61092
"Airbus CyberSecurity SAS", // 61093
"Seuster KG", // 61094
"MorningStar Senior Living" // 61095
}
};

View File

@ -178,6 +178,7 @@ static const manuf_registry_t ieee_registry_table[] = {
{ { 0x74, 0xE1, 0x4A }, MA_M },
{ { 0x74, 0xF8, 0xDB }, MA_M },
{ { 0x78, 0x13, 0x05 }, MA_M },
{ { 0x78, 0x39, 0x2D }, MA_M },
{ { 0x78, 0x5E, 0xE8 }, MA_M },
{ { 0x78, 0x72, 0x64 }, MA_M },
{ { 0x78, 0xC2, 0xC0 }, MA_M },
@ -3535,7 +3536,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x00, 0x0C, 0x8A }, "Bose", "Bose Corporation" },
{ { 0x00, 0x0C, 0x8B }, "ConnectTech", "Connect Tech Inc" },
{ { 0x00, 0x0C, 0x8C }, "Kodicom", "Kodicom Co.,Ltd." },
{ { 0x00, 0x0C, 0x8D }, "MATRIXVISION", "MATRIX VISION GmbH" },
{ { 0x00, 0x0C, 0x8D }, "BalluffMV", "Balluff MV GmbH" },
{ { 0x00, 0x0C, 0x8E }, "MentorEngine", "Mentor Engineering Inc" },
{ { 0x00, 0x0C, 0x8F }, "Nergal", "Nergal s.r.l." },
{ { 0x00, 0x0C, 0x90 }, "Octasic", "Octasic Inc." },
@ -3993,7 +3994,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x00, 0x0E, 0x5B }, "ParkerVision", "ParkerVision - Direct2Data" },
{ { 0x00, 0x0E, 0x5C }, "ARRISGroup", "ARRIS Group, Inc." },
{ { 0x00, 0x0E, 0x5D }, "TriplePlayTe", "Triple Play Technologies A/S" },
{ { 0x00, 0x0E, 0x5E }, "RaisecomTech", "Raisecom Technology" },
{ { 0x00, 0x0E, 0x5E }, "RaisecomTech", "Raisecom Technology CO., LTD" },
{ { 0x00, 0x0E, 0x5F }, "activnet", "activ-net GmbH & Co. KG" },
{ { 0x00, 0x0E, 0x60 }, "360SUNDigita", "360SUN Digital Broadband Corporation" },
{ { 0x00, 0x0E, 0x61 }, "Microtrol", "Microtrol Limited" },
@ -14054,7 +14055,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x08, 0xC5, 0xE1 }, "SamsungElect", "Samsung Electro-Mechanics(Thailand)" },
{ { 0x08, 0xC6, 0xB3 }, "Qtech", "Qtech Llc" },
{ { 0x08, 0xC7, 0x29 }, "Apple", "Apple, Inc." },
{ { 0x08, 0xC7, 0xF5 }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0x08, 0xC7, 0xF5 }, "VantivaConne", "Vantiva Connected Home - Technologies Telco" },
{ { 0x08, 0xC8, 0xC2 }, "GNAudio", "GN Audio A/S" },
{ { 0x08, 0xCA, 0x45 }, "ToyouFeijiEl", "Toyou Feiji Electronics Co., Ltd." },
{ { 0x08, 0xCB, 0xE5 }, "R3Solutions", "R3 Solutions GmbH" },
@ -14152,6 +14153,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x0C, 0x15, 0xC5 }, "SDTEC", "SDTEC Co., Ltd." },
{ { 0x0C, 0x17, 0x73 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0x0C, 0x17, 0xF1 }, "Telecsys", "Telecsys" },
{ { 0x0C, 0x18, 0x4E }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x0C, 0x19, 0x1F }, "InformElectr", "Inform Electronik" },
{ { 0x0C, 0x19, 0xF8 }, "Apple", "Apple, Inc." },
{ { 0x0C, 0x1A, 0x10 }, "AcousticStre", "Acoustic Stream" },
@ -16521,6 +16523,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x28, 0x48, 0xE7 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0x28, 0x4C, 0x53 }, "IntuneNetwor", "Intune Networks" },
{ { 0x28, 0x4D, 0x92 }, "Luminator", "Luminator" },
{ { 0x28, 0x4E, 0x44 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x28, 0x4E, 0xD7 }, "OutSmartPowe", "OutSmart Power Systems, Inc." },
{ { 0x28, 0x4E, 0xE9 }, "mercurycorpe", "mercury corperation" },
{ { 0x28, 0x4F, 0xCE }, "LiaoningWont", "Liaoning Wontel Science and Technology Development Co.,Ltd." },
@ -16766,6 +16769,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x2A, 0x0B, 0xB8 }, "xFusionDigit", "xFusion Digital Technologies Co., Limited" },
{ { 0x2A, 0x9F, 0xEB }, "AVnuAlliance", "AVnu Alliance" },
{ { 0x2A, 0xA1, 0x39 }, "Pointguard", "Pointguard, Llc" },
{ { 0x2A, 0xA1, 0x47 }, "Distribucion", "Distribuciones Cantilever" },
{ { 0x2A, 0xAC, 0x53 }, "WolfspyreLab", "Wolfspyre Labs" },
{ { 0x2A, 0xEA, 0x15 }, "TibitCommuni", "Tibit Communications" },
{ { 0x2A, 0xFD, 0x6A }, "CharterCommu", "Charter Communications" },
@ -17277,6 +17281,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x30, 0x8C, 0xFB }, "Dropcam", "Dropcam" },
{ { 0x30, 0x8D, 0x99 }, "HewlettPacka", "Hewlett Packard" },
{ { 0x30, 0x8E, 0x7A }, "iCommSemicon", "Shenzhen iComm Semiconductor CO.,LTD" },
{ { 0x30, 0x8E, 0xCF }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x30, 0x90, 0x48 }, "Apple", "Apple, Inc." },
{ { 0x30, 0x90, 0xAB }, "Apple", "Apple, Inc." },
{ { 0x30, 0x91, 0x76 }, "SkyworthDigi", "Skyworth Digital Technology(Shenzhen) Co.,Ltd" },
@ -17367,6 +17372,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x30, 0xD9, 0x41 }, "RaydiumSemic", "Raydium Semiconductor Corp." },
{ { 0x30, 0xD9, 0x7F }, "Tech4homeLda", "Tech4home, Lda" },
{ { 0x30, 0xD9, 0xD9 }, "Apple", "Apple, Inc." },
{ { 0x30, 0xDC, 0xE7 }, "zte", "zte corporation" },
{ { 0x30, 0xDE, 0x4B }, "TPLink", "TP-Link Corporation Limited" },
{ { 0x30, 0xDE, 0x86 }, "CedacSoftwar", "Cedac Software S.r.l." },
{ { 0x30, 0xDF, 0x17 }, "Alpsalpine", "Alpsalpine Co,.Ltd" },
@ -17970,6 +17976,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x38, 0xA5, 0xB6 }, "MegmeetElect", "Shenzhen Megmeet Electrical Co.,Ltd" },
{ { 0x38, 0xA6, 0x59 }, "SagemcomBroa", "Sagemcom Broadband SAS" },
{ { 0x38, 0xA6, 0xCE }, "SkyUk", "Sky Uk Limited" },
{ { 0x38, 0xA7, 0x46 }, "CompalInform", "Compal Information (Kunshan) Co., Ltd." },
{ { 0x38, 0xA8, 0x51 }, "QuicksetDefe", "Quickset Defense Technologies, LLC" },
{ { 0x38, 0xA8, 0x6B }, "Orga", "Orga BV" },
{ { 0x38, 0xA8, 0x9B }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
@ -18012,6 +18019,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x38, 0xC0, 0xEA }, "Fortinet", "Fortinet, Inc." },
{ { 0x38, 0xC2, 0xBA }, "CctvNeotech", "Cctv Neotech" },
{ { 0x38, 0xC4, 0xE8 }, "NSSSp", "NSS Sp. z o.o." },
{ { 0x38, 0xC6, 0xBD }, "XiaomiCommun", "Xiaomi Communications Co Ltd" },
{ { 0x38, 0xC7, 0x0A }, "WiFiSong", "WiFiSong" },
{ { 0x38, 0xC7, 0xBA }, "CSServices", "CS Services Co.,Ltd." },
{ { 0x38, 0xC8, 0x04 }, "HuiZhouGaosh", "Hui Zhou Gaoshengda Technology Co.,LTD" },
@ -18174,7 +18182,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x3C, 0x2C, 0x94 }, "杭州德澜科技有限公司H", "杭州德澜科技有限公司HangZhou Delan Technology Co.,Ltd" },
{ { 0x3C, 0x2C, 0x99 }, "EdgecoreNetw", "Edgecore Networks Corporation" },
{ { 0x3C, 0x2C, 0xA6 }, "XiaomiElectr", "Beijing Xiaomi Electronics Co.,Ltd" },
{ { 0x3C, 0x2D, 0x9E }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0x3C, 0x2D, 0x9E }, "VantivaConne", "Vantiva - Connected Home" },
{ { 0x3C, 0x2D, 0xB7 }, "TexasInstrum", "Texas Instruments" },
{ { 0x3C, 0x2E, 0xF5 }, "SiliconLabor", "Silicon Laboratories" },
{ { 0x3C, 0x2E, 0xF9 }, "Apple", "Apple, Inc." },
@ -18830,6 +18838,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x44, 0x2A, 0xFF }, "E3Technology", "E3 Technology, Inc." },
{ { 0x44, 0x2B, 0x03 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x44, 0x2C, 0x05 }, "AMPAKTechnol", "AMPAK Technology, Inc." },
{ { 0x44, 0x30, 0x3F }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x44, 0x31, 0x92 }, "HewlettPacka", "Hewlett Packard" },
{ { 0x44, 0x32, 0x2A }, "Avaya", "Avaya Inc" },
{ { 0x44, 0x32, 0x62 }, "zte", "zte corporation" },
@ -19687,7 +19696,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x4C, 0xB8, 0x2C }, "CambridgeMob", "Cambridge Mobile Telematics, Inc." },
{ { 0x4C, 0xB8, 0xB5 }, "YOUHUATechno", "Shenzhen YOUHUA Technology Co., Ltd" },
{ { 0x4C, 0xB9, 0x10 }, "Apple", "Apple, Inc." },
{ { 0x4C, 0xB9, 0x11 }, "RaisecomTech", "Raisecom Technology CO.,LTD" },
{ { 0x4C, 0xB9, 0x11 }, "RaisecomTech", "Raisecom Technology CO., LTD" },
{ { 0x4C, 0xB9, 0x9B }, "WeifangGoert", "Weifang Goertek Electronics Co.,Ltd" },
{ { 0x4C, 0xB9, 0xC8 }, "Conet", "Conet Co., Ltd." },
{ { 0x4C, 0xB9, 0xEA }, "iRobot", "iRobot Corporation" },
@ -20087,6 +20096,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x50, 0xE0, 0xC7 }, "TurControlSy", "TurControlSystme AG" },
{ { 0x50, 0xE0, 0xEF }, "Nokia", "Nokia" },
{ { 0x50, 0xE2, 0x4E }, "zte", "zte corporation" },
{ { 0x50, 0xE4, 0x52 }, "ChipseaTechn", "Chipsea Technologies (Shenzhen) Corp." },
{ { 0x50, 0xE4, 0x78 }, "SichuanAILin", "Sichuan AI-Link Technology Co., Ltd." },
{ { 0x50, 0xE4, 0xE0 }, "ArubaHewlett", "Aruba, a Hewlett Packard Enterprise Company" },
{ { 0x50, 0xE5, 0x38 }, "HikvisionDig", "Hangzhou Hikvision Digital Technology Co.,Ltd." },
@ -20385,6 +20395,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x54, 0xD1, 0xB0 }, "UniversalLas", "Universal Laser Systems, Inc" },
{ { 0x54, 0xD2, 0x72 }, "NukiHomeSolu", "Nuki Home Solutions GmbH" },
{ { 0x54, 0xD4, 0x6F }, "CiscoSPVTG", "Cisco SPVTG" },
{ { 0x54, 0xD6, 0x0D }, "EzvizSoftwar", "Hangzhou Ezviz Software Co.,Ltd." },
{ { 0x54, 0xD7, 0x51 }, "Proximus", "Proximus" },
{ { 0x54, 0xD7, 0xE3 }, "ArubaHewlett", "Aruba, a Hewlett Packard Enterprise Company" },
{ { 0x54, 0xD9, 0xC6 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
@ -20613,6 +20624,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x58, 0x95, 0x7E }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0x58, 0x96, 0x1D }, "Intel", "Intel Corporate" },
{ { 0x58, 0x96, 0x30 }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0x58, 0x96, 0x71 }, "WistronNeweb", "Wistron Neweb Corporation" },
{ { 0x58, 0x97, 0x1E }, "Cisco", "Cisco Systems, Inc" },
{ { 0x58, 0x97, 0xBD }, "Cisco", "Cisco Systems, Inc" },
{ { 0x58, 0x98, 0x35 }, "TechnicolorD", "Technicolor Delivery Technologies Belgium NV" },
@ -20751,6 +20763,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x5C, 0x04, 0x5A }, "CompanyNASta", "Company NA Stage & Light" },
{ { 0x5C, 0x07, 0x58 }, "Ufispace", "Ufispace Co., LTD." },
{ { 0x5C, 0x07, 0x6F }, "ThoughtCreat", "Thought Creator" },
{ { 0x5C, 0x07, 0xA6 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x5C, 0x09, 0x47 }, "Apple", "Apple, Inc." },
{ { 0x5C, 0x09, 0x79 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x5C, 0x0A, 0x5B }, "SamsungElect", "Samsung Electro Mechanics Co., Ltd." },
@ -20767,6 +20780,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x5C, 0x15, 0x15 }, "Advan", "Advan" },
{ { 0x5C, 0x15, 0xE1 }, "AidcTechnolo", "Aidc Technology (S) Pte Ltd" },
{ { 0x5C, 0x16, 0x48 }, "GuangdongOpp", "Guangdong Oppo Mobile Telecommunications Corp.,Ltd" },
{ { 0x5C, 0x16, 0x7D }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x5C, 0x16, 0xC7 }, "AristaNetwor", "Arista Networks" },
{ { 0x5C, 0x17, 0x20 }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0x5C, 0x17, 0x37 }, "IViewNow", "I-View Now, LLC." },
@ -20862,6 +20876,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x5C, 0x62, 0x8B }, "TPLink", "TP-Link Corporation Limited" },
{ { 0x5C, 0x63, 0xBF }, "TpLinkTechno", "Tp-Link Technologies Co.,Ltd." },
{ { 0x5C, 0x63, 0xC9 }, "Intellithing", "Intellithings Ltd." },
{ { 0x5C, 0x64, 0x0F }, "SageTechnolo", "Sage Technologies Inc." },
{ { 0x5C, 0x64, 0x7A }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x5C, 0x64, 0x8E }, "ZyxelCommuni", "Zyxel Communications Corporation" },
{ { 0x5C, 0x64, 0xF1 }, "Cisco", "Cisco Systems, Inc" },
@ -22372,6 +22387,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x6C, 0xD2, 0xBA }, "zte", "zte corporation" },
{ { 0x6C, 0xD3, 0xEE }, "Zimi", "Zimi Corporation" },
{ { 0x6C, 0xD6, 0x30 }, "RootousSyste", "Rootous System Co.,Ltd" },
{ { 0x6C, 0xD6, 0x3F }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x6C, 0xD6, 0x8A }, "LGElectronic", "LG Electronics (Mobile Communications)" },
{ { 0x6C, 0xD6, 0xE3 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x6C, 0xD7, 0x04 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
@ -22386,6 +22402,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x6C, 0xDE, 0xA9 }, "CiscoMeraki", "Cisco Meraki" },
{ { 0x6C, 0xE0, 0x1E }, "Modcam", "Modcam AB" },
{ { 0x6C, 0xE0, 0xB0 }, "Sound4", "Sound4" },
{ { 0x6C, 0xE2, 0xD3 }, "NewH3CTechno", "New H3C Technologies Co., Ltd" },
{ { 0x6C, 0xE3, 0xB6 }, "NeraTelecomm", "Nera Telecommunications Ltd." },
{ { 0x6C, 0xE4, 0xCE }, "VilligerSecu", "Villiger Security Solutions AG" },
{ { 0x6C, 0xE4, 0xDA }, "NECPlatforms", "NEC Platforms, Ltd." },
@ -23345,7 +23362,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x78, 0x8E, 0x33 }, "JiangsuSEUIC", "Jiangsu SEUIC Technology Co.,Ltd" },
{ { 0x78, 0x90, 0xA2 }, "zte", "zte corporation" },
{ { 0x78, 0x91, 0xDE }, "GuangdongACI", "Guangdong ACIGA Science&Technology Co.,Ltd" },
{ { 0x78, 0x91, 0xE9 }, "RaisecomTech", "Raisecom Technology CO.,LTD" },
{ { 0x78, 0x91, 0xE9 }, "RaisecomTech", "Raisecom Technology CO., LTD" },
{ { 0x78, 0x92, 0x3E }, "Nokia", "Nokia Corporation" },
{ { 0x78, 0x92, 0x9C }, "Intel", "Intel Corporate" },
{ { 0x78, 0x94, 0xB4 }, "Sercomm", "Sercomm Corporation." },
@ -23927,6 +23944,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x80, 0x2D, 0xBF }, "Cisco", "Cisco Systems, Inc" },
{ { 0x80, 0x2D, 0xE1 }, "SolarbridgeT", "Solarbridge Technologies" },
{ { 0x80, 0x2E, 0x14 }, "azetiNetwork", "azeti Networks AG" },
{ { 0x80, 0x2E, 0xC3 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0x80, 0x2F, 0xDE }, "ZurichInstru", "Zurich Instruments AG" },
{ { 0x80, 0x30, 0x49 }, "LiteonTechno", "Liteon Technology Corporation" },
{ { 0x80, 0x30, 0xDC }, "TexasInstrum", "Texas Instruments" },
@ -24434,6 +24452,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x84, 0xB1, 0xE4 }, "Apple", "Apple, Inc." },
{ { 0x84, 0xB2, 0x61 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x84, 0xB3, 0x1B }, "Kinexon", "Kinexon GmbH" },
{ { 0x84, 0xB4, 0xD2 }, "iCommSemicon", "Shenzhen iComm Semiconductor CO.,LTD" },
{ { 0x84, 0xB4, 0xDB }, "SiliconLabor", "Silicon Laboratories" },
{ { 0x84, 0xB5, 0x17 }, "Cisco", "Cisco Systems, Inc" },
{ { 0x84, 0xB5, 0x41 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
@ -25945,6 +25964,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0x98, 0x25, 0x4A }, "BigFieldGlob", "Big Field Global PTE. Ltd." },
{ { 0x98, 0x26, 0x2A }, "AppliedResea", "Applied Research Associates, Inc" },
{ { 0x98, 0x26, 0xAD }, "QuectelWirel", "Quectel Wireless Solutions Co.,Ltd." },
{ { 0x98, 0x28, 0x8B }, "zhejiangDusu", "zhejiang Dusun Electron Co.,Ltd" },
{ { 0x98, 0x28, 0xA6 }, "CompalInform", "Compal Information (Kunshan) Co., Ltd." },
{ { 0x98, 0x29, 0x1D }, "JaguardeMexi", "Jaguar de Mexico, SA de CV" },
{ { 0x98, 0x29, 0x3F }, "FujianStartC", "Fujian Start Computer Equipment Co.,Ltd" },
@ -27287,6 +27307,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xA8, 0x3A, 0x79 }, "Mist", "Mist Systems, Inc." },
{ { 0xA8, 0x3B, 0x5C }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xA8, 0x3B, 0x76 }, "CloudNetwork", "Cloud Network Technology Singapore Pte. Ltd." },
{ { 0xA8, 0x3C, 0xA5 }, "Dell", "Dell Inc." },
{ { 0xA8, 0x3C, 0xCB }, "Rossma", "Rossma" },
{ { 0xA8, 0x3E, 0x0E }, "HMDGlobal", "HMD Global Oy" },
{ { 0xA8, 0x3E, 0xD3 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
@ -28747,7 +28768,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xB8, 0x9E, 0xA6 }, "SpbecMining", "Spbec-Mining Co.Ltd" },
{ { 0xB8, 0x9F, 0x09 }, "WistronNeweb", "Wistron Neweb Corporation" },
{ { 0xB8, 0x9F, 0xCC }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xB8, 0xA1, 0x4A }, "RaisecomTech", "Raisecom Technology CO.,LTD" },
{ { 0xB8, 0xA1, 0x4A }, "RaisecomTech", "Raisecom Technology CO., LTD" },
{ { 0xB8, 0xA1, 0x75 }, "Roku", "Roku, Inc." },
{ { 0xB8, 0xA3, 0x77 }, "Cisco", "Cisco Systems, Inc" },
{ { 0xB8, 0xA3, 0x86 }, "DLinkInterna", "D-Link International" },
@ -28899,6 +28920,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xBC, 0x06, 0x2D }, "Wacom", "Wacom Co.,Ltd." },
{ { 0xBC, 0x09, 0x1B }, "Intel", "Intel Corporate" },
{ { 0xBC, 0x09, 0x63 }, "Apple", "Apple, Inc." },
{ { 0xBC, 0x09, 0xEB }, "TecnoMobile", "Tecno Mobile Limited" },
{ { 0xBC, 0x0D, 0xA5 }, "TexasInstrum", "Texas Instruments" },
{ { 0xBC, 0x0E, 0xAB }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xBC, 0x0F, 0x2B }, "FortuneTechg", "Fortune Techgroup Co.,Ltd" },
@ -29238,6 +29260,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xC0, 0x14, 0xB8 }, "Nokia", "Nokia" },
{ { 0xC0, 0x14, 0xFE }, "Cisco", "Cisco Systems, Inc" },
{ { 0xC0, 0x16, 0x92 }, "ChinaMobileG", "China Mobile Group Device Co.,Ltd." },
{ { 0xC0, 0x16, 0x93 }, "XiaomiCommun", "Xiaomi Communications Co Ltd" },
{ { 0xC0, 0x17, 0x4D }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xC0, 0x17, 0x54 }, "Apple", "Apple, Inc." },
{ { 0xC0, 0x18, 0x03 }, "HP", "HP Inc." },
@ -29538,6 +29561,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xC4, 0x05, 0x28 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xC4, 0x06, 0x83 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xC4, 0x07, 0x2F }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xC4, 0x07, 0x78 }, "NewH3CTechno", "New H3C Technologies Co., Ltd" },
{ { 0xC4, 0x08, 0x4A }, "Nokia", "Nokia" },
{ { 0xC4, 0x08, 0x80 }, "UTEPOTech", "Shenzhen UTEPO Tech Co., Ltd." },
{ { 0xC4, 0x09, 0x38 }, "FujianStarNe", "Fujian Star-Net Communication Co.,Ltd" },
@ -29570,6 +29594,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xC4, 0x1C, 0x9C }, "JiQiDao", "JiQiDao" },
{ { 0xC4, 0x1C, 0xFF }, "Vizio", "Vizio, Inc" },
{ { 0xC4, 0x1E, 0xCE }, "HMISources", "HMI Sources Ltd." },
{ { 0xC4, 0x21, 0xB9 }, "zte", "zte corporation" },
{ { 0xC4, 0x21, 0xC8 }, "Kyocera", "Kyocera Corporation" },
{ { 0xC4, 0x23, 0x60 }, "Intel", "Intel Corporate" },
{ { 0xC4, 0x23, 0x7A }, "WhizNets", "WhizNets Inc." },
@ -29638,7 +29663,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xC4, 0x4F, 0x5F }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xC4, 0x4F, 0x96 }, "AlpsAlpine", "Alps Alpine" },
{ { 0xC4, 0x50, 0x06 }, "SamsungElect", "Samsung Electronics Co.,Ltd" },
{ { 0xC4, 0x50, 0x9C }, "VantivaUSA", "Vantiva USA LLC" },
{ { 0xC4, 0x50, 0x9C }, "VantivaConne", "Vantiva - Connected Home" },
{ { 0xC4, 0x51, 0x8D }, "YOUHUATechno", "Shenzhen YOUHUA Technology Co., Ltd" },
{ { 0xC4, 0x52, 0x4F }, "Apple", "Apple, Inc." },
{ { 0xC4, 0x53, 0x79 }, "MicronviewLi", "Micronview Limited Liability Company" },
@ -30204,6 +30229,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xC8, 0xFA, 0xE1 }, "ARQDigital", "ARQ Digital LLC" },
{ { 0xC8, 0xFB, 0x26 }, "CiscoSPVTG", "Cisco SPVTG" },
{ { 0xC8, 0xFD, 0x19 }, "TexasInstrum", "Texas Instruments" },
{ { 0xC8, 0xFE, 0x0F }, "BilianElectr", "Shenzhen Bilian Electronic Co.Ltd" },
{ { 0xC8, 0xFE, 0x30 }, "BejingDAYOMo", "Bejing DAYO Mobile Communication Technology Ltd." },
{ { 0xC8, 0xFE, 0x6A }, "JuniperNetwo", "Juniper Networks" },
{ { 0xC8, 0xFF, 0x28 }, "LiteonTechno", "Liteon Technology Corporation" },
@ -30255,6 +30281,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xCC, 0x1A, 0xA3 }, "AristaNetwor", "Arista Networks" },
{ { 0xCC, 0x1A, 0xFA }, "zte", "zte corporation" },
{ { 0xCC, 0x1B, 0x5A }, "RuckusWirele", "Ruckus Wireless" },
{ { 0xCC, 0x1E, 0x56 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xCC, 0x1E, 0x97 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xCC, 0x1E, 0xFF }, "Metrological", "Metrological Group BV" },
{ { 0xCC, 0x1F, 0xC4 }, "InVue", "InVue" },
@ -30580,6 +30607,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD0, 0x0E, 0xD9 }, "TaicangT&WEl", "Taicang T&W Electronics" },
{ { 0xD0, 0x0F, 0x6D }, "T&WElectroni", "T&W Electronics Company" },
{ { 0xD0, 0x12, 0x42 }, "BIOS", "BIOS Corporation" },
{ { 0xD0, 0x12, 0x55 }, "HuiZhouGaosh", "Hui Zhou Gaoshengda Technology Co.,LTD" },
{ { 0xD0, 0x12, 0xCB }, "AVMAudiovisu", "AVM Audiovisuelles Marketing und Computersysteme GmbH" },
{ { 0xD0, 0x13, 0x1E }, "SunrexTechno", "Sunrex Technology Corp" },
{ { 0xD0, 0x13, 0xFD }, "LGElectronic", "LG Electronics (Mobile Communications)" },
@ -31166,6 +31194,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD4, 0xD4, 0xDA }, "Espressif", "Espressif Inc." },
{ { 0xD4, 0xD5, 0x0D }, "SouthwestMic", "Southwest Microwave, Inc" },
{ { 0xD4, 0xD5, 0x1B }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xD4, 0xD6, 0x59 }, "MetaPlatform", "Meta Platforms Technologies, LLC" },
{ { 0xD4, 0xD7, 0x48 }, "Cisco", "Cisco Systems, Inc" },
{ { 0xD4, 0xD7, 0xA9 }, "KaixiangInfo", "Shanghai Kaixiang Info Tech LTD" },
{ { 0xD4, 0xD7, 0xCF }, "RealmeChongq", "Realme Chongqing Mobile Telecommunications Corp.,Ltd." },
@ -31217,6 +31246,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD4, 0xF6, 0x3F }, "Iea", "Iea S.R.L." },
{ { 0xD4, 0xF7, 0x56 }, "zte", "zte corporation" },
{ { 0xD4, 0xF7, 0x86 }, "FiberhomeTel", "Fiberhome Telecommunication Technologies Co.,LTD" },
{ { 0xD4, 0xF7, 0xD5 }, "SonyInteract", "Sony Interactive Entertainment Inc." },
{ { 0xD4, 0xF8, 0x29 }, "SagemcomBroa", "Sagemcom Broadband SAS" },
{ { 0xD4, 0xF9, 0x21 }, "QingdaoIntel", "Qingdao Intelligent&Precise Electronics Co.,Ltd." },
{ { 0xD4, 0xF9, 0x8D }, "Espressif", "Espressif Inc." },
@ -31285,6 +31315,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xD8, 0x29, 0x16 }, "AscentCommun", "Ascent Communication Technology" },
{ { 0xD8, 0x29, 0x18 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xD8, 0x29, 0x86 }, "BestWishTech", "Best Wish Technology LTD" },
{ { 0xD8, 0x29, 0xF8 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xD8, 0x2A, 0x15 }, "Leitner", "Leitner SpA" },
{ { 0xD8, 0x2A, 0x7E }, "Nokia", "Nokia Corporation" },
{ { 0xD8, 0x2D, 0x40 }, "JanzContagem", "Janz - Contagem e Gestão de Fluídos S.A." },
@ -32665,6 +32696,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xE8, 0x51, 0x9D }, "YeonhabPreci", "Yeonhab Precision Co.,LTD" },
{ { 0xE8, 0x51, 0x9E }, "GuangzhouShi", "Guangzhou Shiyuan Electronic Technology Company Limited" },
{ { 0xE8, 0x54, 0x84 }, "NEOInformati", "NEO Information Systems Co., Ltd." },
{ { 0xE8, 0x55, 0x40 }, "WuxiFunideDi", "Wuxi Funide Digital Co.,Ltd" },
{ { 0xE8, 0x55, 0xB4 }, "SAITechnolog", "SAI Technology Inc." },
{ { 0xE8, 0x56, 0x59 }, "AdvancedConn", "Advanced-Connectek Inc." },
{ { 0xE8, 0x56, 0xD6 }, "NCTech", "NCTech Ltd" },
@ -34416,6 +34448,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xFC, 0x5B, 0x24 }, "WeibelScient", "Weibel Scientific A/S" },
{ { 0xFC, 0x5B, 0x26 }, "MikroBits", "MikroBits" },
{ { 0xFC, 0x5B, 0x39 }, "Cisco", "Cisco Systems, Inc" },
{ { 0xFC, 0x5B, 0x8C }, "XiaomiCommun", "Xiaomi Communications Co Ltd" },
{ { 0xFC, 0x5C, 0x45 }, "RuckusWirele", "Ruckus Wireless" },
{ { 0xFC, 0x5C, 0xEE }, "LCFCElectron", "LCFC(Hefei) Electronics Technology co., ltd" },
{ { 0xFC, 0x5F, 0x49 }, "ZhejiangDahu", "Zhejiang Dahua Technology Co., Ltd." },
@ -34464,6 +34497,7 @@ static const manuf_oui24_t global_manuf_oui24_table[] = {
{ { 0xFC, 0x86, 0x2A }, "HuaweiDevice", "Huawei Device Co., Ltd." },
{ { 0xFC, 0x87, 0x43 }, "HuaweiTechno", "Huawei Technologies Co.,Ltd" },
{ { 0xFC, 0x8A, 0x3D }, "zte", "zte corporation" },
{ { 0xFC, 0x8A, 0xF7 }, "zte", "zte corporation" },
{ { 0xFC, 0x8B, 0x97 }, "GongjinElect", "Shenzhen Gongjin Electronics Co.,Lt" },
{ { 0xFC, 0x8C, 0x11 }, "Microsoft", "Microsoft Corporation" },
{ { 0xFC, 0x8D, 0x13 }, "FujianStarNe", "Fujian Star-Net Communication Co.,Ltd" },
@ -36986,6 +37020,10 @@ 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, 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, 0x5E, 0xE8, 0x00 }, "Youtransacto", "Youtransactor" },
{ { 0x78, 0x5E, 0xE8, 0x10 }, "RIKENKEIKINA", "RIKEN KEIKI NARA MFG. Co., Ltd." },
{ { 0x78, 0x5E, 0xE8, 0x20 }, "VegaAbsolute", "Vega-Absolute" },
@ -38651,10 +38689,14 @@ static const manuf_oui28_t global_manuf_oui28_table[] = {
{ { 0xC8, 0x98, 0xDB, 0x00 }, "UnicoreCommu", "Unicore Communications Inc." },
{ { 0xC8, 0x98, 0xDB, 0x10 }, "Block", "Block, Inc." },
{ { 0xC8, 0x98, 0xDB, 0x20 }, "freecle", "freecle Inc." },
{ { 0xC8, 0x98, 0xDB, 0x30 }, "KedakedaTech", "Shenzhen Kedakeda Technology Co., Ltd." },
{ { 0xC8, 0x98, 0xDB, 0x40 }, "IBDIntellige", "Shenzhen IBD Intelligence Technology Co,.Ltd." },
{ { 0xC8, 0x98, 0xDB, 0x60 }, "Quantum", "Quantum Co., Ltd." },
{ { 0xC8, 0x98, 0xDB, 0x70 }, "J&RTechnolog", "J&R Technology Limited" },
{ { 0xC8, 0x98, 0xDB, 0x80 }, "Voleatech", "Voleatech GmbH" },
{ { 0xC8, 0x98, 0xDB, 0x90 }, "Mindtec", "Mindtec" },
{ { 0xC8, 0x98, 0xDB, 0xA0 }, "Champin", "Champin" },
{ { 0xC8, 0x98, 0xDB, 0xB0 }, "HooolinkTech", "Shenzhen Hooolink Technology Co., LTD" },
{ { 0xC8, 0x98, 0xDB, 0xC0 }, "SmartrendMan", "Smartrend Manufacturing Group" },
{ { 0xC8, 0x98, 0xDB, 0xD0 }, "Quilt", "Quilt Systems, Inc" },
{ { 0xC8, 0x98, 0xDB, 0xE0 }, "qihangzhiton", "qihangzhitong" },
@ -39248,6 +39290,7 @@ static const manuf_oui28_t global_manuf_oui28_table[] = {
{ { 0xEC, 0x9A, 0x0C, 0x70 }, "JiangsuMaodu", "Jiangsu Maodu Yunke Medical Technology Co., Ltd" },
{ { 0xEC, 0x9A, 0x0C, 0x80 }, "NXC", "NXC Systems LLC" },
{ { 0xEC, 0x9A, 0x0C, 0x90 }, "TianjinMeite", "Tianjin Meiteng Technology Co.,Ltd" },
{ { 0xEC, 0x9A, 0x0C, 0xA0 }, "Fancom", "Fancom" },
{ { 0xEC, 0x9A, 0x0C, 0xB0 }, "ReVibeEnergy", "ReVibe Energy AB" },
{ { 0xEC, 0x9A, 0x0C, 0xC0 }, "FujianZhongl", "Fujian Zhongliang Zhihui Technology Co., Ltd" },
{ { 0xEC, 0x9A, 0x0C, 0xD0 }, "ViGEM", "ViGEM GmbH" },
@ -48552,6 +48595,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x1C, 0xE0 }, "Eiden", "Eiden Co.,Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x1D, 0x00 }, "MBconnectlin", "MB connect line GmbH Fernwartungssysteme" },
{ { 0x8C, 0x1F, 0x64, 0x1D, 0x10 }, "ASStrömungst", "AS Strömungstechnik GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x1D, 0x30 }, "OpusTwoICS", "Opus-Two ICS" },
{ { 0x8C, 0x1F, 0x64, 0x1D, 0x60 }, "ZhejiangQian", "Zhejiang Qian Information & Technologies" },
{ { 0x8C, 0x1F, 0x64, 0x1D, 0x80 }, "Mesomat", "Mesomat inc." },
{ { 0x8C, 0x1F, 0x64, 0x1D, 0xA0 }, "ChongqingHua", "Chongqing Huaxiu Technology Co.,Ltd" },
@ -48655,10 +48699,12 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x31, 0xA0 }, "Asiga", "Asiga Pty Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x31, 0xB0 }, "jointanalyti", "joint analytical systems GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x32, 0x40 }, "KineticTechn", "Kinetic Technologies" },
{ { 0x8C, 0x1F, 0x64, 0x32, 0x70 }, "DeutescherWe", "Deutescher Wetterdienst" },
{ { 0x8C, 0x1F, 0x64, 0x32, 0x80 }, "ComVideoSecu", "Com Video Security Systems Co., Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x32, 0x90 }, "YUYAMAMFG", "YUYAMA MFG Co.,Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x32, 0xB0 }, "ShenyangTaih", "Shenyang Taihua Technology Co., Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x32, 0xC0 }, "TaikoAudio", "Taiko Audio B.V." },
{ { 0x8C, 0x1F, 0x64, 0x32, 0xE0 }, "TrineoSp", "Trineo Systems Sp. z o.o." },
{ { 0x8C, 0x1F, 0x64, 0x32, 0xF0 }, "DEUTAControl", "DEUTA Controls GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x33, 0x00 }, "VisionSafety", "Vision Systems Safety Tech" },
{ { 0x8C, 0x1F, 0x64, 0x33, 0x20 }, "Nexet", "Nexet Llc" },
@ -48686,6 +48732,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x37, 0x60 }, "DIASInfrared", "DIAS Infrared GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x37, 0x80 }, "sparPowerTec", "spar Power Technologies Inc." },
{ { 0x8C, 0x1F, 0x64, 0x37, 0xF0 }, "ScarletTech", "Scarlet Tech Co., Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x38, 0x00 }, "Yslab", "Yslab" },
{ { 0x8C, 0x1F, 0x64, 0x38, 0x20 }, "ROLSTONETech", "Shenzhen ROLSTONE Technology Co., Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x38, 0x40 }, "TangoTango", "Tango Tango" },
{ { 0x8C, 0x1F, 0x64, 0x38, 0x50 }, "Multilane", "Multilane Inc" },
@ -48742,6 +48789,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x40, 0xC0 }, "SichuanAiyij", "Sichuan Aiyijan Technology Company Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x40, 0xD0 }, "PROFITT", "PROFITT Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x40, 0xE0 }, "BakerHughesE", "Baker Hughes EMEA" },
{ { 0x8C, 0x1F, 0x64, 0x41, 0x00 }, "Roboteq", "Roboteq" },
{ { 0x8C, 0x1F, 0x64, 0x41, 0x20 }, "ComercialEle", "Comercial Electronica Studio-2 s.l." },
{ { 0x8C, 0x1F, 0x64, 0x41, 0x40 }, "INSEVIS", "INSEVIS GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x41, 0x70 }, "Fracarro", "Fracarro srl" },
@ -48756,6 +48804,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x43, 0x90 }, "Bornico", "Bornico" },
{ { 0x8C, 0x1F, 0x64, 0x43, 0xD0 }, "SolidStateSu", "Solid State Supplies Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x44, 0x00 }, "MBconnectlin", "MB connect line GmbH Fernwartungssysteme" },
{ { 0x8C, 0x1F, 0x64, 0x44, 0x10 }, "NovantaIMS", "Novanta IMS" },
{ { 0x8C, 0x1F, 0x64, 0x44, 0x50 }, "FigmentDesig", "Figment Design Laboratories" },
{ { 0x8C, 0x1F, 0x64, 0x44, 0xE0 }, "GVALighting", "GVA Lighting, Inc." },
{ { 0x8C, 0x1F, 0x64, 0x44, 0xF0 }, "RealD", "RealD, Inc." },
@ -48794,6 +48843,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x4B, 0xB0 }, "IWSGlobal", "IWS Global Pty Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x4C, 0x10 }, "ClockOMatic", "Clock-O-Matic" },
{ { 0x8C, 0x1F, 0x64, 0x4C, 0x70 }, "SBS", "SBS SpA" },
{ { 0x8C, 0x1F, 0x64, 0x4C, 0x90 }, "Apantac", "Apantac LLC" },
{ { 0x8C, 0x1F, 0x64, 0x4C, 0xD0 }, "GuanShowTech", "Guan Show Technologe Co., Ltd." },
{ { 0x8C, 0x1F, 0x64, 0x4D, 0x60 }, "DanSmith", "Dan Smith LLC" },
{ { 0x8C, 0x1F, 0x64, 0x4D, 0x70 }, "FlextronicsI", "Flextronics International Kft" },
@ -48920,6 +48970,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x62, 0x00 }, "Solace", "Solace Systems Inc." },
{ { 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, 0x50 }, "Stresstech", "Stresstech OY" },
{ { 0x8C, 0x1F, 0x64, 0x62, 0x60 }, "Csiro", "Csiro" },
{ { 0x8C, 0x1F, 0x64, 0x62, 0xC0 }, "EasyXRAdvanc", "Hangzhou EasyXR Advanced Technology Co., Ltd." },
@ -49243,6 +49294,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0x9C, 0xD0 }, "JiangYuInnov", "JiangYu Innovative Medical Technology" },
{ { 0x8C, 0x1F, 0x64, 0x9C, 0xE0 }, "ExiFlowMeasu", "Exi Flow Measurement Ltd" },
{ { 0x8C, 0x1F, 0x64, 0x9C, 0xF0 }, "ASAPElectron", "ASAP Electronics GmbH" },
{ { 0x8C, 0x1F, 0x64, 0x9D, 0x00 }, "SalineLectro", "Saline Lectronics, Inc." },
{ { 0x8C, 0x1F, 0x64, 0x9D, 0x40 }, "WolfspyreLab", "Wolfspyre Labs" },
{ { 0x8C, 0x1F, 0x64, 0x9D, 0x80 }, "Integerpl", "Integer.pl S.A." },
{ { 0x8C, 0x1F, 0x64, 0x9D, 0xB0 }, "HDRenewableE", "HD Renewable Energy Co.,Ltd" },
@ -49284,6 +49336,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xA3, 0x60 }, "DongguanGago", "Dongguan Gago Electronics Co.,Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xA3, 0x80 }, "NuGridPower", "NuGrid Power" },
{ { 0x8C, 0x1F, 0x64, 0xA3, 0xB0 }, "FujianSatlin", "Fujian Satlink Electronics Co., Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xA3, 0xE0 }, "HiwinMikrosy", "Hiwin Mikrosystem Corp." },
{ { 0x8C, 0x1F, 0x64, 0xA3, 0xF0 }, "ViewSonic", "ViewSonic Corp" },
{ { 0x8C, 0x1F, 0x64, 0xA4, 0x20 }, "RodgersInstr", "Rodgers Instruments US LLC" },
{ { 0x8C, 0x1F, 0x64, 0xA4, 0x40 }, "Rapidev", "Rapidev Pvt Ltd" },
@ -49350,7 +49403,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xAF, 0xE0 }, "MotecUSA", "Motec USA, Inc." },
{ { 0x8C, 0x1F, 0x64, 0xAF, 0xF0 }, "Qtechnology", "Qtechnology A/S" },
{ { 0x8C, 0x1F, 0x64, 0xB0, 0x00 }, "GetsMSS", "Gets MSS" },
{ { 0x8C, 0x1F, 0x64, 0xB0, 0x10 }, "noah", "noah" },
{ { 0x8C, 0x1F, 0x64, 0xB0, 0x10 }, "BlueOceanUG", "Blue Ocean UG" },
{ { 0x8C, 0x1F, 0x64, 0xB0, 0x30 }, "PisoftwareTe", "Shenzhen Pisoftware Technology Co.,Ltd." },
{ { 0x8C, 0x1F, 0x64, 0xB0, 0x80 }, "CronusElectr", "Cronus Electronics" },
{ { 0x8C, 0x1F, 0x64, 0xB0, 0xC0 }, "BarkodesBilg", "Barkodes Bilgisayar Sistemleri Bilgi Iletisim ve Y" },
@ -49485,6 +49538,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xC9, 0x20 }, "EQEarthquake", "EQ Earthquake Ltd." },
{ { 0x8C, 0x1F, 0x64, 0xC9, 0x70 }, "MagnetPhysik", "Magnet-Physik Dr. Steingroever GmbH" },
{ { 0x8C, 0x1F, 0x64, 0xC9, 0xA0 }, "InfosoftDigi", "Infosoft Digital Design and Services P L" },
{ { 0x8C, 0x1F, 0x64, 0xC9, 0xB0 }, "JMVoithSE", "J.M. Voith SE & Co. KG" },
{ { 0x8C, 0x1F, 0x64, 0xCA, 0x10 }, "PantherunTec", "Pantherun Technologies Pvt Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xCA, 0x60 }, "ReliaSpeakIn", "ReliaSpeak Information Technology Co., Ltd." },
{ { 0x8C, 0x1F, 0x64, 0xCA, 0x70 }, "eumigindustr", "eumig industrie-TV GmbH." },
@ -49715,6 +49769,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xF5, 0xF0 }, "TR7SiberSavu", "TR7 Siber Savunma A.S." },
{ { 0x8C, 0x1F, 0x64, 0xF6, 0x30 }, "QuantumMedia", "Quantum Media Systems" },
{ { 0x8C, 0x1F, 0x64, 0xF6, 0x50 }, "TalleresdeEs", "Talleres de Escoriaza SA" },
{ { 0x8C, 0x1F, 0x64, 0xF6, 0xD0 }, "OphirManufac", "Ophir Manufacturing Solutions Pte Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xF7, 0x00 }, "VisionSafety", "Vision Systems Safety Tech" },
{ { 0x8C, 0x1F, 0x64, 0xF7, 0x20 }, "Contrader", "Contrader" },
{ { 0x8C, 0x1F, 0x64, 0xF7, 0x40 }, "GEAVICCivilA", "GE AVIC Civil Avionics Systems Company Limited" },
@ -49744,6 +49799,7 @@ static const manuf_oui36_t global_manuf_oui36_table[] = {
{ { 0x8C, 0x1F, 0x64, 0xFB, 0x90 }, "IWSGlobal", "IWS Global Pty Ltd" },
{ { 0x8C, 0x1F, 0x64, 0xFB, 0xA0 }, "OntoInnovati", "Onto Innovation" },
{ { 0x8C, 0x1F, 0x64, 0xFB, 0xD0 }, "SANAIElectro", "SAN-AI Electronic Industries Co.,Ltd." },
{ { 0x8C, 0x1F, 0x64, 0xFC, 0x10 }, "Nidecasi", "Nidec asi spa" },
{ { 0x8C, 0x1F, 0x64, 0xFC, 0x20 }, "IOControls", "I/O Controls" },
{ { 0x8C, 0x1F, 0x64, 0xFC, 0x50 }, "Sumico", "Sumico" },
{ { 0x8C, 0x1F, 0x64, 0xFC, 0xC0 }, "GredmannTaiw", "Gredmann Taiwan Ltd." },

View File

@ -5661,6 +5661,7 @@ static ws_services_entry_t global_tcp_services_table[] = {
{ 8615, "imink", "Imink Service Control" },
{ 8665, "monetra", "Monetra" },
{ 8666, "monetra-admin", "Monetra Administrative Access" },
{ 8668, "spartan", "Spartan management" },
{ 8675, "msi-cps-rm", "Motorola Solutions Customer Programming Software for Radio Management" },
{ 8688, "openremote-ctrl", "OpenRemote Controller HTTP/REST" },
{ 8699, "vnyx", "VNYX Primary Port" },

View File

@ -731,11 +731,11 @@
</message>
<message>
<source>as decimal</source>
<translation type="unfinished"></translation>
<translation>...als Dezimal</translation>
</message>
<message>
<source>as octal</source>
<translation type="unfinished"></translation>
<translation>...als Oktal</translation>
</message>
<message>
<source>as bits</source>
@ -758,22 +758,22 @@
<name>CaptureCommentDialog</name>
<message>
<source>Edit Capture Comments</source>
<translation type="unfinished"></translation>
<translation>Aufzeichnungskommentare bearbeiten</translation>
</message>
<message>
<source>Add Comment</source>
<translation type="unfinished"></translation>
<translation>Kommentar hinzufügen</translation>
</message>
<message>
<source>Section %1</source>
<translation type="unfinished">Bereich %1</translation>
<translation>Bereich %1</translation>
</message>
</context>
<context>
<name>CaptureCommentTabWidget</name>
<message>
<source>Comment %1</source>
<translation type="unfinished"></translation>
<translation>Kommentar %1</translation>
</message>
</context>
<context>
@ -971,7 +971,7 @@
</message>
<message>
<source>Edit Comments</source>
<translation type="unfinished"></translation>
<translation>Kommentare bearbeiten</translation>
</message>
<message>
<source>Refresh</source>
@ -1091,11 +1091,11 @@
</message>
<message>
<source>Comments</source>
<translation type="unfinished">Kommentare</translation>
<translation>Kommentare</translation>
</message>
<message>
<source>Comment %1: </source>
<translation type="unfinished"></translation>
<translation>Kommentar %1:</translation>
</message>
<message>
<source>Statistics</source>
@ -1596,15 +1596,15 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Interval between updates (ms)</source>
<translation type="unfinished"></translation>
<translation>Aktualisierungsintervall (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;Häufigkeit in dem die GUI von der Aufzeichnung über neue Pakete informiert wird. Beeinflusst wie oft die GUI aktualisiert wird sowie die Granularität der Timer.&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;Intervall zwischen Aktualisierung neuer Pakete. Beeinflusst wie oft die GUI aktualisiert wird sowie die Granularität der Timer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Don&apos;t load interfaces on startup</source>
@ -2034,14 +2034,22 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>as MIME Data</source>
<translation type="unfinished"></translation>
<translation>...als MIME Daten</translation>
</message>
<message>
<source>as C String</source>
<translation type="unfinished"></translation>
<translation>...als C String</translation>
</message>
<message>
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation>Paket-Bytes als druckbare ASCII-Zeichen und Escape-Sequenzen kopieren.</translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -2328,11 +2336,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>DissectorSyntaxLineEdit</name>
<message>
<source>Dissector entry</source>
<translation type="unfinished"></translation>
<translation>Dissector-Eintrag</translation>
</message>
<message>
<source>Enter a dissector %1</source>
<translation type="unfinished"></translation>
<translation>Dissector eingeben %1</translation>
</message>
</context>
<context>
@ -3324,7 +3332,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>FollowStreamAction</name>
<message>
<source>%1 Stream</source>
<translation type="unfinished"></translation>
<translation>%1 Stream</translation>
</message>
</context>
<context>
@ -3463,7 +3471,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[Streamausgabe gekürzt]</translation>
<translation type="vanished">[Streamausgabe gekürzt]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3513,6 +3521,13 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>&amp;Nächstes suchen</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[Streamausgabe gekürzt]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>
@ -3735,23 +3750,23 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>IOConsoleDialog</name>
<message>
<source>Dialog</source>
<translation type="unfinished">Dialog</translation>
<translation>Dialog</translation>
</message>
<message>
<source>Enter code</source>
<translation type="unfinished"></translation>
<translation>Code eingeben</translation>
</message>
<message>
<source>Evaluate</source>
<translation type="unfinished"></translation>
<translation>Ausführen</translation>
</message>
<message>
<source>Clear</source>
<translation type="unfinished">Zurücksetzen</translation>
<translation>Zurücksetzen</translation>
</message>
<message>
<source>Use %1 to evaluate.</source>
<translation type="unfinished"></translation>
<translation>Verwende %1 zum Ausführen.</translation>
</message>
</context>
<context>
@ -3907,11 +3922,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Automatic update</source>
<translation type="unfinished"></translation>
<translation>Automatisches aktualisieren</translation>
</message>
<message>
<source>Enable legend</source>
<translation type="unfinished"></translation>
<translation>Legende einschalten</translation>
</message>
<message>
<source>Reset</source>
@ -4184,7 +4199,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Filtered events</source>
<translation type="unfinished"></translation>
<translation>Gefilterte Ereignisse</translation>
</message>
<message>
<source>All Packets</source>
@ -4196,11 +4211,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>All Events</source>
<translation type="unfinished"></translation>
<translation>Alle Ereignisse</translation>
</message>
<message>
<source>Access Denied</source>
<translation type="unfinished"></translation>
<translation>Zugriff verboten</translation>
</message>
<message>
<source>Hover over the graph for details.</source>
@ -4212,7 +4227,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>No events in interval</source>
<translation type="unfinished"></translation>
<translation>Keine Ereignisse im Intervall</translation>
</message>
<message>
<source>Click to select packet</source>
@ -4224,11 +4239,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Click to select event</source>
<translation type="unfinished"></translation>
<translation>Klicken um das Ereignis auszuwählen</translation>
</message>
<message>
<source>Event</source>
<translation type="unfinished">Ereignis</translation>
<translation>Ereignis</translation>
</message>
<message>
<source>%1 (%2s%3).</source>
@ -6740,62 +6755,62 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>ManufDialog</name>
<message>
<source>MAC Address Blocks</source>
<translation type="unfinished"></translation>
<translation>MAC-Adressblöcke</translation>
</message>
<message>
<source>Search MAC address or address prefix. Special purpose bits are masked.</source>
<translation type="unfinished"></translation>
<translation>Suche nach MAC-Adresse oder -Adresspräfix. Bits mit speziellem Zweck werden maskiert.</translation>
</message>
<message>
<source>MAC Address</source>
<translation type="unfinished"></translation>
<translation>MAC Adresse</translation>
</message>
<message>
<source>Search vendor name using a case-insentitive regular expression.</source>
<translation type="unfinished"></translation>
<translation>Suche nach Hersteller mit regulärem Ausdruck (Groß-/Kleinschreibung irrelevant).</translation>
</message>
<message>
<source>Vendor Name</source>
<translation type="unfinished"></translation>
<translation>Herstellername</translation>
</message>
<message>
<source>Show short name column.</source>
<translation type="unfinished"></translation>
<translation>Spalte Kurzname anzeigen.</translation>
</message>
<message>
<source>Short name</source>
<translation type="unfinished"></translation>
<translation>Kurzname</translation>
</message>
<message>
<source>Select all</source>
<translation type="unfinished">Alle auswählen</translation>
<translation>Alle auswählen</translation>
</message>
<message>
<source>Copy</source>
<translation type="unfinished">Kopieren</translation>
<translation>Kopieren</translation>
</message>
<message>
<source>Find</source>
<translation type="unfinished">Finden</translation>
<translation>Suchen</translation>
</message>
<message>
<source>Clear</source>
<translation type="unfinished">Zurücksetzen</translation>
<translation>Zurücksetzen</translation>
</message>
</context>
<context>
<name>ManufTableModel</name>
<message>
<source>Address Block</source>
<translation type="unfinished"></translation>
<translation>Adressblock</translation>
</message>
<message>
<source>Short Name</source>
<translation type="unfinished">Kurzname</translation>
<translation>Kurzname</translation>
</message>
<message>
<source>Vendor Name</source>
<translation type="unfinished"></translation>
<translation>Herstellername</translation>
</message>
</context>
<context>
@ -7091,7 +7106,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message numerus="yes">
<source>%Ln byte(s)</source>
<translation type="unfinished">
<translation>
<numerusform>%Ln Byte</numerusform>
<numerusform>%Ln Bytes</numerusform>
</translation>
@ -7301,11 +7316,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Include &amp;depended upon packets</source>
<translation type="unfinished"></translation>
<translation>Abhängige Pakete einschließen (&amp;d)</translation>
</message>
<message>
<source>Also include packets depended upon, such as those used to reassemble displayed packets</source>
<translation type="unfinished"></translation>
<translation>Auch abhängige Pakete einschließen, z. B. solche aus zusammengefügten Paketen</translation>
</message>
<message>
<source>First &amp;to last marked</source>
@ -7971,27 +7986,27 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Copy short names</source>
<translation type="unfinished"></translation>
<translation>Kurznamen kopieren</translation>
</message>
<message>
<source>Copy short protocol names in use.</source>
<translation type="unfinished"></translation>
<translation>Protokollkurznamen in Verwendung kopieren.</translation>
</message>
<message>
<source>Disable unused protocols</source>
<translation type="unfinished"></translation>
<translation>Unbenutzte Protokolle deaktivieren</translation>
</message>
<message>
<source>Disable all protocols but those listed.</source>
<translation type="unfinished"></translation>
<translation>Alle Protokolle außer gelisteten deaktivieren.</translation>
</message>
<message>
<source>Re-enable unused protocols</source>
<translation type="unfinished"></translation>
<translation>Unbenutzte Protokolle reaktivieren</translation>
</message>
<message>
<source>Re-enable protocols that were disabled in this dialog.</source>
<translation type="unfinished"></translation>
<translation>In diesem Dialog deaktivierte Protokolle reaktivieren.</translation>
</message>
<message>
<source>Protocol Hierarchy Statistics</source>
@ -8011,19 +8026,19 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>protocol short names</source>
<translation type="unfinished"></translation>
<translation>Protokollkurznamen</translation>
</message>
<message>
<source>Protocols</source>
<translation type="unfinished"></translation>
<translation>Protokolle</translation>
</message>
<message>
<source>Disable unused</source>
<translation type="unfinished"></translation>
<translation>Unbenutzte deaktivieren</translation>
</message>
<message>
<source>Revert changes</source>
<translation type="unfinished"></translation>
<translation>Änderungen zurücksetzen</translation>
</message>
<message>
<source>No display filter.</source>
@ -8035,11 +8050,11 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Unused protocols have been disabled.</source>
<translation type="unfinished"></translation>
<translation>Unbenutzte Protokolle wurden deaktiviert.</translation>
</message>
<message>
<source>Protocol changes have been reverted.</source>
<translation type="unfinished"></translation>
<translation>Protokolländerungen wurden zurückgesetzt.</translation>
</message>
</context>
<context>
@ -10051,7 +10066,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>-</source>
<translation type="unfinished">-</translation>
<translation>-</translation>
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;For complete analysis check SCTP preference Enable Association indexing&lt;/i&gt;&lt;/small&gt;</source>
@ -10366,47 +10381,47 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<name>SSLKeylogDialog</name>
<message>
<source>Dialog</source>
<translation type="unfinished">Dialog</translation>
<translation>Dialog</translation>
</message>
<message>
<source>Browse...</source>
<translation type="unfinished"></translation>
<translation>Öffnen...</translation>
</message>
<message>
<source>Browser file path</source>
<translation type="unfinished"></translation>
<translation>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 type="unfinished"></translation>
<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>
</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>
<translation type="unfinished"></translation>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;Funktioniert mit Firefox und Chrome. Falls der Browser bereits läuft, diesen vor dem Starten schließen.&lt;/span&gt;&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;(Pre)-Master-Secret log file path&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;(Pre)-Master-Secret Log Dateipfad&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;&lt;span style=&quot; font-size:small;&quot;&gt;TLS keys will be logged to this file.&lt;/span&gt;&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;&lt;span style=&quot; font-size:small;&quot;&gt;TLS Keys werden in diese Datei geschrieben.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Launch</source>
<translation type="unfinished"></translation>
<translation>Starten</translation>
</message>
<message>
<source>Save</source>
<translation type="unfinished">Speichern</translation>
<translation>Speichern</translation>
</message>
<message>
<source>TLS Keylog</source>
<translation type="unfinished"></translation>
<translation>TLS Keylog</translation>
</message>
<message>
<source>Web Browser</source>
<translation type="unfinished"></translation>
<translation>Webbrowser</translation>
</message>
</context>
<context>
@ -10448,7 +10463,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>&lt;b&gt;Options:&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;Optionen:&lt;/b&gt;</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for strings containing narrow (UTF-8 and ASCII) or wide (UTF-16) characters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@ -10472,7 +10487,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Backwards</source>
<translation type="unfinished"></translation>
<translation>Rückwärts</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for a subsequent occurrence in the current packet before advancing to the next packet.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@ -11137,7 +11152,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Applying changed preferences</source>
<translation type="unfinished"></translation>
<translation>Geänderte Einstellungen anwenden</translation>
</message>
<message>
<source>(Unknown action)</source>
@ -11930,7 +11945,7 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
</message>
<message>
<source>Time shifting is not available while capturing packets.</source>
<translation type="unfinished"></translation>
<translation>Zeitverschieben ist während der Aufzeichnung nicht möglich.</translation>
</message>
</context>
<context>
@ -13676,23 +13691,23 @@ a:hover {
</message>
<message>
<source>Show packet times as the seconds since the first captured packet.</source>
<translation type="unfinished"></translation>
<translation>Zeit des Pakets in Sekunden seit dem ersten aufgezeichneten Paket anzeigen.</translation>
</message>
<message>
<source>Tenths of a millisecond</source>
<translation type="unfinished"></translation>
<translation>Zehntelmillisekunde</translation>
</message>
<message>
<source>Hundredths of a millisecond</source>
<translation type="unfinished"></translation>
<translation>Hundertstelmillisekunde</translation>
</message>
<message>
<source>Tenths of a microsecond</source>
<translation type="unfinished"></translation>
<translation>Zehntelmikrosekunde</translation>
</message>
<message>
<source>Hundredths of a microsecond</source>
<translation type="unfinished"></translation>
<translation>Hundertstelmikrosekunde</translation>
</message>
<message>
<source>Packet &amp;Diagram</source>
@ -13828,11 +13843,11 @@ a:hover {
</message>
<message>
<source>MAC Address Blocks</source>
<translation type="unfinished"></translation>
<translation>MAC Adressblöcke</translation>
</message>
<message>
<source>Browser (SSL Keylog)</source>
<translation type="unfinished"></translation>
<translation>Browser (SSL Keylog)</translation>
</message>
<message>
<source>&amp;Options</source>
@ -13908,19 +13923,19 @@ a:hover {
</message>
<message>
<source>Inject TLS Secrets</source>
<translation type="unfinished"></translation>
<translation>TLS-Secrets einbinden</translation>
</message>
<message>
<source>Embed used TLS secrets in the capture file</source>
<translation type="unfinished"></translation>
<translation>Verwendete TLS-Secrets in Aufzeichnungsdatei einbetten</translation>
</message>
<message>
<source>Discard All Secrets</source>
<translation type="unfinished"></translation>
<translation>Alle Secrets verwerfen</translation>
</message>
<message>
<source>Discard all decryption secrets in the capture file</source>
<translation type="unfinished"></translation>
<translation>Alle Entschlüsselungs-Secrets in Aufzeichnungsdatei verwerfen</translation>
</message>
<message>
<source>&amp;Preferences</source>
@ -14258,7 +14273,7 @@ a:hover {
</message>
<message>
<source>Release Notes</source>
<translation type="unfinished"></translation>
<translation>Release Notes</translation>
</message>
<message>
<source>&amp;VoIP Calls</source>
@ -14582,7 +14597,7 @@ a:hover {
</message>
<message>
<source>USB CDC Data</source>
<translation type="unfinished"></translation>
<translation>USB CDC-Daten</translation>
</message>
<message>
<source>There is no &quot;rtp.ssrc&quot; field in this version of Wireshark.</source>
@ -14742,7 +14757,7 @@ a:hover {
</message>
<message>
<source> before updating</source>
<translation type="unfinished"></translation>
<translation>vor Aktualisierung</translation>
</message>
<message>
<source>There are no TLS Session Keys to save.</source>
@ -14761,15 +14776,15 @@ a:hover {
</message>
<message>
<source>No TLS Secrets</source>
<translation type="unfinished"></translation>
<translation>Keine TLS-Secrets</translation>
</message>
<message>
<source>There are no available secrets used to decrypt TLS traffic in the capture file. Would you like to view information about how to decrypt TLS traffic on the wiki?</source>
<translation type="unfinished"></translation>
<translation>In der Aufzeichnungsdatei sind keine Secrets zur Entschlüsselung von TLS-Datenverkehr vorhanden. Möchten Sie weitere Informationen zum Entschlüsseln von TLS-Datenverkehr im Wiki anzeigen?</translation>
</message>
<message>
<source>Are you sure you want to discard all decryption secrets?</source>
<translation type="unfinished"></translation>
<translation>Sind Sie sicher, dass alle Entschlüsselungs-Secrets verworfen werden sollen?</translation>
</message>
<message>
<source>No filter available. Try another %1.</source>

View File

@ -2041,6 +2041,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation type="unfinished"></translation>
@ -3456,10 +3464,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="unfinished"></translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation type="unfinished">
@ -3508,6 +3512,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2019,6 +2019,14 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation type="unfinished"></translation>
@ -3422,10 +3430,6 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<source>Save Stream Content As</source>
<translation>Guardar contenido de secuencia como</translation>
</message>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation type="unfinished">
@ -3474,6 +3478,13 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.</
<translation>Buscar &amp;siguiente</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2044,6 +2044,14 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation>sous forme de flux Hex</translation>
@ -3461,7 +3469,7 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[Sortie du flux tronquée]</translation>
<translation type="vanished">[Sortie du flux tronquée]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3511,6 +3519,13 @@ Pas exemple, inquiquez 1 heure pour avoir un nouveau fichier créé toutes les h
<translation>Trouver Suiva&amp;nt</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[Sortie du flux tronquée]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2044,6 +2044,14 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation>Copia i byte dei pacchetti come caratteri ASCII stampabili e sequenze di escape.</translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation>...come un flusso esadecimale</translation>
@ -3463,7 +3471,7 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[Flusso di output troncato]</translation>
<translation type="vanished">[Flusso di output troncato]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3513,6 +3521,13 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Trova &amp;successivo</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[Flusso di output troncato]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -1592,11 +1592,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;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>
@ -2026,14 +2026,22 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</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>ASCII文字とエスケープシーケンスとしてパケットバイト列をコピー</translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -2320,11 +2328,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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>
@ -3315,7 +3323,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>
@ -3449,7 +3457,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[]</translation>
<translation type="vanished">[]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3497,6 +3505,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>(&amp;N)</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>
@ -3719,23 +3734,23 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<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>
@ -3891,11 +3906,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>
@ -4168,7 +4183,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Filtered events</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>All Packets</source>
@ -4180,11 +4195,11 @@ 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>
@ -4196,7 +4211,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>No events in interval</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Click to select packet</source>
@ -4208,11 +4223,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>
@ -6724,62 +6739,62 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>ManufDialog</name>
<message>
<source>MAC Address Blocks</source>
<translation type="unfinished"></translation>
<translation>MACアドレスブロック</translation>
</message>
<message>
<source>Search MAC address or address prefix. Special purpose bits are masked.</source>
<translation type="unfinished"></translation>
<translation>MACアドレスかアドレスプレフィックスを検索します</translation>
</message>
<message>
<source>MAC Address</source>
<translation type="unfinished"></translation>
<translation>MACアドレス</translation>
</message>
<message>
<source>Search vendor name using a case-insentitive regular expression.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Vendor Name</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Show short name column.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Short name</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Select all</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Copy</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Find</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Clear</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
</context>
<context>
<name>ManufTableModel</name>
<message>
<source>Address Block</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Short Name</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Vendor Name</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
</context>
<context>
@ -7075,7 +7090,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message numerus="yes">
<source>%Ln byte(s)</source>
<translation type="unfinished">
<translation>
<numerusform>%Ln </numerusform>
</translation>
</message>
@ -7284,11 +7299,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Include &amp;depended upon packets</source>
<translation type="unfinished"></translation>
<translation>(&amp;d)</translation>
</message>
<message>
<source>Also include packets depended upon, such as those used to reassemble displayed packets</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>First &amp;to last marked</source>
@ -7947,27 +7962,27 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Copy short names</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Copy short protocol names in use.</source>
<translation type="unfinished"></translation>
<translation>使</translation>
</message>
<message>
<source>Disable unused protocols</source>
<translation type="unfinished"></translation>
<translation>使</translation>
</message>
<message>
<source>Disable all protocols but those listed.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Re-enable unused protocols</source>
<translation type="unfinished"></translation>
<translation>使</translation>
</message>
<message>
<source>Re-enable protocols that were disabled in this dialog.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Protocol Hierarchy Statistics</source>
@ -7987,19 +8002,19 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>protocol short names</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Protocols</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Disable unused</source>
<translation type="unfinished"></translation>
<translation>使</translation>
</message>
<message>
<source>Revert changes</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>No display filter.</source>
@ -8011,11 +8026,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Unused protocols have been disabled.</source>
<translation type="unfinished"></translation>
<translation>使</translation>
</message>
<message>
<source>Protocol changes have been reverted.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
</context>
<context>
@ -10027,11 +10042,11 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>-</source>
<translation type="unfinished">-</translation>
<translation>-</translation>
</message>
<message>
<source>&lt;small&gt;&lt;i&gt;For complete analysis check SCTP preference Enable Association indexing&lt;/i&gt;&lt;/small&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;small&gt;&lt;i&gt;SCTPの設定のアソシエーションのインデックスが有効か確認してください&lt;/i&gt;&lt;/small&gt;</translation>
</message>
<message>
<source>Complete List of IP addresses from INIT Chunk:</source>
@ -10342,47 +10357,47 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<name>SSLKeylogDialog</name>
<message>
<source>Dialog</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Browse...</source>
<translation type="unfinished"></translation>
<translation>...</translation>
</message>
<message>
<source>Browser file path</source>
<translation type="unfinished"></translation>
<translation></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 type="unfinished"></translation>
<translation>&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>&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>
<translation type="unfinished"></translation>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;FirefoxとChromeは動作することが知られています&lt;/span&gt;&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;(Pre)-Master-Secret log file path&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;(Pre)-Master-Secret &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;&lt;span style=&quot; font-size:small;&quot;&gt;TLS keys will be logged to this file.&lt;/span&gt;&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;&lt;span style=&quot; font-size:small;&quot;&gt;TLS鍵がこのファイルに記録されます&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Launch</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Save</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>TLS Keylog</source>
<translation type="unfinished"></translation>
<translation>TLS </translation>
</message>
<message>
<source>Web Browser</source>
<translation type="unfinished"></translation>
<translation>Webブラウザ</translation>
</message>
</context>
<context>
@ -10424,7 +10439,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>&lt;b&gt;Options:&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;:&lt;/b&gt;</translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for strings containing narrow (UTF-8 and ASCII) or wide (UTF-16) characters.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@ -10448,15 +10463,15 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Backwards</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for a subsequent occurrence in the current packet before advancing to the next packet.&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;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
<source>Multiple occurrences</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Search for data using display filter syntax (e.g. ip.addr==10.1.1.1), a hexadecimal string (e.g. fffffda5), a plain string (e.g. My String) or a regular expression (e.g. colou?r).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
@ -11109,7 +11124,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Applying changed preferences</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>(Unknown action)</source>
@ -11902,7 +11917,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>Time shifting is not available while capturing packets.</source>
<translation type="unfinished"></translation>
<translation>調</translation>
</message>
</context>
<context>
@ -13647,23 +13662,23 @@ a:hover {
</message>
<message>
<source>Show packet times as the seconds since the first captured packet.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Tenths of a millisecond</source>
<translation type="unfinished"></translation>
<translation>×10</translation>
</message>
<message>
<source>Hundredths of a millisecond</source>
<translation type="unfinished"></translation>
<translation>×100</translation>
</message>
<message>
<source>Tenths of a microsecond</source>
<translation type="unfinished"></translation>
<translation>×10</translation>
</message>
<message>
<source>Hundredths of a microsecond</source>
<translation type="unfinished"></translation>
<translation>×100</translation>
</message>
<message>
<source>Packet &amp;Diagram</source>
@ -13799,11 +13814,11 @@ a:hover {
</message>
<message>
<source>MAC Address Blocks</source>
<translation type="unfinished"></translation>
<translation>MACアドレスブロック</translation>
</message>
<message>
<source>Browser (SSL Keylog)</source>
<translation type="unfinished"></translation>
<translation> (SSL Keylog)</translation>
</message>
<message>
<source>&amp;Options</source>
@ -13879,19 +13894,19 @@ a:hover {
</message>
<message>
<source>Inject TLS Secrets</source>
<translation type="unfinished"></translation>
<translation>TLSシークレットを注入</translation>
</message>
<message>
<source>Embed used TLS secrets in the capture file</source>
<translation type="unfinished"></translation>
<translation>使TLSシークレットを埋め込みます</translation>
</message>
<message>
<source>Discard All Secrets</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>Discard all decryption secrets in the capture file</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>&amp;Preferences</source>
@ -14229,7 +14244,7 @@ a:hover {
</message>
<message>
<source>Release Notes</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>&amp;VoIP Calls</source>
@ -14553,7 +14568,7 @@ a:hover {
</message>
<message>
<source>USB CDC Data</source>
<translation type="unfinished"></translation>
<translation>USB CDC </translation>
</message>
<message>
<source>There is no &quot;rtp.ssrc&quot; field in this version of Wireshark.</source>
@ -14711,7 +14726,7 @@ a:hover {
</message>
<message>
<source> before updating</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>There are no TLS Session Keys to save.</source>
@ -14729,15 +14744,15 @@ a:hover {
</message>
<message>
<source>No TLS Secrets</source>
<translation type="unfinished"></translation>
<translation>TLSシークレットなし</translation>
</message>
<message>
<source>There are no available secrets used to decrypt TLS traffic in the capture file. Would you like to view information about how to decrypt TLS traffic on the wiki?</source>
<translation type="unfinished"></translation>
<translation>TLSトラフィックを復号化するために用いられる利用可能なシークレットはありませんWikiでTLSトラフィックを復号する方法についての情報をご覧になりますか</translation>
</message>
<message>
<source>Are you sure you want to discard all decryption secrets?</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<source>No filter available. Try another %1.</source>

File diff suppressed because it is too large Load Diff

View File

@ -2048,6 +2048,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation type="unfinished"></translation>
@ -3471,10 +3479,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="unfinished"></translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@ -3525,6 +3529,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Znajdź &amp;następny</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2051,6 +2051,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation>в виде шестнадцатеричного потока</translation>
@ -3476,7 +3484,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[Вывод потока усечён]</translation>
<translation type="vanished">[Вывод потока усечён]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3528,6 +3536,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Найти &amp;далее</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[Вывод потока усечён]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2044,6 +2044,14 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation> som en hex-ström</translation>
@ -3463,7 +3471,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[Strömutdatan avhuggen]</translation>
<translation type="vanished">[Strömutdatan avhuggen]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3513,6 +3521,13 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Sök &amp;nästa</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[Strömutdatan avhuggen]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2037,6 +2037,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation>Hex Akışı olarak</translation>
@ -3450,7 +3458,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[Akış çıkışı kesildi]</translation>
<translation type="vanished">[Akış çıkışı kesildi]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3498,6 +3506,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Sonrakini &amp;Bul</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[Akış çıkışı kesildi]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2024,6 +2024,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation type="unfinished"></translation>
@ -3445,10 +3453,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="unfinished"></translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
<translation>
@ -3499,6 +3503,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Знайти &amp;Наступний</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>

View File

@ -2035,6 +2035,14 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<source>Copy packet bytes as printable ASCII characters and escape sequences.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as Go literal</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Copy packet bytes as Go literal.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>as a Hex Stream</source>
<translation type="unfinished"></translation>
@ -3446,7 +3454,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
</message>
<message>
<source>[Stream output truncated]</source>
<translation>[]</translation>
<translation type="vanished">[]</translation>
</message>
<message numerus="yes">
<source>%Ln total stream(s).</source>
@ -3494,6 +3502,13 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>(&amp;N)</translation>
</message>
</context>
<context>
<name>FollowStreamText</name>
<message>
<source>[Stream output truncated]</source>
<translation type="unfinished">[]</translation>
</message>
</context>
<context>
<name>FontColorPreferencesFrame</name>
<message>