Fix some spellings.

This commit is contained in:
Martin Mathieson 2022-06-18 22:23:10 +01:00
parent aa0eeb3184
commit eab62aa768
7 changed files with 19 additions and 6 deletions

View File

@ -20,7 +20,7 @@ To nicely view DECT pcap files in wireshark, set up a custom layout:
Edit->Preferences... Edit->Preferences...
User Interface User Interface
Colums Columns
No. | Number No. | Number
Protocol | Protocol Protocol | Protocol

View File

@ -2503,7 +2503,7 @@ doesn't specify the addresses and ports of both sides.
2.2.1.3 The conversation_new_full function. 2.2.1.3 The conversation_new_full function.
This routine will create a new conversation based upon an arbritrary This routine will create a new conversation based upon an arbitrary
lists of elements. Elements can be addresses, strings, unsigned lists of elements. Elements can be addresses, strings, unsigned
integers, or unsigned 64-bit integers. Unlike conversation_new, element integers, or unsigned 64-bit integers. Unlike conversation_new, element
lists are matched strictly; wildcards aren't (yet) supported. lists are matched strictly; wildcards aren't (yet) supported.

View File

@ -12337,7 +12337,7 @@ proto_register_gsm_rlcmac(void)
} }
}, },
{ &hf_egprs_timeslotlinkquality_measurements_type2_exist, { &hf_egprs_timeslotlinkquality_measurements_type2_exist,
{ "Exist_EGPRS_TimeslotLinkQualityMeasurements_type2", "gsm_rlcmac.ul.prr_exist_egprs_temeslotquality_meas_type2", { "Exist_EGPRS_TimeslotLinkQualityMeasurements_type2", "gsm_rlcmac.ul.prr_exist_egprs_timeslotquality_meas_type2",
FT_UINT8, BASE_DEC, NULL, 0x0, FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL NULL, HFILL
} }

View File

@ -36,7 +36,7 @@ They depend on the following libraries:
- zlib: zlib - zlib: zlib
Wireshark is released under the GPL version 2 (GPL-2.0-or-later). It and the Apache-2.0 license are compatible via the "any later version" provision in the GPL version 2. Wireshark is released under the GPL version 2 (GPL-2.0-or-later). It and the Apache-2.0 license are compatible via the "any later version" provision in the GPL version 2.
As discussed at https://www.wireshark.org/lists/wireshark-dev/202203/msg00020.html, combining Wireshark and libsinsp+libscap should be OK, but that in effect invokes the GPLv2's "any later version" provision, making the Wireshark portion of the cominbined work GPLv3+. As discussed at https://www.wireshark.org/lists/wireshark-dev/202203/msg00020.html, combining Wireshark and libsinsp+libscap should be OK, but that in effect invokes the GPLv2's "any later version" provision, making the Wireshark portion of the combined work GPLv3+.
Debian would appear to concur: https://lists.debian.org/debian-legal/2014/08/msg00102.html. Debian would appear to concur: https://lists.debian.org/debian-legal/2014/08/msg00102.html.

View File

@ -640,7 +640,7 @@ static const value_string pn_io_error_code2_pnio_253[] = {
{ 38, "IOCARSR, RDHT expired" }, { 38, "IOCARSR, RDHT expired" },
{ 39, "IOCARSR, Pdev, parameterization impossible" }, { 39, "IOCARSR, Pdev, parameterization impossible" },
{ 40, "Remote application ready timeout expired" }, { 40, "Remote application ready timeout expired" },
{ 41, "IOCARSR, Redundant interface list or access to the peripherals impossibe" }, { 41, "IOCARSR, Redundant interface list or access to the peripherals impossible" },
{ 42, "IOCARSR, MTOT expired" }, { 42, "IOCARSR, MTOT expired" },
{ 43, "IOCARSR, AR protocol violation" }, { 43, "IOCARSR, AR protocol violation" },
{ 44, "PDEV, plug port without CombinedObjectContainer" }, { 44, "PDEV, plug port without CombinedObjectContainer" },

View File

@ -340,7 +340,9 @@ def isGeneratedFile(filename):
def isAppropriateFile(filename): def isAppropriateFile(filename):
file, extension = os.path.splitext(filename) file, extension = os.path.splitext(filename)
return extension in { '.adoc', '.c', '.cpp', '.pod', '.nsi'} or file.endswith('README') if filename.find('CMake') != -1:
return False
return extension in { '.adoc', '.c', '.cpp', '.pod', '.nsi', '.txt'} or file.endswith('README')
def findFilesInFolder(folder, recursive=True): def findFilesInFolder(folder, recursive=True):

View File

@ -578,6 +578,7 @@ hfarr
hfill, hfill,
HI2Operations HI2Operations
hnbap hnbap
homedir
homeplug homeplug
hopcount hopcount
hostname hostname
@ -655,6 +656,7 @@ iotecha
ipaccess ipaccess
ipaddr ipaddr
ipaddress ipaddress
ipconfig
ipfix ipfix
ipprim ipprim
ipsec ipsec
@ -694,6 +696,7 @@ keylog
keymap keymap
keypress keypress
keyring keyring
keyset
keytab keytab
knxip knxip
l2cap l2cap
@ -735,6 +738,7 @@ luminaire
luminance luminance
macaddr macaddr
macaddress macaddress
macosx
macsec macsec
mailto mailto
malloc malloc
@ -919,6 +923,7 @@ onoff
ontime ontime
opcode opcode
opcodes opcodes
opcua
openssh openssh
openssl openssl
openstreetmap openstreetmap
@ -1018,6 +1023,7 @@ privkey
procid procid
profidrive profidrive
profinet profinet
promisc
promiscsniff promiscsniff
promiscuously promiscuously
propertykey propertykey
@ -1190,8 +1196,10 @@ rnsap
roamer roamer
routable routable
rpcap rpcap
rpmbuild
rsocket rsocket
rsrvd rsrvd
rtitcp
rtpmidi rtpmidi
rtpmux rtpmux
ruleset ruleset
@ -1203,6 +1211,7 @@ sanicap
sanitize sanitize
satisfiable satisfiable
scalability scalability
scaleout
scaler scaler
scannable scannable
scdma scdma
@ -1225,6 +1234,7 @@ sequenceno
sercos sercos
serialize serialize
serialized serialized
servlet
sessionid sessionid
sessionkey sessionkey
setattr setattr
@ -1420,6 +1430,7 @@ tunneled
tunneling tunneling
tuple tuple
tuples tuples
tvbparse
tvbuff tvbuff
twamp twamp
twopc twopc