From 717abac483f4e8746f6f9e92d879b354119526c8 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Wed, 14 Jul 2010 20:28:34 +0000 Subject: Make 'tshark -T fields' print all values for fields with multiple occurences. svn path=/trunk/; revision=33527 --- doc/tshark.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') 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. BEcharacterE Set the separator character to use for fields. If B tab will be used (this is the default), if -B, s single space will be used. Otherwise any character that can be +B, 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. +BEcharacterE 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, 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 Set the quote character to use to surround fields. B uses double-quotes, B single-quotes, B no quotes (the default). -- cgit v1.2.3