aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-05-10 15:16:26 +0200
committerAnders Broman <a.broman58@gmail.com>2016-05-11 11:27:49 +0000
commit505bf5945b4ffc14173142e1fd817a2e928d79b1 (patch)
tree1646645e547f20dcbb0c1024b680d547d7987667 /doc
parent6bfa7a8b41e2d60bcd5ae3f2e5bf272e18c501d2 (diff)
[tshark] Document -U option and create a list of tap names when entering
an empty name "". Change-Id: I2b8332ff6900c8a88514a25a416f342d7b696d34 Reviewed-on: https://code.wireshark.org/review/15332 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 77082c7a1e..7a82d6c061 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -41,6 +41,7 @@ S<[ B<-S> E<lt>separatorE<gt> ]>
S<[ B<-t> a|ad|adoy|d|dd|e|r|u|ud|udoy ]>
S<[ B<-T> fields|pdml|ps|psml|text ]>
S<[ B<-u> E<lt>seconds typeE<gt>]>
+S<[ B<-U> E<lt>tap_nameE<gt>]>
S<[ B<-v> ]>
S<[ B<-V> ]>
S<[ B<-w> E<lt>outfileE<gt>|- ]>
@@ -757,6 +758,12 @@ B<s> for seconds
B<hms> for hours, minutes and seconds
+=item -U E<lt>tap nameE<gt>
+
+PDUs export, exports PDUs from infile to outfile according to the tap name given. Use -Y to filter.
+
+Enter an empty tap name "" to get a list of available names.
+
=item -v
Print the version and exit.