summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-10-19 20:53:40 +0200
committerRoland Knall <rknall@gmail.com>2016-10-23 23:25:49 +0000
commitaf7fc8b7e4979e77d2d072789e98d58a0b175908 (patch)
treedca66e206f77f555e48220578f0ae65959821763 /doc
parent3156980aa559186a10e3b8566d41e4a50477d967 (diff)
downloadwireshark-af7fc8b7e4979e77d2d072789e98d58a0b175908.tar.gz
Qt: add fullscreen feature.
The feature activates/deactivates fullscreen mode of Qt UI. A new menu item has been added as well as a shortcut (F11 or Ctrl+Cmd+F) according to browsers common shortcut. Change-Id: I01906b494d0a13ce70d27c00ebbe03e6ec87cbd7 Reviewed-on: https://code.wireshark.org/review/18332 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark.pod.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index e7b70a0b42..dc28ef8dad 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -20,6 +20,7 @@ S<[ B<-d> E<lt>layer typeE<gt>==E<lt>selectorE<gt>,E<lt>decode-as protocolE<gt>
S<[ B<-D> ]>
S<[ B<--display=>E<lt>X display to useE<gt> ] >
S<[ B<-f> E<lt>capture filterE<gt> ]>
+S<[ B<--fullscreen> ]>
S<[ B<-g> E<lt>packet numberE<gt> ]>
S<[ B<-h> ]>
S<[ B<-H> ]>
@@ -364,6 +365,12 @@ Pre-defined capture filter names, as shown in the GUI menu item Capture->Capture
can be used by prefixing the argument with "predef:".
Example: B<-f "predef:MyPredefinedHostOnlyFilter">
+=item --fullscreen
+
+Start Wireshark in full screen mode (kiosk mode). To exit from fullscreen mode,
+open the View menu and select the Full Screen option. Alternatively, press the
+F11 key (or Ctrl + Cmd + F for macOS).
+
=item -g E<lt>packet numberE<gt>
After reading in a capture file using the B<-r> flag, go to the given I<packet number>.