From 41a247287e3bfc2be7ee4a2a3ce8d21f172a52fc Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 14 Nov 2021 16:39:31 +0000 Subject: [PATCH] [Automatic update for 2021-11-14] Update manuf, services enterprise numbers, translations, and other items. --- AUTHORS | 5 + NEWS | 13 +- enterprises.tsv | 41 ++++++- epan/dissectors/packet-asterix.c | 106 +++++++++++++--- epan/pci-ids.c | 10 +- manuf | 67 ++++++++-- profiles/No Reassembly/preferences | 1 + services | 1 + ui/qt/wireshark_es.ts | 122 +++++++++--------- ui/qt/wireshark_sv.ts | 190 +++++++++++++++++------------ 10 files changed, 372 insertions(+), 184 deletions(-) diff --git a/AUTHORS b/AUTHORS index 786dd49675..3b3cb63bca 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4316,6 +4316,7 @@ Fabrice Fontaine Fabrizio Demaria Federico Di Pierro Felix Ruess +Filip Kågesson Filip Sohajek Filipe Laíns Flavio Santes @@ -4732,6 +4733,7 @@ Paul Weiß Paul Williamson Paul Zander PaulThompson +PaulTyler Paulo Roberto Brandão Pavel Karneliuk Pavel Moravec @@ -4801,6 +4803,8 @@ Robert Cragie Robert Crowston Robert P Robert Sauter +Robert Shade +Robert Shade Rody Liu Roger Light Rohan Saini @@ -5026,6 +5030,7 @@ database64128 dennisschagt eckart haug ferst +frst heinrich5991 ishaangandhi jfp_martin diff --git a/NEWS b/NEWS index f9b320daff..a14d6858fb 100644 --- a/NEWS +++ b/NEWS @@ -194,11 +194,12 @@ Wireshark 3.7.0 Release Notes Opus Interactive Audio Codec (OPUS), PDU Transport Protocol, R09.x (R09), RDP Dynamic Channel Protocol (DRDYNVC), Real-Time Publish-Subscribe Virtual Transport (RTPS-VT), Real-Time - Publish-Subscribe Wire Protocol (processed) (RTPS-PROC), Shared - Memory Communications (SMC), Signal PDU, SparkplugB, State - Synchronization Protocol (SSyncP), Tagged Image File Format (TIFF), - TP-Link Smart Home Protocol, UAVCAN DSDL, UAVCAN/CAN, Van Jacobson - PPP compression (VJC), and World of Warcraft World (WOWW) + Publish-Subscribe Wire Protocol (processed) (RTPS-PROC), Secure Host + IP Configuration Protocol (SHICP), Shared Memory Communications + (SMC), Signal PDU, SparkplugB, State Synchronization Protocol + (SSyncP), Tagged Image File Format (TIFF), TP-Link Smart Home + Protocol, UAVCAN DSDL, UAVCAN/CAN, Van Jacobson PPP compression + (VJC), and World of Warcraft World (WOWW) Updated Protocol Support @@ -243,7 +244,7 @@ Wireshark 3.7.0 Release Notes A complete FAQ is available on the Wireshark web site[8]. - Last updated 2021-11-07 16:06:45 UTC + Last updated 2021-11-14 16:07:10 UTC References diff --git a/enterprises.tsv b/enterprises.tsv index 48b4e34de8..2d37c805ea 100644 --- a/enterprises.tsv +++ b/enterprises.tsv @@ -5,7 +5,7 @@ # The format used here is: # Where SPACE can be any sequence of spaces and tabs. # -# (last updated 2021-11-05) +# (last updated 2021-11-13) 0 Reserved 1 NxNetworks @@ -48978,7 +48978,7 @@ 49160 Forssjö Pellets AB 49161 CEIA S.p.A. 49162 Team GeoLook -49163 Nippon Electronics Service Co. +49163 NES Co.,Ltd. 49164 Japan Novel Corporation 49165 JUNI Software SAS 49166 Kirale Technologies S.L. @@ -48999,7 +48999,7 @@ 49181 MAGFest 49182 Flughafen Köln/Bonn GmbH 49183 Codeacious Pty Ltd -49184 IT PRO Szkolenia +49184 IT PRO Consulting and Training 49185 Quasar EDV-Informationsges. mbH 49186 Cinedom Kinobetriebe GmbH 49187 Wausau Supply Co @@ -55146,7 +55146,7 @@ 55343 EZY-IO INC 55344 Basein Networks, Inc. 55345 CMSS -55346 orzTech +55346 Corporation Limited 55347 HENRIETTA Piotr Maślanka 55348 Back Alley Labs 55349 Sipartech @@ -57614,7 +57614,7 @@ 57820 Europapier Austria GmbH 57821 pubchat 57822 Michigan Medicine -57823 Entaksi Solutions Srl +57823 Entaksi Solutions SpA 57824 sim-hank 57825 Shanghai Saizhi Information Technology Ltd. 57826 Viktor Madarasz @@ -57627,7 +57627,7 @@ 57833 Netmon 57834 Metis IT B.V. 57835 Trafic Technologie Système -57836 Acronis-Infoprotect, LLC +57836 LLC Cyberprotect 57837 Tenet Networks Private Limited 57838 ProstoDNS Ltd. 57839 Southeastern Archaeological Research, Inc. @@ -57881,3 +57881,32 @@ 58087 R+GA GmbH 58088 Cybersign 58089 Service Objects +58090 Lierda Technology Group Co., Ltd. +58091 Air Hydro Power +58092 HK Danmark +58093 Beijing Trusfort Technology Co., Ltd. +58094 Abu Dhabi Health Services Company +58095 Dadeh Gostar Asr Novin P.J.S. Co. (HiWEB) +58096 National Authority for Digital Certification +58097 Urzad Ochrony Konkurencji i Konsumentow (UOKiK) +58098 Atos Systems Business Services GmbH - ASCN +58099 Atos Systems Business Services GmbH - ASCN +58100 INSOFT s.r.o. +58101 Mayor and City Council of Cumberland Md +58102 Tom Wellmann +58103 Agsensio Pty Ltd (Zetifi) +58104 496tb +58105 Guangzhou Bingo Software Co.,Ltd. +58106 RAMAXEL +58107 Syskey Softlabs Private Limited +58108 ProCAncer-I Project +58109 Allgeier IT Solutions GmbH +58110 Lendio +58111 F&G Annuities & Life +58112 Banco Solidario S.A. +58113 OAM company +58114 CloudAtWork +58115 Axess Networks Solutions +58116 Cats Protection +58117 Daemex LLC +58118 Tau Hypercomputing Facility diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c index 0f08874b1e..5e68a47e75 100644 --- a/epan/dissectors/packet-asterix.c +++ b/epan/dissectors/packet-asterix.c @@ -9,7 +9,7 @@ See tools/asterix/README.md for details. Data source: https://zoranbosnjak.github.io/asterix-specs -git revision: dc8e48b56c7dd76cb15b2579af125d5e76c0a68b +git revision: 88e59effb1f802c33b2909f557b4aac3da41b151 */ @@ -33210,7 +33210,71 @@ static const AsterixField I247_V1_2_RE = { EXP, 0, 0, 1, &hf_247_V1_2_RE, NULL, static gint hf_247_V1_2_SP = -1; static const AsterixField I247_V1_2_SP = { EXP, 0, 0, 1, &hf_247_V1_2_SP, NULL, { NULL } }; -/* Category 247, edition 1.2 (latest) */ +DIAG_OFF_PEDANTIC +static const AsterixField *I247_V1_2_uap[] = { + &I247_V1_2_010, + &I247_V1_2_015, + &I247_V1_2_140, + &I247_V1_2_550, + &IX_SPARE, + &I247_V1_2_SP, + &I247_V1_2_RE, + NULL +}; +static const AsterixField **I247_V1_2[] = { + I247_V1_2_uap, + NULL +}; +DIAG_ON_PEDANTIC + +/* Category 247, edition 1.3 */ +static gint hf_247_V1_3_010 = -1; +static gint hf_247_V1_3_010_SAC = -1; +static const FieldPart I247_V1_3_010_SAC = { 8, 1.0, FIELD_PART_HEX, &hf_247_V1_3_010_SAC, NULL }; +static gint hf_247_V1_3_010_SIC = -1; +static const FieldPart I247_V1_3_010_SIC = { 8, 1.0, FIELD_PART_HEX, &hf_247_V1_3_010_SIC, NULL }; +static const FieldPart *I247_V1_3_010_PARTS[] = { + &I247_V1_3_010_SAC, + &I247_V1_3_010_SIC, + NULL +}; +static const AsterixField I247_V1_3_010 = { FIXED, 2, 0, 0, &hf_247_V1_3_010, I247_V1_3_010_PARTS, { NULL } }; +static gint hf_247_V1_3_015 = -1; +static gint hf_247_V1_3_015_VALUE = -1; +static const FieldPart I247_V1_3_015_VALUE = { 8, 1.0, FIELD_PART_HEX, &hf_247_V1_3_015_VALUE, NULL }; +static const FieldPart *I247_V1_3_015_PARTS[] = { + &I247_V1_3_015_VALUE, + NULL +}; +static const AsterixField I247_V1_3_015 = { FIXED, 1, 0, 0, &hf_247_V1_3_015, I247_V1_3_015_PARTS, { NULL } }; +static gint hf_247_V1_3_140 = -1; +static gint hf_247_V1_3_140_VALUE = -1; +static const FieldPart I247_V1_3_140_VALUE = { 24, 0.0078125, FIELD_PART_UFLOAT, &hf_247_V1_3_140_VALUE, NULL }; +static const FieldPart *I247_V1_3_140_PARTS[] = { + &I247_V1_3_140_VALUE, + NULL +}; +static const AsterixField I247_V1_3_140 = { FIXED, 3, 0, 0, &hf_247_V1_3_140, I247_V1_3_140_PARTS, { NULL } }; +static gint hf_247_V1_3_550 = -1; +static gint hf_247_V1_3_550_CAT = -1; +static const FieldPart I247_V1_3_550_CAT = { 8, 1.0, FIELD_PART_UINT, &hf_247_V1_3_550_CAT, NULL }; +static gint hf_247_V1_3_550_MAIN = -1; +static const FieldPart I247_V1_3_550_MAIN = { 8, 1.0, FIELD_PART_UINT, &hf_247_V1_3_550_MAIN, NULL }; +static gint hf_247_V1_3_550_SUB = -1; +static const FieldPart I247_V1_3_550_SUB = { 8, 1.0, FIELD_PART_UINT, &hf_247_V1_3_550_SUB, NULL }; +static const FieldPart *I247_V1_3_550_PARTS[] = { + &I247_V1_3_550_CAT, + &I247_V1_3_550_MAIN, + &I247_V1_3_550_SUB, + NULL +}; +static const AsterixField I247_V1_3_550 = { REPETITIVE, 3, 1, 0, &hf_247_V1_3_550, I247_V1_3_550_PARTS, { NULL } }; +static gint hf_247_V1_3_RE = -1; +static const AsterixField I247_V1_3_RE = { EXP, 0, 0, 1, &hf_247_V1_3_RE, NULL, { NULL } }; +static gint hf_247_V1_3_SP = -1; +static const AsterixField I247_V1_3_SP = { EXP, 0, 0, 1, &hf_247_V1_3_SP, NULL, { NULL } }; + +/* Category 247, edition 1.3 (latest) */ static gint hf_247_010 = -1; static gint hf_247_010_SAC = -1; static const FieldPart I247_010_SAC = { 8, 1.0, FIELD_PART_HEX, &hf_247_010_SAC, NULL }; @@ -33258,18 +33322,18 @@ static gint hf_247_SP = -1; static const AsterixField I247_SP = { EXP, 0, 0, 1, &hf_247_SP, NULL, { NULL } }; DIAG_OFF_PEDANTIC -static const AsterixField *I247_V1_2_uap[] = { - &I247_V1_2_010, - &I247_V1_2_015, - &I247_V1_2_140, - &I247_V1_2_550, +static const AsterixField *I247_V1_3_uap[] = { + &I247_V1_3_010, + &I247_V1_3_015, + &I247_V1_3_140, + &I247_V1_3_550, &IX_SPARE, - &I247_V1_2_SP, - &I247_V1_2_RE, + &I247_V1_3_SP, + &I247_V1_3_RE, NULL }; -static const AsterixField **I247_V1_2[] = { - I247_V1_2_uap, +static const AsterixField **I247_V1_3[] = { + I247_V1_3_uap, NULL }; DIAG_ON_PEDANTIC @@ -33455,12 +33519,13 @@ static const enum_val_t I065_versions[] = { }; DIAG_OFF_PEDANTIC -static const AsterixField ***I247all[] = { I247, I247_V1_2 }; +static const AsterixField ***I247all[] = { I247, I247_V1_3, I247_V1_2 }; DIAG_ON_PEDANTIC static const enum_val_t I247_versions[] = { - { "I247", "Version 1.2 (latest)", 0 }, - { "I247_v1_2", "Version 1.2", 1 }, + { "I247", "Version 1.3 (latest)", 0 }, + { "I247_v1_3", "Version 1.3", 1 }, + { "I247_v1_2", "Version 1.2", 2 }, { NULL, NULL, 0 } }; @@ -39779,6 +39844,19 @@ void proto_register_asterix (void) { &hf_247_V1_2_550_SUB, { "SUB, Sub Version Number", "asterix.247_V1_2_550_SUB", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, { &hf_247_V1_2_RE, { "RE, Reserved Expansion Field", "asterix.247_V1_2_RE", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, { &hf_247_V1_2_SP, { "SP, Special Purpose Field", "asterix.247_V1_2_SP", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_010, { "010, Data Source Identifier", "asterix.247_V1_3_010", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_010_SAC, { "SAC, System Area Code", "asterix.247_V1_3_010_SAC", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_010_SIC, { "SIC, System Identification Code", "asterix.247_V1_3_010_SIC", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_015, { "015, Service Identification", "asterix.247_V1_3_015", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_015_VALUE, { "VALUE, Service Identification", "asterix.247_V1_3_015_VALUE", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_140, { "140, Time of Day", "asterix.247_V1_3_140", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_140_VALUE, { "VALUE, Time of Day, [s]", "asterix.247_V1_3_140_VALUE", FT_DOUBLE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_550, { "550, Category Version Number Report", "asterix.247_V1_3_550", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_550_CAT, { "CAT, Category", "asterix.247_V1_3_550_CAT", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_550_MAIN, { "MAIN, Main Version Number", "asterix.247_V1_3_550_MAIN", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_550_SUB, { "SUB, Sub Version Number", "asterix.247_V1_3_550_SUB", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_RE, { "RE, Reserved Expansion Field", "asterix.247_V1_3_RE", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, + { &hf_247_V1_3_SP, { "SP, Special Purpose Field", "asterix.247_V1_3_SP", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, { &hf_247_010, { "010, Data Source Identifier", "asterix.247_010", FT_NONE, BASE_NONE, NULL, 0x00, NULL, HFILL } }, { &hf_247_010_SAC, { "SAC, System Area Code", "asterix.247_010_SAC", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, { &hf_247_010_SIC, { "SIC, System Identification Code", "asterix.247_010_SIC", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, diff --git a/epan/pci-ids.c b/epan/pci-ids.c index dee3bf96fd..2c72d93164 100644 --- a/epan/pci-ids.c +++ b/epan/pci-ids.c @@ -6,8 +6,8 @@ * * List of PCI ID's * - * Version: 2021.11.07 - * Date: 2021-11-07 03:15:01 + * Version: 2021.11.11 + * Date: 2021-11-11 03:15:02 * * Maintained by Albert Pool, Martin Mares, and other volunteers from * the PCI ID Project at https://pci-ids.ucw.cz/. @@ -25026,7 +25026,7 @@ pci_id_t pci_vid_15B7[] = { {0x15B7, 0x500B, 0xFFFF, 0xFFFF, "PC SN530 NVMe SSD(0x500B)"}, {0x15B7, 0x500B, 0x1414, 0x500B, "Xbox Series X(0x1414-0x500B)"}, {0x15B7, 0x500D, 0xFFFF, 0xFFFF, "WD Ultrastar DC SN340 NVMe SSD(0x500D)"}, -{0x15B7, 0x5011, 0xFFFF, 0xFFFF, "WD Black SN850(0x5011)"}, +{0x15B7, 0x5011, 0xFFFF, 0xFFFF, "WD PC SN810 / Black SN850 NVMe SSD(0x5011)"}, }; /* pci_vid_15B7[] */ pci_id_t pci_vid_15B8[] = { @@ -31260,7 +31260,7 @@ pci_id_t pci_vid_8086[] = { {0x8086, 0x015D, 0xFFFF, 0xFFFF, "Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port(0x015D)"}, {0x8086, 0x015D, 0x1043, 0x844D, "P8 series motherboard(0x1043-0x844D)"}, {0x8086, 0x015E, 0xFFFF, 0xFFFF, "Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller(0x015E)"}, -{0x8086, 0x0162, 0xFFFF, 0xFFFF, "Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller(0x0162)"}, +{0x8086, 0x0162, 0xFFFF, 0xFFFF, "IvyBridge GT2 [HD Graphics 4000](0x0162)"}, {0x8086, 0x0162, 0x1043, 0x84CA, "P8 series motherboard(0x1043-0x84CA)"}, {0x8086, 0x0162, 0x1849, 0x0162, "Motherboard(0x1849-0x0162)"}, {0x8086, 0x0166, 0xFFFF, 0xFFFF, "3rd Gen Core processor Graphics Controller(0x0166)"}, @@ -32545,7 +32545,7 @@ pci_id_t pci_vid_8086[] = { {0x8086, 0x10F8, 0x1059, 0x0130, "T4009 10GbE interface(0x1059-0x0130)"}, {0x8086, 0x10F8, 0x8086, 0x000C, "Ethernet X520 10GbE Dual Port KX4-KR Mezz(0x8086-0x000C)"}, {0x8086, 0x10F9, 0xFFFF, 0xFFFF, "82599 10 Gigabit Dual Port Network Connection(0x10F9)"}, -{0x8086, 0x10FB, 0xFFFF, 0xFFFF, "82599 10 Gigabit Dual Port Network Connection(0x10FB)"}, +{0x8086, 0x10FB, 0xFFFF, 0xFFFF, "82599ES 10-Gigabit SFI/SFP+ Network Connection(0x10FB)"}, {0x8086, 0x10FB, 0x1028, 0x1F72, "Ethernet 10G 4P X520/I350 rNDC(0x1028-0x1F72)"}, {0x8086, 0x10FB, 0x103C, 0x17D0, "Ethernet 10Gb 2-port 560FLR-SFP+ Adapter(0x103C-0x17D0)"}, {0x8086, 0x10FB, 0x103C, 0x17D2, "Ethernet 10Gb 2-port 560M Adapter(0x103C-0x17D2)"}, diff --git a/manuf b/manuf index 9eb17c1f2f..eba272cfb6 100644 --- a/manuf +++ b/manuf @@ -45,23 +45,23 @@ # http://standards-oui.ieee.org/cid/cid.csv: # Content-Length: 11146 -# Last-Modified: Sun, 07 Nov 2021 16:00:23 GMT +# Last-Modified: Sun, 14 Nov 2021 15:00:43 GMT # http://standards-oui.ieee.org/iab/iab.csv: # Content-Length: 381506 -# Last-Modified: Sun, 07 Nov 2021 16:00:38 GMT +# Last-Modified: Sun, 14 Nov 2021 15:01:04 GMT # http://standards-oui.ieee.org/oui/oui.csv: -# Content-Length: 2847333 -# Last-Modified: Sun, 07 Nov 2021 16:01:31 GMT +# Content-Length: 2849901 +# Last-Modified: Sun, 14 Nov 2021 15:01:45 GMT # http://standards-oui.ieee.org/oui28/mam.csv: -# Content-Length: 425834 -# Last-Modified: Sun, 07 Nov 2021 16:00:54 GMT +# Content-Length: 427484 +# Last-Modified: Sun, 14 Nov 2021 15:01:15 GMT # http://standards-oui.ieee.org/oui36/oui36.csv: -# Content-Length: 415594 -# Last-Modified: Sun, 07 Nov 2021 16:01:17 GMT +# Content-Length: 416628 +# Last-Modified: Sun, 14 Nov 2021 15:01:37 GMT 00:00:00 00:00:00 Officially Xerox, but 0:0:0:0:0:0 is more common 00:00:01 Xerox Xerox Corporation @@ -2569,7 +2569,7 @@ 00:09:E2 SinbonEl Sinbon Electronics Co., Ltd. 00:09:E3 AngelIgl Angel Iglesias S.A. 00:09:E4 KTechInf K Tech Infosystem Inc. -00:09:E5 Hottinge Hottinger Baldwin Messtechnik GmbH +00:09:E5 Hottinge Hottinger Brüel & Kjaer GmbH 00:09:E6 CyberSwi Cyber Switching Inc. 00:09:E7 ADCTecho ADC Techonology 00:09:E8 Cisco Cisco Systems, Inc @@ -17316,7 +17316,7 @@ 00:F8:1C HuaweiTe Huawei Technologies Co.,Ltd 00:F8:2C Cisco Cisco Systems, Inc 00:F8:60 PTPanggu PT. Panggung Electric Citrabuana -00:F8:71 DGSDenma DGS Denmark A/S +00:F8:71 Demant Demant A/S 00:FA:21 SamsungE Samsung Electronics Co.,Ltd 00:FA:3B CloosEle Cloos Electronic Gmbh 00:FA:B6 KontaktM Kontakt Micro-Location Sp z o.o. @@ -17685,16 +17685,21 @@ 04:EE:03 TexasIns Texas Instruments 04:EE:91 x-fabric x-fabric GmbH 04:EE:E8 IEEERegi IEEE Registration Authority +04:EE:E8:00:00:00/28 Zoomlion Zoomlion Huanuo(Beijing)Technology Co.,Ltd 04:EE:E8:10:00:00/28 Shanghai Shanghai ZLAN Information Technology Co.,Ltd 04:EE:E8:20:00:00/28 HengkeTe Hengke Technology Industry Co., Ltd. 04:EE:E8:30:00:00/28 FluidMan Fluid Management Technology 04:EE:E8:40:00:00/28 Shenzhen Shenzhen Daotong Technology Co.,Ltd +04:EE:E8:50:00:00/28 RealWear +04:EE:E8:60:00:00/28 Nalssen Nalssen Inc. +04:EE:E8:70:00:00/28 Shenzhen Shenzhen C & D Electronics Co., Ltd. 04:EE:E8:80:00:00/28 MPEON MPEON Co.,Ltd 04:EE:E8:90:00:00/28 PrivacyH Privacy Hero 04:EE:E8:A0:00:00/28 Shenzhen Shenzhen JoiningFree Technology Co.,Ltd 04:EE:E8:B0:00:00/28 HunanYag Hunan Yaguan Communication Technology Co.,Ltd 04:EE:E8:C0:00:00/28 daishin 04:EE:E8:D0:00:00/28 Shenzhen Shenzhen Topwell Technology Co., Ltd. +04:EE:E8:E0:00:00/28 BestInte Best Integration Technology Co., Ltd. 04:EE:EE LaplaceS Laplace System Co., Ltd. 04:F0:21 CompexPt Compex Systems Pte Ltd 04:F0:3E HuaweiDe Huawei Device Co., Ltd. @@ -18245,6 +18250,7 @@ 0C:4B:54 Tp-LinkT Tp-Link Technologies Co.,Ltd. 0C:4C:39 MitraSta MitraStar Technology Corp. 0C:4D:E9 Apple Apple, Inc. +0C:4E:C0 Maxlinea Maxlinear Inc 0C:4F:5A ASA-RT ASA-RT s.r.l. 0C:4F:9B HuaweiTe Huawei Technologies Co.,Ltd 0C:51:01 Apple Apple, Inc. @@ -18380,6 +18386,7 @@ 0C:AA:EE AnsjerEl Ansjer Electronics Co., Ltd. 0C:AC:05 UnitendT Unitend Technologies Inc. 0C:AE:7D TexasIns Texas Instruments +0C:AE:BD EdifierI Edifier International 0C:AF:5A GenusPow Genus Power Infrastructures Limited 0C:B0:88 AITeleco AITelecom 0C:B2:B7 TexasIns Texas Instruments @@ -19047,6 +19054,7 @@ 14:99:E2 Apple Apple, Inc. 14:9A:10 Microsof Microsoft Corporation 14:9B:2F JiangSuZ JiangSu ZhongXie Intelligent Technology co., LTD +14:9B:D7 MuliFurn Muli Furniture Qidong Co.,Ltd 14:9D:09 HuaweiTe Huawei Technologies Co.,Ltd 14:9D:99 Apple Apple, Inc. 14:9E:5D IBReform JSC "IB Reform" @@ -19473,6 +19481,14 @@ 18:D6:C7 Tp-LinkT Tp-Link Technologies Co.,Ltd. 18:D6:CF KurthEle Kurth Electronic GmbH 18:D7:17 Guangdon Guangdong Oppo Mobile Telecommunications Corp.,Ltd +18:D7:93 IEEERegi IEEE Registration Authority +18:D7:93:50:00:00/28 DongGuan DongGuan Orient Electronics & Metal Co.,Ltd +18:D7:93:60:00:00/28 Autellnt Autel lntelligent Technology Corp.,Ltd +18:D7:93:80:00:00/28 TorsaGlo Torsa Global +18:D7:93:90:00:00/28 ClarityM Clarity Medical Pvt Ltd +18:D7:93:A0:00:00/28 zhejiang zhejiang Anhong technology co.,ltd +18:D7:93:B0:00:00/28 EcoG +18:D7:93:D0:00:00/28 KrakenTe Kraken Technologies Ltd 18:D9:49 QvisLabs Qvis Labs, LLC 18:D9:8F HuaweiDe Huawei Device Co., Ltd. 18:D9:EF Shuttle Shuttle Inc. @@ -21388,6 +21404,7 @@ 2C:FD:A1 ASUSTekC ASUSTek COMPUTER INC. 2C:FD:AB Motorola Motorola (Wuhan) Mobility Technologies Communication Co., Ltd. 2C:FD:B3 TCLTechn TCL Technoly Electronics(Huizhou).,Ltd +2C:FD:B4 Shenzhen Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd 2C:FF:65 OkiElect Oki Electric Industry Co., Ltd. 2C:FF:EE vivoMobi vivo Mobile Communication Co., Ltd. 2E:2E:2E LaaLocal LAA (Locally Administered Address) for Meditech Systems @@ -22084,6 +22101,7 @@ 34:F6:4B IntelCor Intel Corporate 34:F6:D2 Panasoni Panasonic Taiwan Co.,Ltd. 34:F7:16 Tp-LinkT Tp-Link Technologies Co.,Ltd. +34:F8:6E ParkerHa Parker Hannifin Corporation 34:F8:E7 Cisco Cisco Systems, Inc 34:F9:68 ATEKProd ATEK Products, LLC 34:FA:40 Guangzho Guangzhou Robustel Technologies Co., Limited @@ -22136,6 +22154,7 @@ 38:1C:4A SIMComWi SIMCom Wireless Solutions Co.,Ltd. 38:1D:14 Skydio Skydio Inc. 38:1D:D9 Fn-LinkT Fn-Link Technology Limited +38:1E:C7 ChipseaT Chipsea Technologies(Shenzhen) Corp. 38:1F:8D TuyaSmar Tuya Smart Inc. 38:20:28 HuaweiTe Huawei Technologies Co.,Ltd 38:20:56 Cisco Cisco Systems, Inc @@ -22386,6 +22405,7 @@ 38:C4:E8 NSSSp NSS Sp. z o.o. 38:C7:0A WiFiSong 38:C7:BA CSServic CS Services Co.,Ltd. +38:C8:04 HuiZhouG Hui Zhou Gaoshengda Technology Co.,LTD 38:C8:5C CiscoSPV Cisco SPVTG 38:C9:86 Apple Apple, Inc. 38:C9:A9 SMARTHig SMART High Reliability Solutions, Inc. @@ -24517,6 +24537,7 @@ 4C:71:0C Cisco Cisco Systems, Inc 4C:71:0D Cisco Cisco Systems, Inc 4C:71:67 PoLabsdo PoLabs d.o.o. +4C:72:74 shenzhen shenzhenshi xinzhongxin Technology Co.Ltd 4C:72:B9 Pegatron Pegatron Corporation 4C:73:67 GeniusBy Genius Bytes Software Solutions GmbH 4C:73:A5 Kove @@ -25351,6 +25372,7 @@ 54:A7:03 Tp-LinkT Tp-Link Technologies Co.,Ltd. 54:A9:D4 Minibar Minibar Systems 54:AB:3A QuantaCo Quanta Computer Inc. +54:AC:FC LIZNApS LIZN ApS 54:AE:27 Apple Apple, Inc. 54:AE:D0 DASANNet DASAN Networks, Inc. 54:AE:D2 CSLDualc CSL Dualcom Ltd @@ -26241,7 +26263,7 @@ 60:8B:0E Apple Apple, Inc. 60:8C:2B HansonTe Hanson Technology 60:8C:4A Apple Apple, Inc. -60:8C:DF Private +60:8C:DF Beamtrai Beamtrail-Sole Proprietorship 60:8C:E6 ARRISGro ARRIS Group, Inc. 60:8D:17 SentrusG Sentrus Government Systems Division, Inc 60:8D:26 Arcadyan Arcadyan Corporation @@ -34128,6 +34150,7 @@ 8C:1F:64:0F:90:00/36 ikanInte ikan International LLC 8C:1F:64:10:10:00/36 ASW-ATI ASW-ATI Srl 8C:1F:64:11:10:00/36 Isac Isac Srl +8C:1F:64:11:80:00/36 Automata Automata GmbH & Co. KG 8C:1F:64:11:F0:00/36 NodeUDes NodeUDesign 8C:1F:64:12:80:00/36 YulistaI Yulista Integrated Solution 8C:1F:64:13:50:00/36 YuvalFic Yuval Fichman @@ -34190,6 +34213,7 @@ 8C:1F:64:3F:E0:00/36 Plumsp Plum sp. z.o.o. 8C:1F:64:3F:F0:00/36 UiseeSha Uisee(Shanghai) Automotive Technologies Ltd. 8C:1F:64:41:40:00/36 INSEVIS INSEVIS GmbH +8C:1F:64:41:70:00/36 Fracarro Fracarro srl 8C:1F:64:41:D0:00/36 AspenSpe Aspen Spectra Sdn Bhd 8C:1F:64:42:B0:00/36 GamberJo Gamber Johnson-LLC 8C:1F:64:43:80:00/36 Integerp Integer.pl S.A. @@ -34212,6 +34236,7 @@ 8C:1F:64:4F:A0:00/36 Sanskrut Sanskruti 8C:1F:64:51:00:00/36 NovantaN Novanta Corp / Novanta IMS 8C:1F:64:51:20:00/36 BlikSens Blik Sensing B.V. +8C:1F:64:51:70:00/36 SmartRad Smart Radar System, Inc 8C:1F:64:52:10:00/36 MP-SENSO MP-SENSOR GmbH 8C:1F:64:53:40:00/36 SuryaEle Surya Electronics 8C:1F:64:53:50:00/36 Columbus Columbus McKinnon @@ -34281,6 +34306,7 @@ 8C:1F:64:84:80:00/36 Jena-Opt Jena-Optronik GmbH 8C:1F:64:84:E0:00/36 WestPhar West Pharmaceutical Services, Inc. 8C:1F:64:85:60:00/36 GartenAu Garten Automation +8C:1F:64:85:B0:00/36 Atlantic Atlantic Pumps Ltd 8C:1F:64:87:80:00/36 GreenAcc Green Access Ltd 8C:1F:64:89:20:00/36 MDIIndus MDI Industrial 8C:1F:64:8A:40:00/36 GenesisT Genesis Technologies AG @@ -34311,6 +34337,7 @@ 8C:1F:64:98:40:00/36 AbacusPe Abacus Peripherals Pvt Ltd 8C:1F:64:99:10:00/36 DBSystel DB Systel GmbH 8C:1F:64:99:80:00/36 EVLOStoc EVLO Stockage Énergie +8C:1F:64:9A:60:00/36 Institut Instituto De Gestão, Redes Tecnológicas E Nergias 8C:1F:64:9C:10:00/36 RealWear 8C:1F:64:9C:30:00/36 CamozziA Camozzi Automation SpA 8C:1F:64:9C:E0:00/36 ExiFlowM Exi Flow Measurement Ltd @@ -34319,6 +34346,7 @@ 8C:1F:64:9F:00:00/36 ePlant ePlant, Inc. 8C:1F:64:9F:20:00/36 MBconnec MB connect line GmbH Fernwartungssysteme 8C:1F:64:9F:D0:00/36 VishayNo Vishay Nobel AB +8C:1F:64:9F:E0:00/36 Metroval Metroval Controle de Fluidos Ltda 8C:1F:64:A0:70:00/36 GJDManuf GJD Manufacturing 8C:1F:64:A2:90:00/36 Ringtail Ringtail Security 8C:1F:64:A3:20:00/36 Nautel Nautel LTD @@ -34362,6 +34390,7 @@ 8C:1F:64:C0:C0:00/36 Giordano Giordano Controls Spa 8C:1F:64:C1:F0:00/36 Esys Esys Srl 8C:1F:64:C2:70:00/36 LiftVent Lift Ventures, Inc +8C:1F:64:C2:80:00/36 TornadoS Tornado Spectral Systems Inc. 8C:1F:64:C2:F0:00/36 PowerEle Power Electronics Espana, S.L. 8C:1F:64:C4:00:00/36 Sciospec Sciospec Scientific Instruments GmbH 8C:1F:64:C4:10:00/36 Katronic Katronic AG & Co. KG @@ -34380,8 +34409,11 @@ 8C:1F:64:CE:F0:00/36 GoertekR Goertek Robotics Co.,Ltd. 8C:1F:64:CF:10:00/36 ROBOfibe ROBOfiber, Inc. 8C:1F:64:CF:30:00/36 ABB ABB S.p.A. +8C:1F:64:D0:E0:00/36 Labforge Labforge Inc. +8C:1F:64:D1:30:00/36 EYatskoI EYatsko Individual 8C:1F:64:D2:90:00/36 SecureBi Secure Bits 8C:1F:64:D3:C0:00/36 KIBEnerg "KIB Energo" LLC +8C:1F:64:D4:00:00/36 BreasMed Breas Medical AB 8C:1F:64:D4:40:00/36 MonarchI Monarch Instrument 8C:1F:64:D4:A0:00/36 Caproc Caproc Oy 8C:1F:64:D5:20:00/36 Critical Critical Software SA @@ -35593,6 +35625,7 @@ 98:5D:82 AristaNe Arista Networks 98:5D:AD TexasIns Texas Instruments 98:5E:1B ConversD ConversDigital Co., Ltd. +98:5F:4F Tongfang Tongfang Computer Co.,Ltd. 98:5F:D3 Microsof Microsoft Corporation 98:60:22 EMW EMW Co., Ltd. 98:60:CA Apple Apple, Inc. @@ -37489,6 +37522,7 @@ AC:8F:F8 Nokia AC:90:85 Apple Apple, Inc. AC:92:32 HuaweiTe Huawei Technologies Co.,Ltd AC:93:2F Nokia Nokia Corporation +AC:93:C4 GDMideaA GD Midea Air-Conditioning Equipment Co.,Ltd. AC:94:03 Envision Envision Peripherals Inc AC:95:72 Jovision Jovision Technology Co., Ltd. AC:97:6C Greenlia Greenliant @@ -37872,6 +37906,7 @@ B0:CC:FE HuaweiDe Huawei Device Co., Ltd. B0:CE:18 Zhejiang Zhejiang shenghui lighting co.,Ltd B0:CF:4D MI-ZoneT MI-Zone Technology Ireland B0:D0:9C SamsungE Samsung Electronics Co.,Ltd +B0:D2:78 TexasIns Texas Instruments B0:D2:F5 Vello Vello Systems, Inc. B0:D5:68 Shenzhen Shenzhen Cultraview Digital Technology Co., Ltd B0:D5:9D Shenzhen Shenzhen Zowee Technology Co., Ltd @@ -38241,6 +38276,7 @@ B4:EF:FA Lemobile Lemobile Information Technology (Beijing) Co., Ltd. B4:F0:AB Apple Apple, Inc. B4:F1:8C HuaweiDe Huawei Device Co., Ltd. B4:F1:DA LGElectr LG Electronics (Mobile Communications) +B4:F2:67 CompalBr Compal Broadband Networks, Inc. B4:F2:E8 ARRISGro ARRIS Group, Inc. B4:F3:23 Petatel Petatel Inc. B4:F5:8E HuaweiTe Huawei Technologies Co.,Ltd @@ -41208,6 +41244,7 @@ D8:B1:22 JuniperN Juniper Networks D8:B1:2A Panasoni Panasonic Mobile Communications Co.,Ltd. D8:B1:90 Cisco Cisco Systems, Inc D8:B3:77 HTC HTC Corporation +D8:B6:73 TexasIns Texas Instruments D8:B6:B7 Comtrend Comtrend Corporation D8:B6:C1 NetworkA NetworkAccountant, Inc. D8:B6:D6 BluTethe Blu Tether Limited @@ -41625,6 +41662,7 @@ E0:03:70 ShenZhen ShenZhen Continental Wireless Technology Co., Ltd. E0:05:C5 Tp-LinkT Tp-Link Technologies Co.,Ltd. E0:06:E6 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. E0:07:1B HewlettP Hewlett Packard Enterprise +E0:07:C2 FujianSt Fujian Star-Net Communication Co.,Ltd E0:09:BF SHENZHEN SHENZHEN TONG BO WEI TECHNOLOGY Co.,LTD E0:0A:F6 LiteonTe Liteon Technology Corporation E0:0B:28 Inovonic Inovonics @@ -41929,6 +41967,7 @@ E0:F6:B5 Nintendo Nintendo Co.,Ltd E0:F8:47 Apple Apple, Inc. E0:F9:BE Cloudena Cloudena Corp. E0:FA:EC Platansp Platan sp. z o.o. sp. k. +E0:FF:F1 TexasIns Texas Instruments E0:FF:F7 Softiron Softiron Inc. E2:0C:0F Kingston Kingston Technologies E4:02:9B IntelCor Intel Corporate @@ -42744,6 +42783,7 @@ EC:97:E0 Hangzhou Hangzhou Ezviz Software Co.,Ltd. EC:98:6C LufftMes Lufft Mess- und Regeltechnik GmbH EC:98:C1 BeijingR Beijing Risbo Network Technology Co.,Ltd EC:9A:74 HewlettP Hewlett Packard +EC:9B:2D ChinaMob China Mobile Group Device Co.,Ltd. EC:9B:5B Nokia Nokia Corporation EC:9B:8B HewlettP Hewlett Packard Enterprise EC:9B:F3 SamsungE Samsung Electro-Mechanics(Thailand) @@ -43124,6 +43164,7 @@ F0:BC:C8 MaxID MaxID (Pty) Ltd F0:BC:C9 Pfu Pfu Limited F0:BD:2E H+SPolat H+S Polatis Ltd F0:BD:F1 Sipod Sipod Inc. +F0:BE:25 Dongguan Dongguan Cannice Precision Manufacturing Co., Ltd. F0:BF:97 Sony Sony Corporation F0:C1:F1 Apple Apple, Inc. F0:C2:4C Zhejiang Zhejiang FeiYue Digital Technology Co., Ltd @@ -43297,6 +43338,7 @@ F4:41:56 Arrikto Arrikto Inc. F4:41:9E HuaweiDe Huawei Device Co., Ltd. F4:42:27 SSResear S & S Research Inc. F4:42:8F SamsungE Samsung Electronics Co.,Ltd +F4:44:2C Shenzhen Shenzhen SuperElectron Technology Co.,Ltd. F4:44:50 BND BND Co., Ltd. F4:45:88 HuaweiTe Huawei Technologies Co.,Ltd F4:45:ED Portable Portable Innovation Technology Ltd. @@ -43486,6 +43528,7 @@ F4:B7:8D HuaweiTe Huawei Technologies Co.,Ltd F4:B7:B3 vivoMobi vivo Mobile Communication Co., Ltd. F4:B7:E2 HonHaiPr Hon Hai Precision Ind. Co.,Ltd. F4:B8:5E TexasIns Texas Instruments +F4:B8:98 TexasIns Texas Instruments F4:B8:A7 zte zte corporation F4:BC:97 Shenzhen Shenzhen Crave Communication Co., LTD F4:BC:DA Shenzhen Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd @@ -43567,7 +43610,7 @@ F4:F5:DB XiaomiCo Xiaomi Communications Co Ltd F4:F5:E8 Google Google, Inc. F4:F6:46 Dediprog Dediprog Technology Co. Ltd. F4:F6:47 zte zte corporation -F4:F7:0C neterbit +F4:F7:0C Avang-ne Avang - neterbit F4:F9:51 Apple Apple, Inc. F4:FB:B8 HuaweiTe Huawei Technologies Co.,Ltd F4:FC:32 TexasIns Texas Instruments diff --git a/profiles/No Reassembly/preferences b/profiles/No Reassembly/preferences index 68285e2e90..9d4ddb5cc2 100644 --- a/profiles/No Reassembly/preferences +++ b/profiles/No Reassembly/preferences @@ -31,6 +31,7 @@ diameter.desegment: FALSE dicom.pdv_reassemble: FALSE distcc.desegment_distcc_over_tcp: FALSE djiuav.desegment: FALSE +dlep.desegment: FALSE dnp3.desegment: FALSE dns.desegment_dns_messages: FALSE drda.desegment: FALSE diff --git a/services b/services index d607e48e93..1c8765af89 100644 --- a/services +++ b/services @@ -2579,6 +2579,7 @@ icslap 2869/tcp/udp # ICSLAP daishi 2870/tcp/udp msi-selectplay 2871/tcp/udp # MSI Select Play radix 2872/tcp/udp # RADIX +psrt 2873/tcp/udp # PubSub Realtime Telemetry Protocol dxmessagebase1 2874/tcp/udp # DX Message Base Transport Protocol dxmessagebase2 2875/tcp/udp # DX Message Base Transport Protocol sps-tunnel 2876/tcp/udp # SPS Tunnel diff --git a/ui/qt/wireshark_es.ts b/ui/qt/wireshark_es.ts index 59541162bf..90b5e9339b 100644 --- a/ui/qt/wireshark_es.ts +++ b/ui/qt/wireshark_es.ts @@ -2151,7 +2151,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Click OK to insert this filter - Clic OK para insertar este filtro + Haga clic en ACEPTAR para insertar este filtro @@ -8354,7 +8354,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p>Custom window title to be appended to the existing title<br/>%F = file path of the capture file<br/>%P = profile name<br/>%S = a conditional separator (&quot; - &quot;) that only shows when surrounded by variables with values or static text<br/>%V = version info</p></body></html> - + <html><head/><body><p>Título de ventana personalizado que se añade al título existente<br/>%F = ruta de archivo del archivo de captura<br/>%P = nombre de perfil<br/>%S = un separador condicional (&quot; - &quot;) que solo se muestra al rodearse por variables con valores o texto estático<br/>%V = información de versión</p></body></html> Prepend window title @@ -8362,7 +8362,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p>Custom window title to be prepended to the existing title<br/>%F = file path of the capture file<br/>%P = profile name<br/>%S = a conditional separator (&quot; - &quot;) that only shows when surrounded by variables with values or static text<br/>%V = version info</p></body></html> - + <html><head/><body><p>Título de ventana personalizado que se antepone al título existente<br/>%F = ruta de archivo del archivo de captura<br/>%P = nombre de perfil<br/>%S = un separador condicional (&quot; - &quot;) que solo se muestra al rodearse por variables con valores o texto estático<br/>%V = información de versión</p></body></html> Language: @@ -9010,7 +9010,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. … - + a preference @@ -9701,11 +9701,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. A - + A B - + B Any @@ -9737,7 +9737,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <Broadcast> - + <Broadcast> <Hidden> @@ -9745,7 +9745,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. BSSID - + BSSID Beacons @@ -10141,7 +10141,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.ResolvedAddressesDialog Dialog - Dialog + Dialog Hosts @@ -10585,7 +10585,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. G - G + G Next Problem Packet @@ -10597,7 +10597,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. N - N + N Prepare &Filter @@ -11327,7 +11327,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. R - + R Find All &Pairs @@ -11363,7 +11363,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. M - + M All @@ -11399,7 +11399,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. G - G + G Prepare a filter matching the selected stream(s). @@ -11407,7 +11407,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. P - P + P Export the stream payload as rtpdump @@ -11415,11 +11415,11 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. E - + E A - + A Cop&y @@ -11522,7 +11522,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 0 - 0 + 0 Zoom In @@ -11530,7 +11530,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. + - + + + Zoom Out @@ -11538,7 +11538,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. - - - + - Move Up 10 Pixels @@ -11638,7 +11638,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. D - D + D Go To Packet Under Cursor @@ -11650,7 +11650,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. G - G + G Drag / Zoom @@ -11662,7 +11662,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Z - Z + Z Relative / Absolute Sequence Numbers @@ -11674,7 +11674,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. S - S + S Capture / Session Time Origin @@ -11686,7 +11686,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. T - T + T Crosshairs @@ -11710,7 +11710,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 1 - 1 + 1 Throughput @@ -11722,7 +11722,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 2 - 2 + 2 Time / Sequence (Stevens) @@ -11734,7 +11734,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 3 - 3 + 3 Window Scaling @@ -11746,7 +11746,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 5 - 5 + 5 Time / Sequence (tcptrace) @@ -11758,7 +11758,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 4 - 4 + 4 @@ -11963,7 +11963,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p><br/></p></body></html> - + <html><head/><body><p><br/></p></body></html> Save Graph @@ -12014,7 +12014,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p><br/></p></body></html> - + <html><head/><body><p><br/></p></body></html> Save Graph @@ -12851,42 +12851,42 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. <html><head/><body><p>Search the list of field names.</p></body></html> - <html><head/><body><p>Busca en la lista de los nombres de campo.</p></body></html> + <html><head/><body><p>Busca en la lista de los nombres de campo.</p></body></html> Search: - Buscar: + Buscar: <small><i>Gathering protocol information…</i></small> - + <small><i>Recopilando información de protocolo…</i></small> Supported Protocols - + Protocolos soportados %1 protocols, %2 fields. - + %1 protocolos, %2 campos. SupportedProtocolsModel Name - Nombre + Nombre Filter - Filtro + Filtro Type - Tipo + Tipo Description - Descripción + Descripción @@ -12897,7 +12897,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. %1 - + %1 @@ -13100,7 +13100,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 0 - 0 + 0 Zoom In @@ -13108,7 +13108,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. + - + + + Zoom Out @@ -13116,7 +13116,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. - - - + - Move Up 10 Pixels @@ -13212,7 +13212,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. D - D + D Go To Packet Under Cursor @@ -13224,7 +13224,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. G - G + G Drag / Zoom @@ -13236,7 +13236,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Z - Z + Z Relative / Absolute Sequence Numbers @@ -13248,7 +13248,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. S - S + S Capture / Session Time Origin @@ -13260,7 +13260,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. T - T + T Crosshairs @@ -13284,7 +13284,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 1 - 1 + 1 Throughput @@ -13296,7 +13296,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 2 - 2 + 2 Time / Sequence (Stevens) @@ -13308,7 +13308,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 3 - 3 + 3 Window Scaling @@ -13320,7 +13320,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 5 - 5 + 5 Time / Sequence (tcptrace) @@ -13332,7 +13332,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. 4 - 4 + 4 Zoom In X Axis @@ -13340,7 +13340,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. X - X + X Zoom Out X Axis @@ -13356,7 +13356,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. Y - Y + Y Zoom Out Y Axis @@ -13451,15 +13451,15 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto.TapParameterDialog Dialog - Dialog + Dialog Item - + Item <small><i>A hint.</i></small> - <small><i>A hint.</i></small> + <small><i>A hint.</i></small> Display filter: @@ -13591,7 +13591,7 @@ Por ejemplo, use 1 hora para tener creado un nuevo archivo cada hora en punto. %1 Types - + Tipos de %1 Copy diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts index 0e5e7c775c..5b9f1cc975 100644 --- a/ui/qt/wireshark_sv.ts +++ b/ui/qt/wireshark_sv.ts @@ -11287,7 +11287,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Preparing to play... - + Förbereder för att spela … Unknown @@ -11322,11 +11322,11 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Start Time - Starttid + Starttid Duration - Varaktighet + Varaktighet Payload @@ -11362,35 +11362,35 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he <html><head/><body><p>Only show conversations matching the current display filter</p></body></html> - <html><head/><body><p>Visa endast konversationer som matchar det aktuella visningsfiltret</p></body></html> + <html><head/><body><p>Visa endast konversationer som matchar det aktuella visningsfiltret</p></body></html> Limit to display filter - Begränsa till visningsfilter + Begränsa till visningsfilter Time of Day - Tid på dagen + Tid på dagen Find &Reverse - + Sök &bakåt Prepare &Filter - Förbered &filter + Förbered &filter &Export - &Exportera + &Exportera &Analyze - A&nalysera + A&nalysera Open the analysis window for the selected stream(s) and add it to it - + Öppna analysfönstret för de valda strömmarna och lägg till till det Find the reverse stream matching the selected forward stream. @@ -11398,19 +11398,19 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Min Delta (ms) - + Mindelta (ms) Mean Delta (ms) - + Genomsnittsdelta (ms) Min Jitter - + Minspridning All forward/reverse stream actions - + Alla framåt-/bakåtströmåtgärder R @@ -11418,27 +11418,27 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Find All &Pairs - + Hitta alla &par Select all streams which are paired in forward/reverse relation - + Välj alla strömmar som hör ihop i en framåt/bakåt-relation Shift+R - + Skift+R Find Only &Singles - + Hitta endast &ensamma Find all streams which don't have paired reverse stream - + Hitta alla strömmar som inte hör ihop med en omvänd ström Ctrl+R - + Ctrl+R Mark Packets @@ -11454,27 +11454,27 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he All - Allt + Allt Select all - Välj allt + Välj allt None - + Inget Clear selection - Nollställ valet + Nollställ valet Invert - Invertera + Invertera Invert selection - Invertera valet + Invertera valet Go To Setup @@ -11506,15 +11506,15 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he A - + A Cop&y - + &Kopiera Open copy menu - + Öppna kopieringsmenyn Copy as CSV @@ -11538,7 +11538,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Select - Välj + Välj as CSV @@ -11558,7 +11558,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save RTPDump As… - + Spara RTPDump som … @@ -11928,7 +11928,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Complete List of IP addresses from INIT Chunk: - + Fullständig lista över IP-adresser från INIT-stycket: Minimum Number of Outbound Streams: @@ -11944,7 +11944,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Complete List of IP addresses from INIT_ACK Chunk: - + Fullständig lista över IP-adresser från INIT_ACK-stycket: Provided Number of Outbound Streams: @@ -11968,15 +11968,15 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Complete list of IP addresses from INIT Chunk: - + Fullständig lista över IP-adresser från INIT-stycket: Complete list of IP addresses from INIT_ACK Chunk: - + Fullständig lista över IP-adresser från INIT_ACK-stycket: List of Used IP Addresses - + Lista över använda IP-adresser Used Number of Inbound Streams: @@ -12236,7 +12236,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save Graph As… - Spara grafen som … + Spara grafen som … @@ -12355,7 +12355,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Searching for %1… - + Sök efter %1 … No packet contained those bytes. @@ -12432,7 +12432,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save Graph As… - Spara grafen som … + Spara grafen som … Flow @@ -12544,7 +12544,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Reset &Diagram - + Återställ &diagrammet Reset the diagram to its initial state. @@ -12556,19 +12556,19 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he &Reset Diagram - + &Återställ diagrammet Reset the diagram to its initial state - + Återställ diagrammet till sitt ursprungsläge &Export - &Exportera + &Exportera Export diagram - + Exportdiagram Zoom In @@ -12708,27 +12708,27 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Select RTP Stream - + Välj RTP-ström Select RTP stream in RTP Streams dialog - + Välj RTP-ström i RTP-strömdialogen S - S + S Deselect RTP Stream - + Välj bort RTP-ström Deselect RTP stream in RTP Streams dialog - + Välj bort RTP-ström i RTP-strömdialogen D - D + D @@ -12801,7 +12801,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Hex Digits - + Hexsiffror Quoted-Printable @@ -12861,11 +12861,11 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save as… - Spara som … + Spara som … Save Selected Packet Bytes As… - + Spara valda paketbyte som … Displaying %Ln byte(s). @@ -13003,11 +13003,11 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he SyntaxLineEdit "%1" is deprecated in favour of "%2". See Help section 6.4.8 for details. - + ”%1” bör undvikas till förmån för ”%2”. Se hjälpen avsnitt 6.4.8 för detaljer. %1 - + %1 @@ -13517,7 +13517,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save As… - Spara som … + Spara som … No Capture Data @@ -13593,7 +13593,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save Graph As… - Spara grafen som … + Spara grafen som … @@ -13641,7 +13641,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Save Statistics As… - + Spara statistik som … Plain text file (*.txt);;Comma separated values (*.csv);;XML document (*.xml);;YAML document (*.yaml) @@ -13859,11 +13859,11 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he <html><head/><body><p>Only show conversations matching the current display filter</p></body></html> - <html><head/><body><p>Visa endast konversationer som matchar det aktuella visningsfiltret</p></body></html> + <html><head/><body><p>Visa endast konversationer som matchar det aktuella visningsfiltret</p></body></html> Limit to display filter - Begränsa till visningsfilter + Begränsa till visningsfilter Time of Day @@ -13871,71 +13871,71 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Flow &Sequence - + Flödes&sekvens Show flow sequence for selected call(s). - + Visa flödessekvens för de valda anropen. Prepare &Filter - Förbered &filter + Förbered &filter Prepare a filter matching the selected calls(s). - + Förbered ett filter som matchar de valda anropen. Cop&y - + &Kopiera Open copy menu - + Öppna kopieringsmenyn All - Allt + Allt Select all - Välj allt + Välj allt None - + Inget Invert - Invertera + Invertera Invert selection - Invertera valet + Invertera valet Select related RTP streams - + Välj relaterade RTP-strömmar Select RTP streams related to selected calls in RTP Streams dialog - + Välj RTP-strömmar relaterade till de valda anropen i RTP-strömdialogen S - S + V Deselect related RTP Streams - + Välj bort relaterade RTP-strömmar D - D + B Clear selection - Nollställ valet + Nollställ valet Display time as time of day @@ -13975,7 +13975,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he Select - Välj + Välj @@ -14115,7 +14115,37 @@ a:hover { </tr></table> </body></html> - + <html><head> +<style> +a:link { + color: palette(text);; + text-decoration: none; +} +a:hover { + color: palette(text); + text-decoration: underline; +} +</style> +</head> +<body> + +<table><tr> +<th><a href="https://www.wireshark.org/docs/wsug_html_chunked/">Användarguide</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://gitlab.com/wireshark/wireshark/-/wikis/">Wiki</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://ask.wireshark.org/">Frågor och svar</a></th> + +<td style="padding-left: 8px; padding-right: 8px;">·</td> + +<th><a href="https://www.wireshark.org/lists/">Sändlistor</a></th> + +</tr></table> +</body></html> Show in Finder