aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-01-31 17:12:16 +0000
committerMartin Mathieson <martin.mathieson@keysight.com>2023-02-02 12:13:21 +0000
commit54e5e2c8a69effb744c93648f402593b5aca4f12 (patch)
treeeeea0b56e420c17b06aa33ee1979ba76b2ff62f0
parent15dfa3aa20623c76c01c4e97dcab5b236c5c7beb (diff)
Fix some spelling errors
-rw-r--r--epan/dissectors/packet-sapdiag.c8
-rw-r--r--epan/dissectors/packet-tn3270.c2
-rw-r--r--epan/dissectors/packet-vrt.c2
-rw-r--r--epan/dissectors/packet-wassp.c4
-rw-r--r--tools/wireshark_words.txt4
5 files changed, 12 insertions, 8 deletions
diff --git a/epan/dissectors/packet-sapdiag.c b/epan/dissectors/packet-sapdiag.c
index 89240d0df0..fb434dc26e 100644
--- a/epan/dissectors/packet-sapdiag.c
+++ b/epan/dissectors/packet-sapdiag.c
@@ -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);
}
diff --git a/epan/dissectors/packet-tn3270.c b/epan/dissectors/packet-tn3270.c
index 3a67138554..d0d375292f 100644
--- a/epan/dissectors/packet-tn3270.c
+++ b/epan/dissectors/packet-tn3270.c
@@ -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 }
diff --git a/epan/dissectors/packet-vrt.c b/epan/dissectors/packet-vrt.c
index a79f25fe5f..6b8e1aae9f 100644
--- a/epan/dissectors/packet-vrt.c
+++ b/epan/dissectors/packet-vrt.c
@@ -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 }
diff --git a/epan/dissectors/packet-wassp.c b/epan/dissectors/packet-wassp.c
index a4773d91a2..40cb744c83 100644
--- a/epan/dissectors/packet-wassp.c
+++ b/epan/dissectors/packet-wassp.c
@@ -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
}
},
{
diff --git a/tools/wireshark_words.txt b/tools/wireshark_words.txt
index 4e1c2c05c5..af350f51c6 100644
--- a/tools/wireshark_words.txt
+++ b/tools/wireshark_words.txt
@@ -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