aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2019-03-22 14:49:41 -0400
committerAnders Broman <a.broman58@gmail.com>2019-03-23 13:27:31 +0000
commita748f8f41a64e1f3990c11fd4648362f41016c03 (patch)
treef83d6b71b54a2db805a28e242557a924a1375adb /doc/tshark.pod
parent5a98368ad865a6b856743e9e33c5bba9fe7dee3e (diff)
Clean up the new-file selection criteria in the GUI.
Inspired by looking into https://ask.wireshark.org/question/8009/wireshark-ring-buffer-settings-from-command-line/ ... in which the user was confused because a duration set on the command line was not reflected in the GUI. That's because I0180c43843f5d2f0c2f50153c9ce42ac7fa5aeae added the `interval` ring-buffer option and made the GUI use this rather than `duration`. This was not at all clear in the GUI, though. Since `duration` and `interval` have quite different use cases, expose both in the GUI. Try to clean up and unify the tooltips at the same time. I'm not entirely convinced the tooltips need to be on the checkbox, the spinbox, and the combobox but leave it that way for now. Add some to the man page description of the interval option to hopefully make it clearer what the option does. Change-Id: I3b45fe71c33af64d980dffb5e5ba93e2a15a6b96 Reviewed-on: https://code.wireshark.org/review/32526 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 6f746927ff..de0226c630 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -269,7 +269,8 @@ B<filesize>:I<value> switch to the next file after it reaches a size of
I<value> kB. Note that the filesize is limited to a maximum value of 2 GiB.
B<interval>:I<value> switch to the next file when the time is an exact
-multiple of I<value> seconds
+multiple of I<value> seconds. For example, use 3600 to switch to a new file
+every hour on the hour.
B<packets>:I<value> switch to the next file after it contains I<value>
packets.