Fix some spelling errors

This commit is contained in:
Martin Mathieson 2022-08-16 10:04:11 +01:00
parent bb6fc5bb9a
commit b809e73f7c
7 changed files with 23 additions and 12 deletions

View File

@ -1558,7 +1558,7 @@ F5 trailers.
+ +
-- --
Collect requests/response SRT (Service Response Time) data for GTP. Collect requests/response SRT (Service Response Time) data for GTP.
Data collected is the number of request/response pairs, mimimum SRT, Data collected is the number of request/response pairs, minimum SRT,
maximum SRT, average SRT, and sum SRT for each value of the Type field maximum SRT, average SRT, and sum SRT for each value of the Type field
(next protocol). No statistics are gathered on unpaired messages. (next protocol). No statistics are gathered on unpaired messages.
-- --
@ -1737,7 +1737,7 @@ and results separately and combined is displayed.
+ +
-- --
Collect requests/response SRT (Service Response Time) data for GTP. Collect requests/response SRT (Service Response Time) data for GTP.
Data collected is the number of calls, mimimum SRT, maximum SRT, average Data collected is the number of calls, minimum SRT, maximum SRT, average
SRT, and sum SRT for Echo and Create/Update/Delete PDP context commands only. SRT, and sum SRT for Echo and Create/Update/Delete PDP context commands only.
Currently no statistics are gathered on unpaired messages. Currently no statistics are gathered on unpaired messages.
-- --
@ -2289,7 +2289,7 @@ Calculate statistics on port types that occur on IPv4 packets.
*-z* radius,rtd[,__filter__]:: *-z* radius,rtd[,__filter__]::
+ +
-- --
Collect requests/response RTD (Response Time Delay) data for RAIDUS. Collect requests/response RTD (Response Time Delay) data for RADIUS.
The data collected for each RADIUS code is the number of calls, The data collected for each RADIUS code is the number of calls,
Minimum RTD, Maximum RTD, Average RTD, Minimum in Frame, and Maximum in Frame, Minimum RTD, Maximum RTD, Average RTD, Minimum in Frame, and Maximum in Frame,
along with the number of Open Requests (Unresponded Requests), Discarded along with the number of Open Requests (Unresponded Requests), Discarded

View File

@ -64,7 +64,7 @@ static int hf_tiff_bits_per_sample = -1;
#define TIFF_TAG_COMPRESSION 259 #define TIFF_TAG_COMPRESSION 259
static int hf_tiff_compression = -1; static int hf_tiff_compression = -1;
#define TIFF_TAG_PHOTOMETIC_INTERPRETATION 262 #define TIFF_TAG_PHOTOMETRIC_INTERPRETATION 262
static int hf_tiff_photometric_interp = -1; static int hf_tiff_photometric_interp = -1;
#define TIFF_TAG_THRESHHOLDING 263 #define TIFF_TAG_THRESHHOLDING 263
@ -287,7 +287,7 @@ static const value_string tiff_tag_names[] = {
{ TIFF_TAG_IMAGE_LENGTH, "Image Length" }, { TIFF_TAG_IMAGE_LENGTH, "Image Length" },
{ TIFF_TAG_BITS_PER_SAMPLE, "Bits Per Sample" }, { TIFF_TAG_BITS_PER_SAMPLE, "Bits Per Sample" },
{ TIFF_TAG_COMPRESSION, "Compression" }, { TIFF_TAG_COMPRESSION, "Compression" },
{ TIFF_TAG_PHOTOMETIC_INTERPRETATION, "Photometic Interpretation" }, { TIFF_TAG_PHOTOMETRIC_INTERPRETATION, "Photometric Interpretation" },
{ TIFF_TAG_THRESHHOLDING, "Threshholding" }, { TIFF_TAG_THRESHHOLDING, "Threshholding" },
{ TIFF_TAG_CELL_WIDTH, "Cell Width" }, { TIFF_TAG_CELL_WIDTH, "Cell Width" },
{ TIFF_TAG_CELL_LENGTH, "Cell Length" }, { TIFF_TAG_CELL_LENGTH, "Cell Length" },
@ -673,7 +673,7 @@ dissect_tiff_entry(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32
case TIFF_TAG_COMPRESSION: case TIFF_TAG_COMPRESSION:
dissect_tiff_single_uint(tvb, pinfo, entry_tree, offset + 8, type, count, encoding, hf_tiff_compression); dissect_tiff_single_uint(tvb, pinfo, entry_tree, offset + 8, type, count, encoding, hf_tiff_compression);
break; break;
case TIFF_TAG_PHOTOMETIC_INTERPRETATION: case TIFF_TAG_PHOTOMETRIC_INTERPRETATION:
dissect_tiff_single_uint(tvb, pinfo, entry_tree, offset + 8, type, count, encoding, hf_tiff_photometric_interp); dissect_tiff_single_uint(tvb, pinfo, entry_tree, offset + 8, type, count, encoding, hf_tiff_photometric_interp);
break; break;
case TIFF_TAG_THRESHHOLDING: case TIFF_TAG_THRESHHOLDING:

View File

@ -154,7 +154,7 @@ static const value_string greb_attribute_types[] = {
#define GREB_ATTRB_ACTIVE_HELLO_INTERVAL 14 #define GREB_ATTRB_ACTIVE_HELLO_INTERVAL 14
{GREB_ATTRB_ACTIVE_HELLO_INTERVAL, "Active hello interval"}, {GREB_ATTRB_ACTIVE_HELLO_INTERVAL, "Active hello interval"},
#define GREB_ATTRB_HELLO_RETRYS 15 #define GREB_ATTRB_HELLO_RETRYS 15
{GREB_ATTRB_HELLO_RETRYS, "Hello retrys"}, {GREB_ATTRB_HELLO_RETRYS, "Hello retries"},
#define GREB_ATTRB_IDLE_TIMEOUT 16 #define GREB_ATTRB_IDLE_TIMEOUT 16
{GREB_ATTRB_IDLE_TIMEOUT, "Idle timeout"}, {GREB_ATTRB_IDLE_TIMEOUT, "Idle timeout"},
#define GREB_ATTRB_ERROR 17 #define GREB_ATTRB_ERROR 17
@ -475,10 +475,10 @@ proto_register_greb(void)
FT_UINT16, BASE_DEC, VALS(greb_filter_types), 0, NULL, HFILL } FT_UINT16, BASE_DEC, VALS(greb_filter_types), 0, NULL, HFILL }
}, },
{ &hf_greb_attr_filter_item_desc_val, { &hf_greb_attr_filter_item_desc_val,
{ "Descripton", "grebonding.attr.val.filter.item.desc", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL } { "Description", "grebonding.attr.val.filter.item.desc", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }
}, },
{ &hf_greb_attr_filter_item_desc_length, { &hf_greb_attr_filter_item_desc_length,
{ "Descripton length", "grebonding.attr.val.filter.item.desc.length", { "Description length", "grebonding.attr.val.filter.item.desc.length",
FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL } FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }
}, },
{ &hf_greb_attr_filter_item_val, { &hf_greb_attr_filter_item_val,

View File

@ -3742,7 +3742,7 @@ proto_register_l2tp(void)
prefs_register_static_text_preference(l2tp_module, "protocol", prefs_register_static_text_preference(l2tp_module, "protocol",
"Dissection of pseudowire types is configured through \"Decode As\". " "Dissection of pseudowire types is configured through \"Decode As\". "
"Type 0 is used for sessions with unknown pseudowire type.", "Type 0 is used for sessions with unknown pseudowire type.",
"Pseudowire Type \"Decode As\" instuctions"); "Pseudowire Type \"Decode As\" instructions");
prefs_register_string_preference(l2tp_module,"shared_secret","Shared Secret", prefs_register_string_preference(l2tp_module,"shared_secret","Shared Secret",
"Shared secret used for control message digest authentication", "Shared secret used for control message digest authentication",

View File

@ -1175,7 +1175,7 @@ static const value_string pcep_error_types_obj_vals[] = {
{ATTEMPT_2_SESSION, "Attempt to Establish a Second PCEP Session" }, {ATTEMPT_2_SESSION, "Attempt to Establish a Second PCEP Session" },
{INVALID_OBJ, "Reception of an invalid object" }, {INVALID_OBJ, "Reception of an invalid object" },
{UNRECO_EXRS_SUBOBJ, "Unrecognized EXRS Subobject" }, {UNRECO_EXRS_SUBOBJ, "Unrecognized EXRS Subobject" },
{DIFFSERV_TE_ERROR, "Differsv-aware TE error" }, {DIFFSERV_TE_ERROR, "Diffserv-aware TE error" },
{BRPC_FAILURE, "BRPC procedure completion failure" }, {BRPC_FAILURE, "BRPC procedure completion failure" },
{GCO_ERROR, "Global Concurrent Optimization error" }, {GCO_ERROR, "Global Concurrent Optimization error" },
{P2MP_CAPABILITY_ERROR, "P2PM capability error" }, {P2MP_CAPABILITY_ERROR, "P2PM capability error" },

View File

@ -1655,7 +1655,7 @@ static const value_string pfcp_ie_type[] = {
{ 311, "MBS Session N4 Control Information IE within PFCP Session Establishment Response"}, /* Extendable / Table 7.5.3.1-5 */ { 311, "MBS Session N4 Control Information IE within PFCP Session Establishment Response"}, /* Extendable / Table 7.5.3.1-5 */
{ 312, "MBSN4Resp-Flags"}, /* Extendable / Clause 8.2.211 */ { 312, "MBSN4Resp-Flags"}, /* Extendable / Clause 8.2.211 */
{ 313, "Tunnel Password"}, /* Variable Length / Clause 8.2.212 */ { 313, "Tunnel Password"}, /* Variable Length / Clause 8.2.212 */
{ 314, "Area Sesson ID"}, /* Fixed / Clause 8.2.213 */ { 314, "Area Session ID"}, /* Fixed / Clause 8.2.213 */
{ 315, "Peer UP Restart Report IE within PFCP Node Report Request"}, /* Extendable / Table 7.4.5.1-7 */ { 315, "Peer UP Restart Report IE within PFCP Node Report Request"}, /* Extendable / Table 7.4.5.1-7 */
{ 316, "DSCP to PPI Control Information IE within PFCP Session Establishment Request"}, /* Extendable / Table 7.5.2.1-6 */ { 316, "DSCP to PPI Control Information IE within PFCP Session Establishment Request"}, /* Extendable / Table 7.5.2.1-6 */
{ 317, "DSCP to PPI Mapping Information"}, /* Extendable / Clause 8.2.214 */ { 317, "DSCP to PPI Mapping Information"}, /* Extendable / Clause 8.2.214 */

View File

@ -33,6 +33,7 @@ adspec
adwin adwin
aes128 aes128
aes256 aes256
aethra
aggregations aggregations
aggregator aggregator
agnss agnss
@ -121,6 +122,7 @@ bibliography
bidirectional bidirectional
bidirectionally bidirectionally
bigint bigint
binlog
bitfield bitfield
bitmask bitmask
bitrate bitrate
@ -389,6 +391,7 @@ diplexer
directionality directionality
disambiguate disambiguate
disambiguation disambiguation
discriminant
dissection dissection
dissector dissector
dissectors dissectors
@ -488,6 +491,7 @@ extensible
extern extern
exthdr exthdr
extrainformation extrainformation
eyesdn
failover failover
fastcom fastcom
fastip fastip
@ -603,6 +607,7 @@ ieee80211
iface iface
ifconfig ifconfig
ifdef ifdef
ifname
ikev2 ikev2
illuminance illuminance
immersive immersive
@ -729,6 +734,7 @@ loghans
loglocal loglocal
logoff logoff
logout logout
logray
lookups lookups
loopback loopback
lossy lossy
@ -834,7 +840,9 @@ multislot
multistate multistate
mumbai mumbai
mycapture mycapture
mycaptures
mydns mydns
myhost
mysql mysql
nacks nacks
namelen namelen
@ -1138,6 +1146,7 @@ relocatable
remapping remapping
renumbering renumbering
reoptimization reoptimization
reoptimized
reordercap reordercap
reorigination reorigination
representable representable
@ -1168,6 +1177,7 @@ resize
resized resized
resolvable resolvable
resolver resolver
resub
resubmission resubmission
resynchronization resynchronization
resynchronize resynchronize
@ -1353,6 +1363,7 @@ subtrees
superset superset
svhdx svhdx
switchinfo switchinfo
symantec
synchronizing synchronizing
synchronously synchronously
synphasor synphasor