aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-07-14 21:53:57 +0000
committerSake Blok <sake@euronet.nl>2010-07-14 21:53:57 +0000
commite10147fb73f29185353af69bf969fbfe7634198c (patch)
treed74abeab2cf8d7642d12b4985045c58eecd0a7b2 /doc
parent83a027afb86e09fe8526fe5d5b3042ce89b5cbc8 (diff)
Add an option to print the first, the last or all occurrences of each field
(when using tshark -T fields) svn path=/trunk/; revision=33529
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 6110d19929..9ad9eb93c3 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -284,6 +284,11 @@ use for fields. If B</t> tab 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<occurrence=f|l|a> Select which occurrence to use for fields that have
+multiple occurences. If B<f> the first occurrence will be used, if B<l>
+the last occurrence will be used and if B<a> all occurrences will be used
+(this is the default).
+
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