aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-11-05 13:49:17 +0000
committerAnders Broman <a.broman58@gmail.com>2019-11-06 11:27:07 +0000
commit69356f1b60fff7ea9a1d5224717ce6838cc98141 (patch)
tree26069e6bcc9d5b59411e36774df06ab048d93d8e /doc
parentca2316069eee4409a572e4fef4e8b14b4a1832a7 (diff)
Document long command line options.
Bug: 16168 Change-Id: Ifdfa9092b632171c461430bc3e9de32ec1ed46f4 Reviewed-on: https://code.wireshark.org/review/34996 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark-filter.pod2
-rw-r--r--doc/wireshark.pod.template22
2 files changed, 22 insertions, 2 deletions
diff --git a/doc/wireshark-filter.pod b/doc/wireshark-filter.pod
index 7795b42e16..8d25495dd9 100644
--- a/doc/wireshark-filter.pod
+++ b/doc/wireshark-filter.pod
@@ -11,7 +11,7 @@ wireshark-filter - Wireshark display filter syntax and reference
=head1 SYNOPSIS
B<wireshark> [other options]
-S<[ B<-Y> "display filter expression" ]>
+S<[ B<-Y> "display filter expression" | b<--display-filter> "display filter expression" ]>
B<tshark> [other options]
S<[ B<-Y> "display filter expression" ]>
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index 6affa68d79..eed53c66bb 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -47,7 +47,7 @@ S<[ B<-v> ]>
S<[ B<-w> E<lt>outfileE<gt> ]>
S<[ B<-X> E<lt>eXtension optionE<gt> ]>
S<[ B<-y> E<lt>capture link typeE<gt> ]>
-S<[ B<-Y> E<lt>displaY filterE<gt> ]>
+S<[ B<-Y> E<lt>displaY filterE<gt> | B<--display-filter> E<lt>display filterE<gt> ]>
S<[ B<-z> E<lt>statisticsE<gt> ]>
S<[ B<--enable-protocol> E<lt>proto_nameE<gt> ]>
S<[ B<--disable-protocol> E<lt>proto_nameE<gt> ]>
@@ -1008,6 +1008,26 @@ set, no time stamp types are listed.
Change the interface's timestamp method.
+=item --read-file E<lt>infileE<gt>
+
+Same as -r option.
+
+=item --read-filter E<lt>read filterE<gt>
+
+Same as -R option.
+
+=item --display-filter E<lt>display filterE<gt>
+
+Same as -Y option.
+
+=item --verbose
+
+Same as -v option.
+
+=item --help
+
+Same as -h option.
+
=back
=head1 INTERFACE