Fix some spelling errors

This commit is contained in:
Martin Mathieson 2023-01-31 17:12:16 +00:00
parent 15dfa3aa20
commit 54e5e2c8a6
5 changed files with 12 additions and 8 deletions

View File

@ -2105,7 +2105,7 @@ dissect_sapdiag_item(tvbuff_t *tvb, packet_info *pinfo, proto_item *item, proto_
} else if (item_type==0x10 && item_id==0x04 && item_sid==0x16){ /* Scrollbar Width */
check_length(pinfo, item_value_tree, 2, item_length, "Scrollbar Width");
add_item_value_uint16(tvb, item, item_value_tree, hf_sapdiag_item_value, offset, "Toollbar Width");
add_item_value_uint16(tvb, item, item_value_tree, hf_sapdiag_item_value, offset, "Scrolllbar Width");
} else if (item_type==0x10 && item_id==0x04 && item_sid==0x17){ /* Scrollbar Height */
check_length(pinfo, item_value_tree, 2, item_length, "Scrollbar Height");
@ -3039,7 +3039,7 @@ proto_register_sapdiag(void)
{ &hf_sapdiag_dp_req_info_SET_SYSTEM_USER,
{ "Set System User Flag", "sapdiag.dp.reqinfo.set_system_user", FT_BOOLEAN, 8, NULL, SAPDIAG_DP_REQ_INFO_SET_SYSTEM_USER, NULL, HFILL }},
{ &hf_sapdiag_dp_req_info_DP_CANT_HANDLE_REQ,
{ "DP Can't handle req Flag", "sapdiag.dp.reqinfo.dp_cant_hanlde_req", FT_BOOLEAN, 8, NULL, SAPDIAG_DP_REQ_INFO_DP_CANT_HANDLE_REQ, NULL, HFILL }},
{ "DP Can't handle req Flag", "sapdiag.dp.reqinfo.dp_cant_handle_req", FT_BOOLEAN, 8, NULL, SAPDIAG_DP_REQ_INFO_DP_CANT_HANDLE_REQ, NULL, HFILL }},
{ &hf_sapdiag_dp_req_info_DP_AUTO_ABAP,
{ "DP Auto ABAP Flag", "sapdiag.dp.reqinfo.dp_auto_abap", FT_BOOLEAN, 8, NULL, SAPDIAG_DP_REQ_INFO_DP_AUTO_ABAP, NULL, HFILL }},
{ &hf_sapdiag_dp_req_info_DP_APPL_SERV_INFO,
@ -3661,11 +3661,11 @@ proto_register_sapdiag(void)
range_convert_str(wmem_epan_scope(), &global_sapdiag_port_range, SAPDIAG_PORT_RANGE, MAX_TCP_PORT);
prefs_register_range_preference(sapdiag_module, "tcp_ports", "SAP Diag Protocol TCP port numbers", "Port numbers used for SAP Diag Protocol (default " SAPDIAG_PORT_RANGE ")", &global_sapdiag_port_range, MAX_TCP_PORT);
prefs_register_bool_preference(sapdiag_module, "rfc_dissection", "Dissect embeded SAP RFC calls", "Whether the SAP Diag Protocol dissector should call the SAP RFC dissector for embeded RFC calls", &global_sapdiag_rfc_dissection);
prefs_register_bool_preference(sapdiag_module, "rfc_dissection", "Dissect embedded SAP RFC calls", "Whether the SAP Diag Protocol dissector should call the SAP RFC dissector for embedded RFC calls", &global_sapdiag_rfc_dissection);
prefs_register_bool_preference(sapdiag_module, "snc_dissection", "Dissect SAP SNC frames", "Whether the SAP Diag Protocol dissector should call the SAP SNC dissector for SNC frames", &global_sapdiag_snc_dissection);
prefs_register_bool_preference(sapdiag_module, "highlight_unknown_items", "Highlight unknown SAP Diag Items", "Whether the SAP Diag Protocol dissector should highlight unknown SAP Diag item (migth be noise and generate a lot of expert warnings)", &global_sapdiag_highlight_items);
prefs_register_bool_preference(sapdiag_module, "highlight_unknown_items", "Highlight unknown SAP Diag Items", "Whether the SAP Diag Protocol dissector should highlight unknown SAP Diag item (might be noise and generate a lot of expert warnings)", &global_sapdiag_highlight_items);
}

View File

@ -5837,7 +5837,7 @@ proto_register_tn3270(void)
NULL, HFILL }
},
{ &hf_tn3270_extended_ps_lh,
{ "Number of Y-units in character cell (depth ofcharacter matrixes)",
{ "Number of Y-units in character cell (depth of character matrixes)",
"tn3270.extended_ps_lh",
FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }

View File

@ -1593,7 +1593,7 @@ proto_register_vrt(void)
NULL, HFILL }
},
{ &hf_vrt_context_state_event_en_sample_loss,
{ "Sample loss enable", "vrt.cif0.contextt.sampleloss.en",
{ "Sample loss enable", "vrt.cif0.context.sampleloss.en",
FT_BOOLEAN, 8,
NULL, 0x01,
NULL, HFILL }

View File

@ -1669,7 +1669,7 @@ static const TLV_PARSER_ENTRY tlvMainTable[] =
{ EID_MU_ASSOC_TIME, "MU Associated Time", TLV_TYPE_UINT, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_MU_ACTIVE_TIME, "MU Actived Time", TLV_TYPE_UINT, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_REPORT_REQ, "Report Request", TLV_TYPE_UINT, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_MU_URL, "MU Capive Portal Url", TLV_TYPE_STRING, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_MU_URL, "MU Captive Portal Url", TLV_TYPE_STRING, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_MU_SESSION_LIFETIME, "MU Session Life Time", TLV_TYPE_UINT, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_MU_REAUTH_TIMER, "MU Re-Authentication Timer", TLV_TYPE_UINT, 0, 0, 0, 0, 0, 0, 0, 0},
{ EID_MU_ACCT_SESSION_ID_STRING, "MU Acct Session ID String", TLV_TYPE_STRING, 0, 0, 0, 0, 0, 0, 0, 0},
@ -6372,7 +6372,7 @@ void proto_register_wassp(void)
&hf_wassp_mu_action_field_value,
{
"SSID/Vlan ID", "wassp.data.mu_action_field_value", FT_UINT16, BASE_DEC, NULL,
0x0fff, "SSID value or VlanID vlaue", HFILL
0x0fff, "SSID value or VlanID value", HFILL
}
},
{

View File

@ -220,6 +220,7 @@ choplen
chromaticities
chromaticity
chunked
cicam
cinfo
ciphered
ciphering
@ -738,6 +739,7 @@ kademlia
kasme
kasumi
kbytes
kchip
keepalive
kerberos
keydes
@ -1295,6 +1297,7 @@ sabme
sacch
sanicap
sanitize
sapgui
satisfiable
scalability
scaleout
@ -1541,6 +1544,7 @@ ucast
udpcp
udpdump
udphdr
uievent
uint16
uint32
uint8