From 88b0370f867191c4d8d005f3b21d6502f868b1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=94=D0=BE=D0=BD=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 12 Oct 2020 00:24:12 +0300 Subject: Fix spelling errors in the documentation --- doc/README.developer | 2 +- doc/README.dissector | 4 ++-- doc/ciscodump.pod | 2 +- doc/editcap.pod | 2 +- doc/extcap_example.py | 6 +++--- doc/wireshark.pod.template | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/README.developer b/doc/README.developer index 5d8ff018ad..6eacc1c481 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -408,7 +408,7 @@ tmpnam is insecure and should not be used any more. Wireshark brings its own mkstemp implementation for use on platforms that lack mkstemp. Note: mkstemp does not accept NULL as a parameter. -Wireshark requires mininum versions of each of the libraries it uses, in +Wireshark requires minimum versions of each of the libraries it uses, in particular GLib 2.32.0 and Qt 5.3.0 or newer. If you require a mechanism that is available only in a newer version of a library then use its version detection macros, e.g. "#if GLIB_CHECK_VERSION(...)" and "#if diff --git a/doc/README.dissector b/doc/README.dissector index da449c7a65..845b138b2c 100644 --- a/doc/README.dissector +++ b/doc/README.dissector @@ -1893,7 +1893,7 @@ in the past. proto_tree_add_item_ret_XXX() ------------------------------ proto_tree_add_item_ret_XXX is used when you want the displayed value returned -for futher processing only integer and unsigned integer types up to 32 bits are +for further processing only integer and unsigned integer types up to 32 bits are supported usage of proper FT_ is checked. proto_tree_add_XXX_item() @@ -3223,7 +3223,7 @@ persistent data about the packet for the lifetime of the capture (file scope) and to exchange data between dissectors across a single packet (packet scope). It is also used to provide packet data for Decode As dialog (packet scope). -These functions are delcared in . +These functions are declared in . void p_add_proto_data(wmem_allocator_t *scope, packet_info *pinfo, int proto, guint32 key, void *proto_data) diff --git a/doc/ciscodump.pod b/doc/ciscodump.pod index feba3051a5..77659b4575 100644 --- a/doc/ciscodump.pod +++ b/doc/ciscodump.pod @@ -51,7 +51,7 @@ S=Ethe router interfaceE> =head1 DESCRIPTION -B is an extcap tool that relys on Cisco EPC to allow a user to run a remote capture +B is an extcap tool that relies on Cisco EPC to allow a user to run a remote capture on a Cisco router in a SSH connection. The minimum IOS version supporting this feature is 12.4(20)T. More details can be found here: https://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/ios-embedded-packet-capture/datasheet_c78-502727.html diff --git a/doc/editcap.pod b/doc/editcap.pod index ccea1317a8..f96b83e346 100644 --- a/doc/editcap.pod +++ b/doc/editcap.pod @@ -239,7 +239,7 @@ This is useful for recreating a particular sequence of errors. =item --skip-radiotap-header Skip the radiotap header of each frame when checking for packet duplicates. This is useful -when processing a caputure created by combining outputs of multiple capture devices on the same +when processing a capture created by combining outputs of multiple capture devices on the same channel in the vicinity of each other. =item -S Estrict time adjustmentE diff --git a/doc/extcap_example.py b/doc/extcap_example.py index 71ebab31ad..669b41ef50 100755 --- a/doc/extcap_example.py +++ b/doc/extcap_example.py @@ -24,7 +24,7 @@ the extcap folder, with the following content: ------- Windows is not able to execute Python scripts directly, which also goes for all -other script-based formates beside VBScript +other script-based formats beside VBScript } """ @@ -222,7 +222,7 @@ def pcap_fake_header(): header += struct.pack(':I begin again with the first file after I number of files were written (form a ring buffer). This value must be less than 100000. Caution should be used when using large numbers of files: some filesystems do not handle many files in a single directory well. The B criterion -requires one of the other critereon to be specified to +requires one of the other criteria to be specified to control when to go to the next file. It should be noted that each B<-b> -parameter takes exactly one criterion; to specify two criterion, each must be +parameter takes exactly one criterion; to specify two criteria, each must be preceded by the B<-b> option. B:I switch to the next file after it reaches a size of -- cgit v1.2.3