aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-08-28 16:08:27 +0000
committerGerald Combs <gerald@wireshark.org>2009-08-28 16:08:27 +0000
commita25905c840d0fac947b596c77b5bc09c2ae3bafe (patch)
tree5b2bf0532de0f78c3818db2d4ec6a838d037b367 /doc/tshark.pod
parent41778c459f03f4f238673a3535d552440bc37966 (diff)
Add an example for generating CSV output.
svn path=/trunk/; revision=29597
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index a37a74f49e..64e208e0dc 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -456,7 +456,13 @@ multi-line view of the details of each of the packets, depending on
whether the B<-V> flag was specified. This is the default.
B<fields> The values of fields specified with the B<-e> option, in a
-form specified by the B<-E> option.
+form specified by the B<-E> option. For example,
+
+ -T fields -E separator=, -E quote=d
+
+would generate comma-separated values (CSV) output suitable for importing
+into your favorite spreadsheet program.
+
=item -v