diff --git a/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c b/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c index 3dcbe1b7a7..979d404d28 100644 --- a/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c +++ b/epan/dissectors/asn1/gsm_map/packet-gsm_map-template.c @@ -2511,7 +2511,7 @@ static const value_string Teleservice_vals[] = { { 0x63, "facsimileGroup4" }, { 0x70, "allDataTeleservices" }, - { 0x80, "allTeleservices-ExeptSMS" }, + { 0x80, "allTeleservices-ExceptSMS" }, { 0x90, "allVoiceGroupCallServices" }, { 0x91, "voiceGroupCall" }, diff --git a/epan/dissectors/file-elf.c b/epan/dissectors/file-elf.c index a6d69ae015..c83d93bbdb 100644 --- a/epan/dissectors/file-elf.c +++ b/epan/dissectors/file-elf.c @@ -430,7 +430,7 @@ static const value_string os_abi_vals[] = { { 0x00, "No extensions or unspecified" }, { 0x01, "Hewlett-Packard HP-UX" }, { 0x02, "NetBSD" }, - { 0x03, "GNU (historial alias: Linux)" }, + { 0x03, "GNU (historical alias: Linux)" }, { 0x06, "Sun Solaris" }, { 0x07, "AIX" }, { 0x08, "IRIX" }, diff --git a/epan/dissectors/packet-bgp.c b/epan/dissectors/packet-bgp.c index b78daec938..2e052970fb 100644 --- a/epan/dissectors/packet-bgp.c +++ b/epan/dissectors/packet-bgp.c @@ -11617,9 +11617,9 @@ proto_register_bgp(void) { &ei_bgp_evpn_nlri_esi_type_err, { "bgp.evpn.esi_type", PI_MALFORMED, PI_ERROR, "EVPN ESI Type is invalid", EXPFILL }}, { &ei_bgp_evpn_nlri_rt4_no_ip, { "bgp.evpn.no_ip", PI_PROTOCOL, PI_NOTE, "IP Address: NOT INCLUDED", EXPFILL }}, { &ei_bgp_attr_pmsi_tunnel_type, { "bgp.attr.pmsi.tunnel_type", PI_PROTOCOL, PI_ERROR, "Unknown Tunnel type", EXPFILL }}, - { &ei_bgp_attr_pmsi_opaque_type, { "bgp.attr.pmsi.opaque_type", PI_PROTOCOL, PI_ERROR, "Unvalid pmsi opaque type", EXPFILL }}, + { &ei_bgp_attr_pmsi_opaque_type, { "bgp.attr.pmsi.opaque_type", PI_PROTOCOL, PI_ERROR, "Invalid pmsi opaque type", EXPFILL }}, { &ei_bgp_attr_aigp_type, { "bgp.attr.aigp.type", PI_MALFORMED, PI_NOTE, "Unknown AIGP attribute type", EXPFILL}}, - { &ei_bgp_prefix_length_err, { "bgp.prefix.length", PI_MALFORMED, PI_ERROR, "Unvalid IPv6 prefix length", EXPFILL}}, + { &ei_bgp_prefix_length_err, { "bgp.prefix.length", PI_MALFORMED, PI_ERROR, "Invalid IPv6 prefix length", EXPFILL}}, { &ei_bgp_attr_as_path_as_len_err, { "bgp.attr.as_path.as_len", PI_UNDECODED, PI_ERROR, "unable to determine 4 or 2 bytes ASN", EXPFILL}}, { &ei_bgp_prefix_sid_type_err, { "bgp.prefix_sid.type_err", PI_PROTOCOL, PI_ERROR, "BGP Prefix-SID unknown TLV type", EXPFILL }} }; diff --git a/epan/dissectors/packet-btmesh.c b/epan/dissectors/packet-btmesh.c index 7a6f4b7d73..f1562a2ed3 100644 --- a/epan/dissectors/packet-btmesh.c +++ b/epan/dissectors/packet-btmesh.c @@ -1210,7 +1210,7 @@ static const value_string btmesh_model_vals[] = { { 0x1012, "Generic Manufacturer Property Server" }, { 0x1013, "Generic User Property Server" }, { 0x1014, "Generic Client Property Server" }, - { 0x1015, "Generic Property Clien" }, + { 0x1015, "Generic Property Client" }, { 0x1100, "Sensors Sensor Server" }, { 0x1101, "Sensor Setup Server" }, { 0x1102, "Sensor Client" }, diff --git a/epan/dissectors/packet-dhcp.c b/epan/dissectors/packet-dhcp.c index a970f13392..b4f9007a55 100644 --- a/epan/dissectors/packet-dhcp.c +++ b/epan/dissectors/packet-dhcp.c @@ -547,7 +547,7 @@ static int hf_dhcp_option_rfc3825_longitude = -1; /* 123 */ static int hf_dhcp_option_rfc3825_latitude_res = -1; /* 123 */ static int hf_dhcp_option_rfc3825_longitude_res = -1; /* 123 */ static int hf_dhcp_option_rfc3825_altitude = -1; /* 123 */ -static int hf_dhcp_option_rfc3825_altitide_res = -1; /* 123 */ +static int hf_dhcp_option_rfc3825_altitude_res = -1; /* 123 */ static int hf_dhcp_option_rfc3825_altitude_type = -1; /* 123 */ static int hf_dhcp_option_rfc3825_map_datum = -1; /* 123 */ static int hf_dhcp_option_cl_dss_id_option = -1; /* 123 CL */ @@ -3025,7 +3025,7 @@ dissect_dhcpopt_coordinate_based_location(tvbuff_t *tvb, packet_info *pinfo, pro proto_tree_add_double_format_value(tree, hf_dhcp_option_rfc3825_latitude_res, tvb, offset, 1, location.latitude_res, "%15.10f", location.latitude_res); proto_tree_add_double_format_value(tree, hf_dhcp_option_rfc3825_longitude_res, tvb, offset+5, 1, location.longitude_res, "%15.10f", location.longitude_res); proto_tree_add_double_format_value(tree, hf_dhcp_option_rfc3825_altitude, tvb, offset+12, 4, location.altitude, "%15.10f", location.altitude); - proto_tree_add_double_format_value(tree, hf_dhcp_option_rfc3825_altitide_res, tvb, offset+10, 2, location.altitude_res, "%15.10f", location.altitude_res); + proto_tree_add_double_format_value(tree, hf_dhcp_option_rfc3825_altitude_res, tvb, offset+10, 2, location.altitude_res, "%15.10f", location.altitude_res); proto_tree_add_uint(tree, hf_dhcp_option_rfc3825_altitude_type, tvb, offset+10, 1, location.altitude_type); proto_tree_add_uint(tree, hf_dhcp_option_rfc3825_map_datum, tvb, offset+15, 1, location.datum_type); } @@ -9507,8 +9507,8 @@ proto_register_dhcp(void) FT_DOUBLE, BASE_NONE, NULL, 0x0, "Option 123: Altitude", HFILL }}, - { &hf_dhcp_option_rfc3825_altitide_res, - { "Altitude resolution", "dhcp.option.rfc3825.altitide_res", + { &hf_dhcp_option_rfc3825_altitude_res, + { "Altitude resolution", "dhcp.option.rfc3825.altitude_res", FT_DOUBLE, BASE_NONE, NULL, 0x0, "Option 123: Altitude resolution", HFILL }}, diff --git a/epan/dissectors/packet-dvb-s2-table.c b/epan/dissectors/packet-dvb-s2-table.c index 32190ebb92..367288c06e 100644 --- a/epan/dissectors/packet-dvb-s2-table.c +++ b/epan/dissectors/packet-dvb-s2-table.c @@ -183,7 +183,7 @@ static int hf_dvb_s2_table_tx_type_branch = -1; static int hf_dvb_s2_table_tx_type = -1; static int hf_dvb_s2_table_tx_type_tx_content_type = -1; static int hf_dvb_s2_table_tx_type_tx_format_class = -1; -static int hf_dvb_s2_table_tx_type_tx_format_data_lenght = -1; +static int hf_dvb_s2_table_tx_type_tx_format_data_length = -1; static int hf_dvb_s2_table_tx_type_tx_format_data = -1; /* BCT Common Tx */ static int hf_dvb_s2_table_tx_type_tx_block_size = -1; @@ -1832,7 +1832,7 @@ static int dissect_dvb_s2_table_bct(tvbuff_t *tvb, int cur_off, proto_tree *dvb_ tx_format = tvb_get_guint8(tvb, cur_off + new_off); proto_tree_add_item(dvb_s2_hdr_table_txtype_tree, hf_dvb_s2_table_tx_type_tx_format_class, tvb, cur_off + new_off, 1, ENC_NA); new_off += 1; - proto_tree_add_item(dvb_s2_hdr_table_txtype_tree, hf_dvb_s2_table_tx_type_tx_format_data_lenght, tvb, cur_off + new_off, 1, ENC_NA); + proto_tree_add_item(dvb_s2_hdr_table_txtype_tree, hf_dvb_s2_table_tx_type_tx_format_data_length, tvb, cur_off + new_off, 1, ENC_NA); new_off += 1; switch(tx_format) { @@ -3152,8 +3152,8 @@ void proto_register_dvb_s2_table(void) FT_UINT8, BASE_HEX, VALS(table_frameType_txFormatClass), 0x0, NULL, HFILL} }, - {&hf_dvb_s2_table_tx_type_tx_format_data_lenght, { - "Tx type tx format data length", "dvb-s2_table.tx_type.tx_format_data_lenght", + {&hf_dvb_s2_table_tx_type_tx_format_data_length, { + "Tx type tx format data length", "dvb-s2_table.tx_type.tx_format_data_length", FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL} }, diff --git a/epan/dissectors/packet-gsm_map.c b/epan/dissectors/packet-gsm_map.c index e8770816ac..0de6dfb7b4 100644 --- a/epan/dissectors/packet-gsm_map.c +++ b/epan/dissectors/packet-gsm_map.c @@ -23864,7 +23864,7 @@ static const value_string Teleservice_vals[] = { { 0x63, "facsimileGroup4" }, { 0x70, "allDataTeleservices" }, - { 0x80, "allTeleservices-ExeptSMS" }, + { 0x80, "allTeleservices-ExceptSMS" }, { 0x90, "allVoiceGroupCallServices" }, { 0x91, "voiceGroupCall" }, diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c index 33850e3d63..50686ece4c 100644 --- a/epan/dissectors/packet-gtpv2.c +++ b/epan/dissectors/packet-gtpv2.c @@ -1359,7 +1359,7 @@ static const value_string gtpv2_element_type_vals[] = { {148, "CSG Membership Indication (CMI)"}, /* Extendable / 8.79 */ {149, "Service indicator"}, /* Fixed Length / 8.80 */ {150, "Detach Type"}, /* Fixed Length / 8.81 */ - {151, "Local Distiguished Name (LDN)"}, /* Variable Length / 8.82 */ + {151, "Local Distinguished Name (LDN)"}, /* Variable Length / 8.82 */ {152, "Node Features"}, /* Extendable / 8.83 */ {153, "MBMS Time to Data Transfer"}, /* Extendable / 8.84 */ {154, "Throttling"}, /* Extendable / 8.85 */ diff --git a/epan/dissectors/packet-nfapi.c b/epan/dissectors/packet-nfapi.c index 717faa58ab..4f3d76ed00 100644 --- a/epan/dissectors/packet-nfapi.c +++ b/epan/dissectors/packet-nfapi.c @@ -10569,7 +10569,7 @@ void proto_register_nfapi(void) NULL, HFILL } }, { &hf_nfapi_new_data_indication, - { "New Data inidication", "nfapi.new.data.indication", + { "New Data indication", "nfapi.new.data.indication", FT_UINT8, BASE_DEC, NULL, 0x0, "Specify whether this received transport block is a new transmission from UE", HFILL } }, diff --git a/epan/dissectors/packet-openflow_v6.c b/epan/dissectors/packet-openflow_v6.c index a866d3edb0..ec7a6a968e 100644 --- a/epan/dissectors/packet-openflow_v6.c +++ b/epan/dissectors/packet-openflow_v6.c @@ -10647,7 +10647,7 @@ proto_register_openflow_v6(void) }, { &ei_openflow_v6_multipart_request_undecoded, { "openflow_v6.multipart_request.undecoded", PI_UNDECODED, PI_NOTE, - "Unknown multipart reqeuest body.", EXPFILL } + "Unknown multipart request body.", EXPFILL } }, { &ei_openflow_v6_queue_stats_prop_undecoded, { "openflow_v6.queue_stats_prop.undecoded", PI_UNDECODED, PI_NOTE, diff --git a/epan/dissectors/packet-ptp.c b/epan/dissectors/packet-ptp.c index 503cfee1e9..3121c2ec94 100644 --- a/epan/dissectors/packet-ptp.c +++ b/epan/dissectors/packet-ptp.c @@ -5564,12 +5564,12 @@ proto_register_ptp(void) NULL, HFILL } }, { &hf_ptp_v2_atoi_tlv_displayname, - { "displayName", "ptp.v2.an.atoi.dislpayName", + { "displayName", "ptp.v2.an.atoi.displayName", FT_STRING, BASE_NONE, NULL, 0x00, NULL, HFILL } }, { &hf_ptp_v2_atoi_tlv_displayname_length, - { "length", "ptp.v2.an.atoi.dislpayName.length", + { "length", "ptp.v2.an.atoi.displayName.length", FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL } }, diff --git a/epan/dissectors/packet-qnet6.c b/epan/dissectors/packet-qnet6.c index 5b223bce69..7d309aa9e6 100644 --- a/epan/dissectors/packet-qnet6.c +++ b/epan/dissectors/packet-qnet6.c @@ -4702,7 +4702,7 @@ proto_register_qnet6(void) {&hf_qnet6_kif_vtid_info_tid, {"Vtid", "qnet6.kif.msgsend.vtid_info.tid", FT_INT32, BASE_DEC, NULL, 0, - "essage virtual thread information thread id", HFILL} + "Virtual thread information thread id", HFILL} }, {&hf_qnet6_kif_vtid_info_coid, {"Coid", "qnet6.kif.msgsend.vtid_info.coid", diff --git a/epan/dissectors/packet-tds.c b/epan/dissectors/packet-tds.c index aae7ad2747..170e70b550 100644 --- a/epan/dissectors/packet-tds.c +++ b/epan/dissectors/packet-tds.c @@ -7345,12 +7345,12 @@ proto_register_tds(void) NULL, HFILL } }, { &hf_tds_capability_data_lchar, - { "Support long varible-length character types", "tds.capability.data.lchar", + { "Support long variable-length character types", "tds.capability.data.lchar", FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x10, NULL, HFILL } }, { &hf_tds_capability_data_lbin, - { "Support long varible-length binary types", "tds.capability.data.lbin", + { "Support long variable-length binary types", "tds.capability.data.lbin", FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x20, NULL, HFILL } }, @@ -8327,7 +8327,7 @@ proto_register_tds(void) NULL, HFILL } }, { &hf_tds_curdeclare_options_implicit, - { "Implict", "tds.curdeclare.options.implicit", + { "Implicit", "tds.curdeclare.options.implicit", FT_BOOLEAN, 8, NULL, 0x10, NULL, HFILL } }, diff --git a/epan/dissectors/packet-teap.c b/epan/dissectors/packet-teap.c index daf5b7caf4..4f216d84ad 100644 --- a/epan/dissectors/packet-teap.c +++ b/epan/dissectors/packet-teap.c @@ -653,7 +653,7 @@ proto_register_teap(void) NULL, HFILL }}, { &hf_pac_attr_pac_lifetime, { - "Liftime", "teap.pac.lifetime", + "Lifetime", "teap.pac.lifetime", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL }}, diff --git a/epan/dissectors/packet-ubertooth.c b/epan/dissectors/packet-ubertooth.c index c7391f535a..afeb3f1b74 100644 --- a/epan/dissectors/packet-ubertooth.c +++ b/epan/dissectors/packet-ubertooth.c @@ -709,7 +709,7 @@ static const value_string cc2400_agctst1_agc_var_gain_sat_vals[] = { static value_string_ext(cc2400_agctst1_agc_var_gain_sat_vals_ext) = VALUE_STRING_EXT_INIT(cc2400_agctst1_agc_var_gain_sat_vals); static const value_string cc2400_dactst_dac_src_vals[] = { - { 0x00, "Normal Operation (from Mudulator)" }, + { 0x00, "Normal Operation (from Modulator)" }, { 0x01, "The DAC_I_O and DAC_Q_O override values below" }, { 0x02, "From ADC" }, { 0x03, "I/Q after digital down-mixing and channel filtering" }, diff --git a/epan/dissectors/packet-wbxml.c b/epan/dissectors/packet-wbxml.c index 6472cd6723..cb872c908c 100644 --- a/epan/dissectors/packet-wbxml.c +++ b/epan/dissectors/packet-wbxml.c @@ -3453,7 +3453,7 @@ static const value_string wbxml_mssyncc10_tags_cp18[] = { /* ActiveSync 'Setting { 0x0B, "StartTime" }, { 0x0C, "EndTime" }, { 0x0D, "OofMessage" }, - { 0x0E, "AppliesToInteral" }, + { 0x0E, "AppliesToInternal" }, { 0x0F, "AppliesToExternalKnown" }, { 0x10, "AppliesToExternalUnknown" }, { 0x11, "Enabled" }, diff --git a/epan/dissectors/packet-wifi-nan.c b/epan/dissectors/packet-wifi-nan.c index 605f0805c7..4759bbd5bf 100644 --- a/epan/dissectors/packet-wifi-nan.c +++ b/epan/dissectors/packet-wifi-nan.c @@ -620,7 +620,7 @@ static const range_string action_frame_type_values[] = { { 5, 5, "Data Path Request " }, { 6, 6, "Data Path Response " }, { 7, 7, "Data Path Confirm " }, - { 8, 8, "Data Path Key Installement " }, + { 8, 8, "Data Path Key Installment " }, { 9, 9, "Data Path Termination " }, { 10, 10, "Schedule Request " }, { 11, 11, "Schedule Response " }, diff --git a/tools/check_spelling.py b/tools/check_spelling.py index 62e9b88829..7b1bfa6850 100755 --- a/tools/check_spelling.py +++ b/tools/check_spelling.py @@ -256,7 +256,8 @@ def isGeneratedFile(filename): line.find('Autogenerated from') != -1 or line.find('is autogenerated') != -1 or line.find('automatically generated by Pidl') != -1 or - line.find('Created by: The Qt Meta Object Compiler') != -1): + line.find('Created by: The Qt Meta Object Compiler') != -1 or + line.find('This file was generated') != -1): f_read.close() return True @@ -389,4 +390,4 @@ if len(counter) > 0: print(c[0], ':', c[1]) # Show error count. -print('\n' + bcolors.BOLD + str(len(missing_words)) + ' issues found' + bcolors.ENDC + '\n') \ No newline at end of file +print('\n' + bcolors.BOLD + str(len(missing_words)) + ' issues found' + bcolors.ENDC + '\n') diff --git a/tools/wireshark_words.txt b/tools/wireshark_words.txt index 19102aed0e..ec10997613 100644 --- a/tools/wireshark_words.txt +++ b/tools/wireshark_words.txt @@ -47,6 +47,7 @@ attrs authenticates authenticator authenticators +authn authntransitioning authtoken authtype @@ -113,6 +114,7 @@ cdma2000 celcius cellid cellidentity +centiseconds chan1 chan2 channelisation @@ -132,6 +134,7 @@ classmark classmark3 cmake cmdcontrol +cmstatus codebook codepoint codeset @@ -246,6 +249,7 @@ downlink dpauxmon dpnss drbid +droppable dsmcc dstport dumpcap @@ -262,6 +266,7 @@ ellipsoid encap encaps encapsulations +encapsulator enciphered encrypt encrypting @@ -294,6 +299,7 @@ flavored flowid flowmod flowspec +followup format0 fortigate fortinet @@ -360,6 +366,8 @@ iface ifconfig ikev2 illuminance +immersive +implementer implementor incits incrementing @@ -426,6 +434,7 @@ loglocal logoff logout loopback +lossy lscap lucent luminance @@ -441,12 +450,15 @@ mellanox memcache menubar mergecap +meshcop messageid metadata meteorological mgmtmsg microbit midamble +millimeters +milliwatt miniport minislot minislots @@ -506,6 +518,7 @@ nexthop nfs4err ngsniffer niagra +noauth nominals nonblock noncriticalextension @@ -519,6 +532,7 @@ nprach nsapi nstime nstrace +ntlmssp obfuscated objectid objkey @@ -615,6 +629,7 @@ qnet6 quintuplet quintuplets radiotap +ralink ranap randomizer randpkt @@ -636,14 +651,18 @@ reauthorize rebalance rebinding rebooted +reboots recalculate recalculating recognizer +recomputed reconf reconfig +reconfigurable reconfigure reconfigured reconfigures +reconfirm reconfrqst redelivered redelivery @@ -659,6 +678,7 @@ referer referrer regex reimplemented +reinitialization reinitialize reinitialized reinitializing @@ -666,6 +686,7 @@ rekey rekeying relocatable remapping +renumbering reoptimization reordercap reorigination @@ -674,7 +695,9 @@ reprogrammable reprogramming requester requestor +requeue reregister +reroute rerouted rerouting resegment @@ -704,6 +727,7 @@ retry retrying retyping revalidate +revertive rfcomm rlcmac rnsap @@ -721,6 +745,7 @@ scrollbar sectorized segno semiautomatic +sendto seqno seqnum sequenceno @@ -756,6 +781,7 @@ spare8 spare9 spcell spnego +spoofing spooled srbid srcport @@ -773,6 +799,7 @@ subcode subdevice subdissector subdissectors +subdoc subelem subelement subelements @@ -781,6 +808,7 @@ subhd subheader subheaders subids +subidx subindex subm submode @@ -814,6 +842,7 @@ tcpudp tdd128 tdd384 tdd768 +teletex teredo text2pcap timeout @@ -827,10 +856,13 @@ tooltip touchlink traceroute transcoder +transitioning truncatable truncate +truncates tshark tspec +tunid tunneled tunneling tvbuff @@ -886,8 +918,11 @@ unignore unimplemented uninitialized uninstall +uninstalled uninstaller unjoin +unjoined +unjoining unknown1 unlink unlinked @@ -917,6 +952,8 @@ untruncated untrusted untunelled untunneled +untyped +updatability updatable uplink upload @@ -929,6 +966,7 @@ userdata userinfo userlist userplane +utf8mb utilization utran v1250