From 6d46a532a2990a75dea220cb65d4fcbc6b3ed45b Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 5 Sep 2022 17:01:35 +0100 Subject: [PATCH] Fix some spelling errors. --- epan/dissectors/packet-bgp.c | 4 ++-- epan/dissectors/packet-netflow.c | 2 +- epan/dissectors/packet-sctp.c | 4 ++-- packaging/portableapps/readme.txt | 2 +- tools/wireshark_words.txt | 14 ++++++++++++++ 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c index c22d2a17a5..76399b2c79 100644 --- a/epan/dissectors/packet-bgp.c +++ b/epan/dissectors/packet-bgp.c @@ -12591,10 +12591,10 @@ proto_register_bgp(void) NULL, 0x0, "Original metric of the route before its redistribution into EIGRP", HFILL }}, { &hf_bgp_ext_com_mup_segment_id2, { "Segment Identifier 2-byte", "bgp.ext_com_mup.segment_id2", FT_UINT16, BASE_DEC, - NULL, 0x0, "Configuable segment identifier value 2-byte", HFILL }}, + NULL, 0x0, "Configurable segment identifier value 2-byte", HFILL }}, { &hf_bgp_ext_com_mup_segment_id4, { "Segment Identifier 4-byte", "bgp.ext_com_mup.segment_id4", FT_UINT32, BASE_DEC, - NULL, 0x0, "Configuable segment identifier value 4-byte", HFILL }}, + NULL, 0x0, "Configurable segment identifier value 4-byte", HFILL }}, /* idr-ls-03 */ { &hf_bgp_ls_type, diff --git a/epan/dissectors/packet-netflow.c b/epan/dissectors/packet-netflow.c index 7a87594009..8df1bec8b8 100644 --- a/epan/dissectors/packet-netflow.c +++ b/epan/dissectors/packet-netflow.c @@ -13352,7 +13352,7 @@ proto_register_netflow(void) {&hf_cflow_ipv4_router_sc, {"ipv4RouterSc", "cflow.ipv4_router_sc", FT_IPv4, BASE_NONE, NULL, 0x0, - "ipv4 Router Shortcur", HFILL} + "ipv4 Router Shortcut", HFILL} }, {&hf_cflow_srcprefix, {"SrcPrefix", "cflow.srcprefix", diff --git a/epan/dissectors/packet-sctp.c b/epan/dissectors/packet-sctp.c index 1d4b6403fd..d4e1cb01b0 100644 --- a/epan/dissectors/packet-sctp.c +++ b/epan/dissectors/packet-sctp.c @@ -4898,7 +4898,7 @@ proto_register_sctp(void) { &hf_data_chunk_b_bit, { "B-Bit", "sctp.data_b_bit", FT_BOOLEAN, 8, TFS(&sctp_data_chunk_b_bit_value), SCTP_DATA_CHUNK_B_BIT, NULL, HFILL } }, { &hf_data_chunk_u_bit, { "U-Bit", "sctp.data_u_bit", FT_BOOLEAN, 8, TFS(&sctp_data_chunk_u_bit_value), SCTP_DATA_CHUNK_U_BIT, NULL, HFILL } }, { &hf_data_chunk_i_bit, { "I-Bit", "sctp.data_i_bit", FT_BOOLEAN, 8, TFS(&sctp_data_chunk_i_bit_value), SCTP_DATA_CHUNK_I_BIT, NULL, HFILL } }, - { &hf_sack_chunk_ns, { "Nounce sum", "sctp.sack_nounce_sum", FT_UINT8, BASE_DEC, NULL, SCTP_SACK_CHUNK_NS_BIT, NULL, HFILL } }, + { &hf_sack_chunk_ns, { "Nonce sum", "sctp.sack_nonce_sum", FT_UINT8, BASE_DEC, NULL, SCTP_SACK_CHUNK_NS_BIT, NULL, HFILL } }, { &hf_sack_chunk_cumulative_tsn_ack, { "Cumulative TSN ACK (relative)", "sctp.sack_cumulative_tsn_ack", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_sack_chunk_cumulative_tsn_ack_raw, { "Cumulative TSN ACK (absolute)", "sctp.sack_cumulative_tsn_ack_raw", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_sack_chunk_adv_rec_window_credit, { "Advertised receiver window credit (a_rwnd)", "sctp.sack_a_rwnd", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, @@ -4910,7 +4910,7 @@ proto_register_sctp(void) { &hf_sack_chunk_gap_block_end_tsn, { "End TSN", "sctp.sack_gap_block_end_tsn", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_sack_chunk_number_tsns_gap_acked, { "Number of TSNs in gap acknowledgement blocks", "sctp.sack_number_of_tsns_gap_acked", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_sack_chunk_duplicate_tsn, { "Duplicate TSN", "sctp.sack_duplicate_tsn", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, - { &hf_nr_sack_chunk_ns, { "Nounce sum", "sctp.nr_sack_nounce_sum", FT_UINT8, BASE_DEC, NULL, SCTP_NR_SACK_CHUNK_NS_BIT, NULL, HFILL } }, + { &hf_nr_sack_chunk_ns, { "Nonce sum", "sctp.nr_sack_nonce_sum", FT_UINT8, BASE_DEC, NULL, SCTP_NR_SACK_CHUNK_NS_BIT, NULL, HFILL } }, { &hf_nr_sack_chunk_cumulative_tsn_ack, { "Cumulative TSN ACK", "sctp.nr_sack_cumulative_tsn_ack", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_nr_sack_chunk_adv_rec_window_credit, { "Advertised receiver window credit (a_rwnd)", "sctp.nr_sack_a_rwnd", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } }, { &hf_nr_sack_chunk_number_of_gap_blocks, { "Number of gap acknowledgement blocks", "sctp.nr_sack_number_of_gap_blocks", FT_UINT16, BASE_DEC, NULL, 0x0, NULL, HFILL } }, diff --git a/packaging/portableapps/readme.txt b/packaging/portableapps/readme.txt index 379937e33e..bfb871ec26 100644 --- a/packaging/portableapps/readme.txt +++ b/packaging/portableapps/readme.txt @@ -17,7 +17,7 @@ NSIS The Portable Apps packaging uses the NullSoft Scriptable Installer System (NSIS) to create a installation package to install onto the USB drive, and a launcher to launch Wireshark from the USB drive. -NSIS is used by the standard Win32 installation mechansim (packaging/nsis) but an additional plug-in is required for the Wireshark Portable launcher. This is now automatically downloaded and installed from the wireshark-win32-libs repository. +NSIS is used by the standard Win32 installation mechanism (packaging/nsis) but an additional plug-in is required for the Wireshark Portable launcher. This is now automatically downloaded and installed from the wireshark-win32-libs repository. INI Settings ============ diff --git a/tools/wireshark_words.txt b/tools/wireshark_words.txt index 5f240fd664..d79d3acd79 100644 --- a/tools/wireshark_words.txt +++ b/tools/wireshark_words.txt @@ -117,6 +117,7 @@ beamformed beamformee beamformer beamforming +bgpspec bibliographic bibliography bidirectional @@ -292,6 +293,7 @@ cryptographic csapi ctime ctype +cumulated customizable customization customizing @@ -304,6 +306,7 @@ datarate datastate datetime dcerpc +dct3trace deact deactivated deactivating @@ -476,6 +479,7 @@ esperanto etheraddr ethers ethertype +etlfile ettarr etwdump etype @@ -520,6 +524,7 @@ framenum framenumber frametype frcrpt +freebsd frontend fsctl ftype @@ -599,6 +604,7 @@ huffman icmpv ident idiographic +idl2deb idl2wrs iec60870 ieee1609dot @@ -1177,6 +1183,7 @@ resize resized resolvable resolver +resolvers resub resubmission resynchronization @@ -1198,6 +1205,7 @@ revalidation revertive revocations rfcomm +rfmon rgoose ripemd rlcmac @@ -1260,6 +1268,7 @@ sha256 sha384 sha512 sharkd +shomiti siapp sidelink signaling @@ -1312,6 +1321,7 @@ statusbar stderr stdin stdout +strdup streamid stringz stringzpad @@ -1364,6 +1374,7 @@ superset svhdx switchinfo symantec +synchronizer synchronizing synchronously synphasor @@ -1584,6 +1595,7 @@ uploads urlencoded urnti usability +usbmon usbms usbpcap userdata @@ -1626,6 +1638,7 @@ voipmetrics volerr vxlan wakeup +wbxml webcam webkit websocket @@ -1646,6 +1659,7 @@ withoutfcs wksta workarounds wowlan +wpcap wrepl writable wsbuild