Some spelling fixes.

This commit is contained in:
Martin Mathieson 2021-08-24 10:15:19 +01:00 committed by Wireshark GitLab Utility
parent 916dac3316
commit 70e26d691e
7 changed files with 41 additions and 13 deletions

View File

@ -334,7 +334,7 @@ The following file formats can be saved by Wireshark (with the known file extens
* EyeSDN USB S0 traces ({asterisk}.trc) * EyeSDN USB S0 traces ({asterisk}.trc)
* Tekronix K12 text file format captures ({asterisk}.txt) * Tektronix K12 text file format captures ({asterisk}.txt)
* Tektronix K12xx 32bit .rf5 format captures ({asterisk}.rf5) * Tektronix K12xx 32bit .rf5 format captures ({asterisk}.rf5)
@ -670,7 +670,7 @@ Once all input and import parameters are setup click btn:[Import] to start the
import. If your current data wasnt saved before you will be asked to save it import. If your current data wasnt saved before you will be asked to save it
first. first.
If the import button doesn't unlock, make sure all encapsualation parameters are If the import button doesn't unlock, make sure all encapsulation parameters are
in the expected range and all unlocked fields are populated when using regex mode in the expected range and all unlocked fields are populated when using regex mode
(the placeholder text is not used as default). (the placeholder text is not used as default).

View File

@ -636,7 +636,7 @@ as the pattern. In this case both expressions give the same result because Wires
both support the same byte escape sequence (0x43 is the ASCII hex code for `C`). both support the same byte escape sequence (0x43 is the ASCII hex code for `C`).
An example where this fails badly is `+foo matches "bar\x28"+`. Because 0x28 is the ASCII An example where this fails badly is `+foo matches "bar\x28"+`. Because 0x28 is the ASCII
code for `(` the pattern input to PCRE is `+"bar("+`. This regular expression is synctatically code for `(` the pattern input to PCRE is `+"bar("+`. This regular expression is syntactically
invalid (missing closing parenthesis). To match a literal parenthesis in a display filter regular invalid (missing closing parenthesis). To match a literal parenthesis in a display filter regular
expression it must be escaped (twice) with backslashes. expression it must be escaped (twice) with backslashes.

View File

@ -159,8 +159,8 @@ static const value_string event_identifier_values[] = {
{ BBR_LOG_MSGSIZE, "We received a EMSGSIZE error" }, { BBR_LOG_MSGSIZE, "We received a EMSGSIZE error" },
{ BBR_LOG_BBRRTT, "BBR RTT is updated" }, { BBR_LOG_BBRRTT, "BBR RTT is updated" },
{ BBR_LOG_JUSTRET, "We just returned out of output" }, { BBR_LOG_JUSTRET, "We just returned out of output" },
{ BBR_LOG_STATE, "A BBR state change occured" }, { BBR_LOG_STATE, "A BBR state change occurred" },
{ BBR_LOG_PKT_EPOCH, "A BBR packet epoch occured" }, { BBR_LOG_PKT_EPOCH, "A BBR packet epoch occurred" },
{ BBR_LOG_PERSIST, "BBR changed to/from a persists" }, { BBR_LOG_PERSIST, "BBR changed to/from a persists" },
{ TCP_LOG_FLOWEND, "End of a flow" }, { TCP_LOG_FLOWEND, "End of a flow" },
{ BBR_LOG_RTO, "BBR's timeout includes BBR info" }, { BBR_LOG_RTO, "BBR's timeout includes BBR info" },
@ -171,7 +171,7 @@ static const value_string event_identifier_values[] = {
{ TCP_LOG_USERSEND, "User level sends data" }, { TCP_LOG_USERSEND, "User level sends data" },
{ BBR_RSM_CLEARED, "RSM cleared of ACK flags" }, { BBR_RSM_CLEARED, "RSM cleared of ACK flags" },
{ BBR_LOG_STATE_TARGET, "Log of target at state" }, { BBR_LOG_STATE_TARGET, "Log of target at state" },
{ BBR_LOG_TIME_EPOCH, "A timed based Epoch occured" }, { BBR_LOG_TIME_EPOCH, "A timed based Epoch occurred" },
{ BBR_LOG_TO_PROCESS, "A to was processed" }, { BBR_LOG_TO_PROCESS, "A to was processed" },
{ BBR_LOG_BBRTSO, "TSO update" }, { BBR_LOG_BBRTSO, "TSO update" },
{ BBR_LOG_HPTSDIAG, "Hpts diag insert" }, { BBR_LOG_HPTSDIAG, "Hpts diag insert" },

View File

@ -5444,12 +5444,12 @@ proto_register_isobus_vt(void)
NULL, HFILL } NULL, HFILL }
}, },
{ &hf_isobus_vt_graphicscontext_copycanvastopicturegraphic_objectidpicturegraphic, { &hf_isobus_vt_graphicscontext_copycanvastopicturegraphic_objectidpicturegraphic,
{ "Object ID of Picture Grahpic", "isobus.vt.graphics_context.copy_canvas_to_picture_graphic.object_id_picture_graphic", { "Object ID of Picture Graphic", "isobus.vt.graphics_context.copy_canvas_to_picture_graphic.object_id_picture_graphic",
FT_UINT16, BASE_DEC_HEX, VALS(object_id_strings), 0x0, FT_UINT16, BASE_DEC_HEX, VALS(object_id_strings), 0x0,
NULL, HFILL } NULL, HFILL }
}, },
{ &hf_isobus_vt_graphicscontext_copyviewporttopicturegraphic_objectidpicturegraphic, { &hf_isobus_vt_graphicscontext_copyviewporttopicturegraphic_objectidpicturegraphic,
{ "Object ID of Picture Grahpic", "isobus.vt.graphics_context.copy_viewport_to_picture_graphic.object_id_picture_graphic", { "Object ID of Picture Graphic", "isobus.vt.graphics_context.copy_viewport_to_picture_graphic.object_id_picture_graphic",
FT_UINT16, BASE_DEC_HEX, VALS(object_id_strings), 0x0, FT_UINT16, BASE_DEC_HEX, VALS(object_id_strings), 0x0,
NULL, HFILL } NULL, HFILL }
}, },

View File

@ -8554,7 +8554,7 @@ static void dissect_parametrized_serialized_data(proto_tree *tree, tvbuff_t *tvb
/* * Serialized data dissector * */ /* * Serialized data dissector * */
/* *********************************************************************** */ /* *********************************************************************** */
/* Note: the encapsulation header is ALWAYS big endian, then the encapsulation /* Note: the encapsulation header is ALWAYS big endian, then the encapsulation
* type specified the type of endianess of the payload. * type specified the type of endianness of the payload.
*/ */
static void dissect_serialized_data(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, gint offset, static void dissect_serialized_data(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, gint offset,
int size, const char *label, guint16 vendor_id, gboolean is_discovery_data, int size, const char *label, guint16 vendor_id, gboolean is_discovery_data,
@ -14740,7 +14740,7 @@ void proto_register_rtps(void) {
FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL } FT_UINT16, BASE_DEC, NULL, 0, NULL, HFILL }
}, },
{ &hf_rtps_flag_udpv4_wan_binding_ping_e, { { &hf_rtps_flag_udpv4_wan_binding_ping_e, {
"Endianess", "rtps.flag.udpv4_wan_binding_ping.e", "Endianness", "rtps.flag.udpv4_wan_binding_ping.e",
FT_BOOLEAN, 8, TFS(&tfs_set_notset), 0x01, NULL, HFILL } FT_BOOLEAN, 8, TFS(&tfs_set_notset), 0x01, NULL, HFILL }
}, },
{ &hf_rtps_flag_udpv4_wan_binding_ping_l, { { &hf_rtps_flag_udpv4_wan_binding_ping_l, {

View File

@ -388,9 +388,9 @@ static const ver_value_string wimaxasncp_ms_state_msg_vals[] =
{WIMAXASNCP_NWGVER_R10_V120, { 7, "Key_Change_Directive"}}, {WIMAXASNCP_NWGVER_R10_V120, { 7, "Key_Change_Directive"}},
{WIMAXASNCP_NWGVER_R10_V120, { 8, "Key_Change_Cnf"}}, {WIMAXASNCP_NWGVER_R10_V120, { 8, "Key_Change_Cnf"}},
{WIMAXASNCP_NWGVER_R10_V120, { 9, "Key_Change_Ack"}}, {WIMAXASNCP_NWGVER_R10_V120, { 9, "Key_Change_Ack"}},
{WIMAXASNCP_NWGVER_R10_V120, { 10, "Relocation_Conplete_Req"}}, {WIMAXASNCP_NWGVER_R10_V120, { 10, "Relocation_Complete_Req"}},
{WIMAXASNCP_NWGVER_R10_V120, { 11, "Relocation_Conplete_Rsp"}}, {WIMAXASNCP_NWGVER_R10_V120, { 11, "Relocation_Complete_Rsp"}},
{WIMAXASNCP_NWGVER_R10_V120, { 12, "Relocation_Conplete_Ack"}}, {WIMAXASNCP_NWGVER_R10_V120, { 12, "Relocation_Complete_Ack"}},
{WIMAXASNCP_NWGVER_R10_V120, { 13, "Relocation_Notify"}}, {WIMAXASNCP_NWGVER_R10_V120, { 13, "Relocation_Notify"}},
{WIMAXASNCP_NWGVER_R10_V120, { 14, "Relocation_Req"}}, {WIMAXASNCP_NWGVER_R10_V120, { 14, "Relocation_Req"}},
{WIMAXASNCP_NWGVER_R10_V120, { 15, "Relocation_Rsp"}}, {WIMAXASNCP_NWGVER_R10_V120, { 15, "Relocation_Rsp"}},

View File

@ -4,6 +4,7 @@
100mb 100mb
10base 10base
10gig 10gig
16apsk
16bit 16bit
1xrtt 1xrtt
32bit 32bit
@ -23,10 +24,12 @@ activations
actuator actuator
additionsr additionsr
adjacency adjacency
adlink
administrable administrable
adwin adwin
aes128 aes128
aes256 aes256
aggregations
aggregator aggregator
agnss agnss
aifsn aifsn
@ -140,6 +143,8 @@ canceled
canceling canceling
cancelled cancelled
canceller canceller
canfd
canfdmessage
cannot cannot
canonicalised canonicalised
canonicalize canonicalize
@ -180,6 +185,7 @@ ciphering
ciphersuite ciphersuite
ciphertext ciphertext
citrix citrix
cksum
classmark classmark
classmark3 classmark3
clientkey clientkey
@ -367,6 +373,7 @@ encrypting
endace endace
endian endian
endianness endianness
enodeb
enrollee enrollee
entityid entityid
entryid entryid
@ -524,6 +531,7 @@ initializing
inline inline
inode inode
inodes inodes
instrumented
interferer interferer
interleaving interleaving
interruptible interruptible
@ -578,6 +586,7 @@ linkinfo
linksys linksys
linux linux
list1 list1
literals
lithionics lithionics
logcat logcat
loghans loghans
@ -640,6 +649,7 @@ mrcpv
msbuild msbuild
msgid msgid
msgsend msgsend
msisdn
mtftp mtftp
mtrace mtrace
multiband multiband
@ -674,6 +684,7 @@ netboot
netfilter netfilter
netflow netflow
nethop nethop
netkey
netkeyindex netkeyindex
netlink netlink
netlogon netlogon
@ -787,6 +798,7 @@ portmod
portnumber portnumber
portstatus portstatus
posix posix
postfix
powercontrol powercontrol
pppdump pppdump
prach prach
@ -802,6 +814,7 @@ prepay
prepend prepend
preshared preshared
printf printf
prioritization
prioritized prioritized
privkey privkey
procid procid
@ -832,6 +845,7 @@ qosinfo
qsearch qsearch
quadrature quadrature
quadro quadro
quantifiers
quiescing quiescing
quintuplet quintuplet
quintuplets quintuplets
@ -917,6 +931,7 @@ reregister
reroute reroute
rerouted rerouted
rerouting rerouting
resampled
rescan rescan
resegment resegment
resend resend
@ -972,6 +987,7 @@ sectorized
segno segno
semiautomatic semiautomatic
sendto sendto
separators
seqno seqno
seqnum seqnum
sequenceno sequenceno
@ -999,6 +1015,7 @@ smpte
sname sname
snaplen snaplen
snow3g snow3g
softkey
someip someip
someipsd someipsd
spare spare
@ -1015,6 +1032,7 @@ spcell
specifiers specifiers
spectrograph spectrograph
speex speex
spline
spnego spnego
spoofing spoofing
spooled spooled
@ -1075,6 +1093,7 @@ subtrees
superset superset
switchinfo switchinfo
synchronizing synchronizing
synchronously
synphasor synphasor
syntaxes syntaxes
sysdig sysdig
@ -1094,6 +1113,7 @@ tdd768
technica technica
Tektronix Tektronix
Telecomunicaciones Telecomunicaciones
telefonica
Telefónica Telefónica
Teléfonos Teléfonos
telekom telekom
@ -1182,6 +1202,7 @@ undelete
undeliverable undeliverable
underflow underflow
underrun underrun
undisposed
undissected undissected
unencrypted unencrypted
unescaped unescaped
@ -1195,6 +1216,7 @@ unicode
unicom unicom
unignore unignore
unimplemented unimplemented
uninformative
uninitialized uninitialized
uninstall uninstall
uninstallation uninstallation
@ -1209,8 +1231,11 @@ unlink
unlinked unlinked
unmap unmap
unmappable unmappable
unmark
unmarshal unmarshal
unmerged unmerged
unmute
unmuted
unoptimized unoptimized
unordered unordered
unparsable unparsable
@ -1240,6 +1265,7 @@ untruncated
untrusted untrusted
untunneled untunneled
untyped untyped
unvisited
updatability updatability
updatable updatable
uplink uplink
@ -1274,6 +1300,7 @@ version6
version7 version7
versioned versioned
versioning versioning
viavi
virtualization virtualization
vlans vlans
vocoder vocoder
@ -1282,6 +1309,7 @@ volerr
wakeup wakeup
webcam webcam
websocket websocket
whoami
wideband wideband
wikipedia wikipedia
wikis wikis