More dissector spelling fixes.

This commit is contained in:
Martin Mathieson 2020-09-24 09:53:51 +01:00 committed by Martin Mathieson
parent b00a76d36b
commit fc64ba242a
19 changed files with 68 additions and 29 deletions

View File

@ -2511,7 +2511,7 @@ static const value_string Teleservice_vals[] = {
{ 0x63, "facsimileGroup4" },
{ 0x70, "allDataTeleservices" },
{ 0x80, "allTeleservices-ExeptSMS" },
{ 0x80, "allTeleservices-ExceptSMS" },
{ 0x90, "allVoiceGroupCallServices" },
{ 0x91, "voiceGroupCall" },

View File

@ -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" },

View File

@ -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 }}
};

View File

@ -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" },

View File

@ -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 }},

View File

@ -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}
},

View File

@ -23864,7 +23864,7 @@ static const value_string Teleservice_vals[] = {
{ 0x63, "facsimileGroup4" },
{ 0x70, "allDataTeleservices" },
{ 0x80, "allTeleservices-ExeptSMS" },
{ 0x80, "allTeleservices-ExceptSMS" },
{ 0x90, "allVoiceGroupCallServices" },
{ 0x91, "voiceGroupCall" },

View File

@ -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 */

View File

@ -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 }
},

View File

@ -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,

View File

@ -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 }
},

View File

@ -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",

View File

@ -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 }
},

View File

@ -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 }},

View File

@ -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" },

View File

@ -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" },

View File

@ -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 " },

View File

@ -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')
print('\n' + bcolors.BOLD + str(len(missing_words)) + ' issues found' + bcolors.ENDC + '\n')

View File

@ -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