From b2633b05d8e4f70c1375d17aea3b735707898f27 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 1 Sep 2011 04:35:57 +0000 Subject: From John Bradshaw: Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834 --- CPackConfig.txt | 2 +- README | 4 +- README.DECT | 4 +- README.bsd | 2 +- README.cmake | 2 +- README.hpux | 4 +- airpcap.h | 22 +++++----- diameter/Cisco.xml | 4 +- diameter/chargecontrol.xml | 6 +-- diameter/dictionary.xml | 60 +++++++++++++------------- diameter/etsie2e4.xml | 2 +- docbook/wsluarm.xml | 2 +- docbook/wsug_src/WSUG_chapter_introduction.xml | 2 +- 13 files changed, 58 insertions(+), 58 deletions(-) diff --git a/CPackConfig.txt b/CPackConfig.txt index 8bdab476ab..4dba6f890b 100644 --- a/CPackConfig.txt +++ b/CPackConfig.txt @@ -38,7 +38,7 @@ set(CPACK_STRIP_FILES true) set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}") set(CPACK_PACKAGE_INSTALL_DIRECTORY "/usr") -# Win: NSIS, ZIP, SORUCE_ZIP, CYGWIN_BINARY, SOURCE_CYGWIN, +# Win: NSIS, ZIP, SOURCE_ZIP, CYGWIN_BINARY, SOURCE_CYGWIN, # Linux/Unix: DEB, RPM, STGZ, TBZ2, TZ, SOURCE_TZ, SOURCE_TGZ # OSX: PACKAGEMAKER, OSXX11 # Syntax: "Type1;Type2;Type3" diff --git a/README b/README index 18dc04e0ea..c5a3962004 100644 --- a/README +++ b/README @@ -106,7 +106,7 @@ Network General/Network Associates DOS-based Sniffer (compressed and uncompressed) Microsoft Network Monitor AIX's iptrace -Cinco Networks NetXRray +Cinco Networks NetXray Network Associates Windows-based Sniffer AG Group/WildPackets EtherPeek/TokenPeek/AiroPeek/EtherHelp RADCOM's WAN/LAN Analyzer @@ -114,7 +114,7 @@ Lucent/Ascend access products HP-UX's nettl Toshiba's ISDN routers ISDN4BSD "i4btrace" utility -Cisco Secure Intrustion Detection System iplogging facility +Cisco Secure Intrusion Detection System iplogging facility pppd logs (pppdump-format files) VMS's TCPIPtrace utility DBS Etherwatch for VMS diff --git a/README.DECT b/README.DECT index 1bde60573d..5565254c90 100644 --- a/README.DECT +++ b/README.DECT @@ -2,11 +2,11 @@ $Id$ Description: ============ -DECT pcap files can be obtained by using tools coming with the linux +DECT pcap files can be obtained by using tools included with the linux kernel driver for the Dosch-and-Amand COM-ON-AIR cards. The driver is called com-on-air_cs. -Wireshark itself cannot directy record from the DECT HW, as the driver +Wireshark cannot directly record from the DECT HW, as the driver currently lacks a virtual network interface. There is ongoing work to change this (see this work by Patrick McHardy): diff --git a/README.bsd b/README.bsd index 56a8829dec..6145aa7142 100644 --- a/README.bsd +++ b/README.bsd @@ -83,7 +83,7 @@ FreeBSD 6.0 and later this can be done by creating an /etc/devfs.rules file with content such as [localrules=10] - add path 'bpf*' {mode and permissons} + add path 'bpf*' {mode and permissions} where "mode and permissions" can include clauses such as diff --git a/README.cmake b/README.cmake index e085ce33d7..e6acb46469 100644 --- a/README.cmake +++ b/README.cmake @@ -108,7 +108,7 @@ About cmake in general and why KDE4 uses it Introductory/tutorial presentation http://ait.web.psi.ch/services/linux/hpc/hpc_user_cookbook/tools/cmake/docs/Cmake_VM_2007.pdf -Introductory arcticle in Linux Journal +Introductory article in Linux Journal http://www.linuxjournal.com/node/6700/print Useful variables diff --git a/README.hpux b/README.hpux index 9e603572d6..e3b3a8aa01 100644 --- a/README.hpux +++ b/README.hpux @@ -253,11 +253,11 @@ promiscuous mode support. An additional note, from Jost Martin, for HP-UX 10.20: - Q: How do I get ethereral on HPUX to capture the _outgoing_ packets + Q: How do I get wireshark on HPUX to capture the _outgoing_ packets of an interface A: You need to get PHNE_20892,PHNE_20725 and PHCO_10947 (or newer, this is as of 4.4.00) and its dependencies. Then you can - enable the feature as descibed below: + enable the feature as described below: Patch Name: PHNE_20892 Patch Description: s700 10.20 PCI 100Base-T cumulative patch diff --git a/airpcap.h b/airpcap.h index 7d90031ae7..f872565e84 100644 --- a/airpcap.h +++ b/airpcap.h @@ -138,7 +138,7 @@ typedef enum _AirpcapValidationType { AIRPCAP_VT_ACCEPT_EVERYTHING = 1, ///< Accept all the frames the device captures AIRPCAP_VT_ACCEPT_CORRECT_FRAMES = 2, ///< Accept correct frames only, i.e. frames with correct Frame Check Sequence (FCS). - AIRPCAP_VT_ACCEPT_CORRUPT_FRAMES = 3, ///< Accept corrupt frames only, i.e. frames with worng Frame Check Sequence (FCS). + AIRPCAP_VT_ACCEPT_CORRUPT_FRAMES = 3, ///< Accept corrupt frames only, i.e. frames with wrong Frame Check Sequence (FCS). AIRPCAP_VT_UNKNOWN = 4 ///< Unknown validation type. You should see it only in case of error. }AirpcapValidationType, *PAirpcapValidationType; @@ -193,7 +193,7 @@ typedef struct _AirpcapKeysCollection /*! \brief Packet header. - This structure defines the BPF that preceeds every packet delivered to the application. + This structure defines the BPF that precedes every packet delivered to the application. */ typedef struct _AirpcapBpfHeader { @@ -380,7 +380,7 @@ void AirpcapClose(PAirpcapHandle AdapterHandle); The main reason to turn monitor mode off is that, when not in monitor mode, the adapter will acknowledge the data frames sent to its address. This is useful when the adapter needs to interact with other devices on the - 802.11 network, bacause handling the ACKs in software is too slow. + 802.11 network, because handling the ACKs in software is too slow. \note When an adapter is plugged into the system, it's always configured with monitor mode ON. The monitor mode configuration is not stored persistently, so if you want to turn monitor mode off, you will need to do it @@ -417,7 +417,7 @@ gboolean AirpcapGetMonitorMode(PAirpcapHandle AdapterHandle, gboolean * PMonitor the developer's pack can be used as a reference on how to decode 802.11 frames with radiotap headers. - \ref AIRPCAP_LT_802_11_PLUS_PPI, to capture 802.11 frames (including control frames) with a Per Packet Information (PPI) header that contains per-packet meta information like channel and power information. More details on the PPI header can - be founf in the PPI online documentation (TODO). + be found in the PPI online documentation (TODO). */ gboolean AirpcapSetLinkType(PAirpcapHandle AdapterHandle, AirpcapLinkType NewLinkType); @@ -460,7 +460,7 @@ gboolean AirpcapSetFcsPresence(PAirpcapHandle AdapterHandle, gboolean IsFcsPrese \param PIsFcsPresent User-provided variable that will be set to true if the adapter is including the FCS. \return TRUE if the operation is successful. FALSE otherwise. - In the default configuration, the adatper has FCS inclusion turned on. The MAC Frame Check Sequence is 4 bytes + In the default configuration, the adapter has FCS inclusion turned on. The MAC Frame Check Sequence is 4 bytes and is located at the end of the 802.11 packet, with both AIRPCAP_LT_802_11 and AIRPCAP_LT_802_11_PLUS_RADIO link types. When the FCS inclusion is turned on, and if the link type is AIRPCAP_LT_802_11_PLUS_RADIO, the radiotap header @@ -483,7 +483,7 @@ gboolean AirpcapSetFcsValidation(PAirpcapHandle AdapterHandle, AirpcapValidation \brief Checks if the specified adapter is configured to capture frames with incorrect an incorrect Frame Check Sequence (FCS). \param AdapterHandle Handle to the adapter. \param ValidationType Pointer to a user supplied variable that will contain the type of validation the driver will perform. See the documentation of \ref AirpcapValidationType for details. - \return TRUE if the operation is succesful. FALSE otherwise. + \return TRUE if the operation is successful. FALSE otherwise. \note By default, the driver is configured in \ref AIRPCAP_VT_ACCEPT_EVERYTHING mode. */ @@ -518,7 +518,7 @@ gboolean AirpcapSetDeviceKeys(PAirpcapHandle AdapterHandle, PAirpcapKeysCollecti \param KeysCollection User-allocated PAirpcapKeysCollection structure that will be filled with the keys. \param PKeysCollectionSize \b IN: pointer to a user-allocated variable that contains the length of the KeysCollection structure, in bytes. \b OUT: amount of data moved by the driver in the buffer pointed by KeysBuffer, in bytes. - \return TRUE if the operation is succesful. If an error occurs, the return value is FALSE and KeysCollectionSize is zero. + \return TRUE if the operation is successful. If an error occurs, the return value is FALSE and KeysCollectionSize is zero. If the provided buffer is too small to contain the keys, the return value is FALSE and KeysCollectionSize contains the needed KeysCollection length, in bytes. If the device doesn't have any decryption key configured, the return value is TRUE, and KeysCollectionSize will be zero. @@ -567,7 +567,7 @@ gboolean AirpcapSetDriverKeys(PAirpcapHandle AdapterHandle, PAirpcapKeysCollecti \param KeysCollection User-allocated PAirpcapKeysCollection structure that will be filled with the keys. \param PKeysCollectionSize \b IN: pointer to a user-allocated variable that contains the length of the KeysCollection structure, in bytes. \b OUT: amount of data moved by the driver in the buffer pointed by KeysBuffer, in bytes. - \return TRUE if the operation is succesful. If an error occurs, the return value is FALSE and KeysCollectionSize is zero. + \return TRUE if the operation is successful. If an error occurs, the return value is FALSE and KeysCollectionSize is zero. If the provided buffer is too small to contain the keys, the return value is FALSE and KeysCollectionSize contains the needed KeysCollection length, in bytes. If the device doesn't have any decryption key configured, the return value is TRUE, and KeysCollectionSize will be zero. @@ -598,7 +598,7 @@ gboolean AirpcapSetDecryptionState(PAirpcapHandle AdapterHandle, AirpcapDecrypti \brief Tells if this open instance is configured to perform the decryption of the incoming frames with the adapter-specific keys. \param AdapterHandle Handle to the adapter. \param PEnable Pointer to a user supplied variable that will contain the decryption configuration. See \ref PAirpcapDecryptionState for details. - \return TRUE if the operation is succesful. FALSE otherwise. + \return TRUE if the operation is successful. FALSE otherwise. The adapter-specific decryption keys can be configured with the \ref AirpcapSetDeviceKeys() function. \note By default, the driver is configured with \ref AIRPCAP_DECRYPTION_ON. @@ -665,7 +665,7 @@ gboolean AirpcapGetDeviceChannel(PAirpcapHandle AdapterHandle, guint * PChannel) application is busy, at the cost of higher kernel memory usage. \note don't use this function unless you know what you are doing. Due to caching issues and bigger non-paged - memory consumption, bigger buffer sizes can decrease the capture performace instead of improving it. + memory consumption, bigger buffer sizes can decrease the capture performance instead of improving it. */ gboolean AirpcapSetKernelBuffer(PAirpcapHandle AdapterHandle, guint BufferSize); @@ -729,7 +729,7 @@ gboolean AirpcapStoreCurConfigAsAdapterDefault(PAirpcapHandle AdapterHandle); \return TRUE on success. The AirPcap driver is able to perform kernel-level filtering using the standard BPF pseudo-machine format. You can read - the WinPcap documentation at http://www.winpcap.org/devel.htm for more details on the BPF filtering mechaism. + the WinPcap documentation at http://www.winpcap.org/devel.htm for more details on the BPF filtering mechanism. A filter can be automatically created by using the pcap_compile() function of the WinPcap API. This function converts a human readable text expression with the tcpdump/libpcap syntax into a BPF program. diff --git a/diameter/Cisco.xml b/diameter/Cisco.xml index 693ebd0bf0..765973da35 100644 --- a/diameter/Cisco.xml +++ b/diameter/Cisco.xml @@ -9,7 +9,7 @@ - + @@ -936,7 +936,7 @@ - + diff --git a/diameter/chargecontrol.xml b/diameter/chargecontrol.xml index 4d4879b583..f03233b5e3 100644 --- a/diameter/chargecontrol.xml +++ b/diameter/chargecontrol.xml @@ -102,7 +102,7 @@ - + @@ -138,7 +138,7 @@ - + @@ -183,7 +183,7 @@ - + diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml index 0634ff89a9..887edb4324 100644 --- a/diameter/dictionary.xml +++ b/diameter/dictionary.xml @@ -56,7 +56,7 @@ --> - + @@ -2234,7 +2234,7 @@ -