aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-01-03 10:29:33 +0000
committerWireshark Builder <buildbot-no-reply@wireshark.org>2021-01-03 10:29:33 +0000
commit0b1776251976d90d8d0cb3d662673e28f9edffe5 (patch)
tree3a33f0ddac17ba20c7c713e97028d54a5f15e9d9 /docbook
parente71ff749533e6656d88c9f66c80d3270f117b535 (diff)
[Automatic update for 2021-01-03]
Update manuf, services enterprise numbers, translations, and other items.
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_capture.adoc4
-rw-r--r--docbook/wsug_src/WSUG_chapter_io.adoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_capture.adoc b/docbook/wsug_src/WSUG_chapter_capture.adoc
index db5707942b..b3fad60c5e 100644
--- a/docbook/wsug_src/WSUG_chapter_capture.adoc
+++ b/docbook/wsug_src/WSUG_chapter_capture.adoc
@@ -484,8 +484,8 @@ Information about the folders used for capture files can be found in
|File Name|“Create a new file...”|“Use a ring buffer...”|Mode|Resulting filename(s) used
|-|-|-|Single temporary file|wiresharkXXXXXX (where XXXXXX is a unique number)
|foo.cap|-|-|Single named file|foo.cap
-|foo.cap|x|-|Multiple files, continuous|foo_00001_20200714110102.cap, foo_00002_20200714110318.cap, ...
-|foo.cap|x|x|Multiple files, ring buffer|foo_00001_20200714110102.cap, foo_00002_20200714110318.cap, ...
+|foo.cap|x|-|Multiple files, continuous|foo_00001_20210714110102.cap, foo_00002_20210714110318.cap, ...
+|foo.cap|x|x|Multiple files, ring buffer|foo_00001_20210714110102.cap, foo_00002_20210714110318.cap, ...
|===
Single temporary file::
diff --git a/docbook/wsug_src/WSUG_chapter_io.adoc b/docbook/wsug_src/WSUG_chapter_io.adoc
index c1b5d2fd8f..6385a7d7c6 100644
--- a/docbook/wsug_src/WSUG_chapter_io.adoc
+++ b/docbook/wsug_src/WSUG_chapter_io.adoc
@@ -507,7 +507,7 @@ some features to handle these file sets in a convenient way.
.How does Wireshark detect the files of a file set?
****
A filename in a file set uses the format Prefix_Number_DateTimeSuffix which
-might look something like `test_00001_20200714183910.pcap`. All files of a file
+might look something like `test_00001_20210714183910.pcap`. All files of a file
set share the same prefix (e.g. “test”) and suffix (e.g. “.pcap”) and a
varying middle part.