aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-07-14 20:28:34 +0000
committerSake Blok <sake@euronet.nl>2010-07-14 20:28:34 +0000
commit717abac483f4e8746f6f9e92d879b354119526c8 (patch)
tree65f95f4a38afc696145bd8f14ccc19cb1c4ca5c3 /doc
parent30f105640fe263ce6e2e981bd36fbf72cffd4c89 (diff)
Make 'tshark -T fields' print all values for fields with multiple occurences.
svn path=/trunk/; revision=33527
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 24c7a6e0ba..6110d19929 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -281,9 +281,15 @@ the same character as the field values. Defaults to B<n>.
B<separator=/t|/s|>E<lt>characterE<gt> Set the separator character to
use for fields. If B</t> tab will be used (this is the default), if
-B</s>, s single space will be used. Otherwise any character that can be
+B</s>, a single space will be used. Otherwise any character that can be
accepted by the command line as part of the option may be used.
+B<aggregator=,|/s|>E<lt>characterE<gt> Set the aggregator character to
+use for fields that have multiple occurences. If B<,> a comma will be used
+(this is the default), if B</s>, a single space will be used. Otherwise
+any character that can be accepted by the command line as part of the
+option may be used.
+
B<quote=d|s|n> Set the quote character to use to surround fields. B<d>
uses double-quotes, B<s> single-quotes, B<n> no quotes (the default).