aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUli Heilmeier <ulrich.heilmeier@web.de>2022-07-13 15:53:35 +0000
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-07-13 16:45:00 +0000
commit51bf87a6410c68a7ad3bbbe1e8c524c41fe9f9f1 (patch)
treef4f4520d9a3a52fddcc9c1c50ad0c3c94e7e219e /docbook
parentf68f172454cb6ae680a9f7ef5d1aa845269bdbc3 (diff)
WSUG: Fix typo
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_io.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_io.adoc b/docbook/wsug_src/WSUG_chapter_io.adoc
index c8a353ec5d..258572d33a 100644
--- a/docbook/wsug_src/WSUG_chapter_io.adoc
+++ b/docbook/wsug_src/WSUG_chapter_io.adoc
@@ -101,7 +101,7 @@ The native capture file formats used by Wireshark are:
* pcap. The default format used by the _libpcap_ packet capture library. Used
by _tcpdump, _Snort_, _Nmap_, _Ntop_, and many other tools.
-* pcapng. A flexible, extensible successor to the pcap format.
+* pcapng. A flexible, extensible successor to the pcap format.
Wireshark 1.8 and later save files as pcapng by default. Versions
prior to 1.8 used pcap. Used by Wireshark and by _tcpdump_ in newer
versions of macOS.
@@ -497,7 +497,7 @@ I 2019-05-14T19:04:57Z
Wireshark is also capable of scanning the input using a custom Perl regular
expression as specified by GLib's https://developer-old.gnome.org/glib/stable/glib-regex-syntax.html[GRegex here].
Using a regex capturing a single packet in the given file
-wireshark will search the given file from start to the second to last character
+Wireshark will search the given file from start to the second to last character
(the last character has to be `\n` and is ignored)
for non-overlapping (and non-empty) strings matching the given regex and then
identify the fields to import using named capturing subgroups. Using provided