forked from osmocom/wireshark
Fix some spelling errors
parent
bb6fc5bb9a
commit
b809e73f7c
|
@ -1558,7 +1558,7 @@ F5 trailers.
|
|||
+
|
||||
--
|
||||
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
|
||||
(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.
|
||||
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.
|
||||
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__]::
|
||||
+
|
||||
--
|
||||
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,
|
||||
Minimum RTD, Maximum RTD, Average RTD, Minimum in Frame, and Maximum in Frame,
|
||||
along with the number of Open Requests (Unresponded Requests), Discarded
|
||||
|
|
|
@ -64,7 +64,7 @@ static int hf_tiff_bits_per_sample = -1;
|
|||
#define TIFF_TAG_COMPRESSION 259
|
||||
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;
|
||||
|
||||
#define TIFF_TAG_THRESHHOLDING 263
|
||||
|
@ -287,7 +287,7 @@ static const value_string tiff_tag_names[] = {
|
|||
{ TIFF_TAG_IMAGE_LENGTH, "Image Length" },
|
||||
{ TIFF_TAG_BITS_PER_SAMPLE, "Bits Per Sample" },
|
||||
{ TIFF_TAG_COMPRESSION, "Compression" },
|
||||
{ TIFF_TAG_PHOTOMETIC_INTERPRETATION, "Photometic Interpretation" },
|
||||
{ TIFF_TAG_PHOTOMETRIC_INTERPRETATION, "Photometric Interpretation" },
|
||||
{ TIFF_TAG_THRESHHOLDING, "Threshholding" },
|
||||
{ TIFF_TAG_CELL_WIDTH, "Cell Width" },
|
||||
{ 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:
|
||||
dissect_tiff_single_uint(tvb, pinfo, entry_tree, offset + 8, type, count, encoding, hf_tiff_compression);
|
||||
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);
|
||||
break;
|
||||
case TIFF_TAG_THRESHHOLDING:
|
||||
|
|
|
@ -154,7 +154,7 @@ static const value_string greb_attribute_types[] = {
|
|||
#define GREB_ATTRB_ACTIVE_HELLO_INTERVAL 14
|
||||
{GREB_ATTRB_ACTIVE_HELLO_INTERVAL, "Active hello interval"},
|
||||
#define GREB_ATTRB_HELLO_RETRYS 15
|
||||
{GREB_ATTRB_HELLO_RETRYS, "Hello retrys"},
|
||||
{GREB_ATTRB_HELLO_RETRYS, "Hello retries"},
|
||||
#define GREB_ATTRB_IDLE_TIMEOUT 16
|
||||
{GREB_ATTRB_IDLE_TIMEOUT, "Idle timeout"},
|
||||
#define GREB_ATTRB_ERROR 17
|
||||
|
@ -475,10 +475,10 @@ proto_register_greb(void)
|
|||
FT_UINT16, BASE_DEC, VALS(greb_filter_types), 0, NULL, HFILL }
|
||||
},
|
||||
{ &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,
|
||||
{ "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 }
|
||||
},
|
||||
{ &hf_greb_attr_filter_item_val,
|
||||
|
|
|
@ -3742,7 +3742,7 @@ proto_register_l2tp(void)
|
|||
prefs_register_static_text_preference(l2tp_module, "protocol",
|
||||
"Dissection of pseudowire types is configured through \"Decode As\". "
|
||||
"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",
|
||||
"Shared secret used for control message digest authentication",
|
||||
|
|
|
@ -1175,7 +1175,7 @@ static const value_string pcep_error_types_obj_vals[] = {
|
|||
{ATTEMPT_2_SESSION, "Attempt to Establish a Second PCEP Session" },
|
||||
{INVALID_OBJ, "Reception of an invalid object" },
|
||||
{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" },
|
||||
{GCO_ERROR, "Global Concurrent Optimization error" },
|
||||
{P2MP_CAPABILITY_ERROR, "P2PM capability error" },
|
||||
|
|
|
@ -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 */
|
||||
{ 312, "MBSN4Resp-Flags"}, /* Extendable / Clause 8.2.211 */
|
||||
{ 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 */
|
||||
{ 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 */
|
||||
|
|
|
@ -33,6 +33,7 @@ adspec
|
|||
adwin
|
||||
aes128
|
||||
aes256
|
||||
aethra
|
||||
aggregations
|
||||
aggregator
|
||||
agnss
|
||||
|
@ -121,6 +122,7 @@ bibliography
|
|||
bidirectional
|
||||
bidirectionally
|
||||
bigint
|
||||
binlog
|
||||
bitfield
|
||||
bitmask
|
||||
bitrate
|
||||
|
@ -389,6 +391,7 @@ diplexer
|
|||
directionality
|
||||
disambiguate
|
||||
disambiguation
|
||||
discriminant
|
||||
dissection
|
||||
dissector
|
||||
dissectors
|
||||
|
@ -488,6 +491,7 @@ extensible
|
|||
extern
|
||||
exthdr
|
||||
extrainformation
|
||||
eyesdn
|
||||
failover
|
||||
fastcom
|
||||
fastip
|
||||
|
@ -603,6 +607,7 @@ ieee80211
|
|||
iface
|
||||
ifconfig
|
||||
ifdef
|
||||
ifname
|
||||
ikev2
|
||||
illuminance
|
||||
immersive
|
||||
|
@ -729,6 +734,7 @@ loghans
|
|||
loglocal
|
||||
logoff
|
||||
logout
|
||||
logray
|
||||
lookups
|
||||
loopback
|
||||
lossy
|
||||
|
@ -834,7 +840,9 @@ multislot
|
|||
multistate
|
||||
mumbai
|
||||
mycapture
|
||||
mycaptures
|
||||
mydns
|
||||
myhost
|
||||
mysql
|
||||
nacks
|
||||
namelen
|
||||
|
@ -1138,6 +1146,7 @@ relocatable
|
|||
remapping
|
||||
renumbering
|
||||
reoptimization
|
||||
reoptimized
|
||||
reordercap
|
||||
reorigination
|
||||
representable
|
||||
|
@ -1168,6 +1177,7 @@ resize
|
|||
resized
|
||||
resolvable
|
||||
resolver
|
||||
resub
|
||||
resubmission
|
||||
resynchronization
|
||||
resynchronize
|
||||
|
@ -1353,6 +1363,7 @@ subtrees
|
|||
superset
|
||||
svhdx
|
||||
switchinfo
|
||||
symantec
|
||||
synchronizing
|
||||
synchronously
|
||||
synphasor
|
||||
|
|
Loading…
Reference in New Issue