aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2017-03-13 21:04:24 -0500
committerMichael Mann <mmann78@netscape.net>2017-03-19 13:47:41 +0000
commite66b05fa9da469bc2d6e7127977bf93d2b477a0a (patch)
tree7a589cb657f483f25381ca4a9482f759d52c0491 /doc/tshark.pod
parent2890e415bbec3ddad7c0485067dd09f1e503c84f (diff)
tshark: Optionally delimit packet summary columns with tabs
This patch augments tshark's -T report with a "tabs" option. When the -T tabs option is enabled an ASCII horizontal tab character is inserted between each column of the human-readable one-line packet summary record. Change-Id: Id10a6e21e231eb2e52b6342ed05399db1a5fcfdf Reviewed-on: https://code.wireshark.org/review/20537 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 5cb8ae94ae..5d79a57952 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -40,7 +40,7 @@ S<[ B<-R> E<lt>Read filterE<gt> ]>
S<[ B<-s> E<lt>capture snaplenE<gt> ]>
S<[ B<-S> E<lt>separatorE<gt> ]>
S<[ B<-t> a|ad|adoy|d|dd|e|r|u|ud|udoy ]>
-S<[ B<-T> ek|fields|json|pdml|ps|psml|text ]>
+S<[ B<-T> ek|fields|json|pdml|ps|psml|tabs|text ]>
S<[ B<-u> E<lt>seconds typeE<gt>]>
S<[ B<-U> E<lt>tap_nameE<gt>]>
S<[ B<-v> ]>
@@ -748,7 +748,7 @@ was captured
The default format is relative.
-=item -T ek|fields|json|jsonraw|pdml|ps|psml|text
+=item -T ek|fields|json|jsonraw|pdml|ps|psml|tabs|text
Set the format of the output when viewing decoded packet data. The
options are one of:
@@ -795,6 +795,10 @@ B<psml> Packet Summary Markup Language, an XML-based format for the summary
information of a decoded packet. This information is equivalent to the
information shown in the one-line summary printed by default.
+B<tabs> Similar to the default B<text> report except the human-readable one-line
+summary of each packet will include an ASCII horizontal tab (0x09) character
+as a delimiter between each column.
+
B<text> Text of a human-readable one-line summary of each of the packets, or a
multi-line view of the details of each of the packets, depending on
whether the B<-V> flag was specified. This is the default.